style.css 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429
  1. body{
  2. font-family:"微软雅黑","Tahoma";
  3. height:100%;
  4. background: #fff;
  5. overflow-x: hidden;
  6. }
  7. ul, ol, li, h1 {
  8. line-height:normal;
  9. list-style-image:none;
  10. list-style-position:outside;
  11. list-style-type:none;
  12. }
  13. dl,ul {
  14. margin:0;
  15. padding:0;
  16. }
  17. dd {
  18. margin-left:0
  19. }
  20. a {
  21. outline:none;
  22. text-decoration: none;
  23. }
  24. a img {
  25. border:0 none
  26. }
  27. img {
  28. vertical-align:middle;
  29. border:0px
  30. }
  31. table {
  32. border-collapse:collapse
  33. }
  34. .fL {float:left}
  35. .fR {float:right}
  36. .clearfix:after {
  37. content:".";
  38. display:block;
  39. height:0;
  40. clear:both;
  41. visibility:hidden
  42. }
  43. .clearfix {
  44. display:inline-block;
  45. overflow:hidden
  46. }
  47. .clearfix {
  48. display:block
  49. }
  50. .hide{
  51. overflow:hidden;
  52. }
  53. @font-face {
  54. font-family: 'iconMenu';
  55. src: url('fonts/iconMenu.eot?hcw3jq');
  56. src: url('fonts/iconMenu.eot?hcw3jq#iefix') format('embedded-opentype'),
  57. url('fonts/iconMenu.ttf?hcw3jq') format('truetype'),
  58. url('fonts/iconMenu.woff?hcw3jq') format('woff'),
  59. url('fonts/iconMenu.svg?hcw3jq#iconMenu') format('svg');
  60. font-weight: normal;
  61. font-style: normal;
  62. }
  63. [class^="icon-"], [class*=" icon-"] {
  64. /* use !important to prevent issues with browser extensions that change fonts */
  65. font-family: 'iconMenu' !important;
  66. speak: none;
  67. font-style: normal;
  68. font-weight: normal;
  69. font-variant: normal;
  70. text-transform: none;
  71. line-height: 1;
  72. /* Better Font Rendering =========== */
  73. -webkit-font-smoothing: antialiased;
  74. -moz-osx-font-smoothing: grayscale;
  75. }
  76. .loginWrapper{
  77. position: absolute;
  78. width: 430px;
  79. height: 320px;
  80. top: 50%;
  81. left: 50%;
  82. background:#fff;
  83. box-shadow: 0 8px 8px -6px #aaa;
  84. -moz-box-shadow:0 8px 8px -6px #aaa;
  85. -webkit-box-shadow:0 8px 8px -6px #aaa;
  86. border: 1px solid #eee;
  87. border-radius: 5px;
  88. margin-left:-225px;
  89. margin-top: -160px;
  90. }
  91. .loginContent{
  92. padding: 20px 40px;
  93. }
  94. .loginTitle{
  95. text-align: left;
  96. padding-left:10px;
  97. border-left: 4px solid #aaa;
  98. }
  99. .logoTitleWk{
  100. border-left:4px solid #687C59;
  101. }
  102. .loginForm{
  103. margin: 30px 0 20px 0;
  104. }
  105. .btnLogin{
  106. width:100%;
  107. }
  108. .loginTitleMain{
  109. position:relative;
  110. }
  111. .loginOther{
  112. position:absolute;
  113. top:5px;
  114. right:0;
  115. }
  116. /* -------------index start-------------- */
  117. .wrapper{
  118. overflow-x:hidden;
  119. }
  120. .leftWrapper{
  121. position:fixed;
  122. overflow-y:auto;
  123. height:100%;
  124. left:0;
  125. width:56px;
  126. background:#222;
  127. color: #fff;
  128. }
  129. .logo{
  130. background:#000;
  131. text-align: center;
  132. cursor:pointer;
  133. }
  134. .logoWk{
  135. background:#687C59;
  136. }
  137. .logo h2{
  138. height:38px;
  139. margin:0;
  140. padding:10px 0;
  141. font-size: 17px;
  142. }
  143. .logoInfo{
  144. display:none;
  145. }
  146. .logoList{
  147. width:100%;
  148. position:absolute;
  149. z-index: 99;
  150. background:#f1f1f1;
  151. padding:5px 0;
  152. display:none;
  153. }
  154. .logoList ul li{
  155. font-size: 12px;
  156. padding:5px 0;
  157. }
  158. .logoList ul li a{
  159. color:#333;
  160. }
  161. .subMenu{
  162. border-bottom:1px solid #222;
  163. }
  164. .subMenuTitle a:hover{
  165. color:#fff;
  166. text-decoration: none;
  167. }
  168. .subMenuTitle a.active{
  169. color:#fff;
  170. border-left: 2px solid #FF6501;
  171. }
  172. .subMenuTitle a:focus{
  173. text-decoration: none;
  174. }
  175. .subMenuTitle{
  176. position:relative;
  177. margin:0;
  178. background:#2E2D2B;
  179. font-size: 14px;
  180. line-height: 25px;
  181. }
  182. .subMenuTitle a{
  183. padding:15px 0;
  184. color:#ccc;
  185. border-left: solid 2px transparent;
  186. display:block;
  187. cursor: pointer;
  188. }
  189. .subMenuText{
  190. position:absolute;
  191. width:125px;
  192. top:15px;
  193. left:56px;
  194. display:none;
  195. }
  196. .caret-triangle{
  197. margin-left:7px;
  198. }
  199. .userMain{
  200. position:absolute;
  201. bottom:10px;
  202. }
  203. .userImg{
  204. margin:0 12px;
  205. width:32px;
  206. height:32px;
  207. border-radius: 18px;
  208. }
  209. .userName{
  210. display:none;
  211. font-size: 14px;
  212. top:8px;
  213. }
  214. .userName a{
  215. color:#ccc;
  216. }
  217. .userName a:hover{
  218. color:#fff;
  219. text-decoration: none;
  220. }
  221. .exit{
  222. margin:0 0 0 15px;
  223. }
  224. .iconImg{
  225. font-size: 20px;
  226. padding:0 17px;
  227. }
  228. .bg{
  229. background:#2E2D2B;
  230. color:#fff !important;
  231. }
  232. .subMenuContent ul{
  233. padding:10px 0 10px 25px;
  234. text-align: left;
  235. }
  236. .subMenuContent ul li a{
  237. display:block;
  238. padding:5px 0;
  239. color:#ccc;
  240. }
  241. .mainWrapper{
  242. margin:0 0 25px 61px;
  243. background:#fff;
  244. }
  245. .pageTop{
  246. margin-top: 20px;
  247. }
  248. .shopContent{
  249. margin:20px 0;
  250. }
  251. .sort{
  252. float:left;
  253. margin-right:10px;
  254. vertical-align: middle;
  255. }
  256. .sort .form-control{
  257. width:110px;
  258. }
  259. .btnGroup{
  260. float:left;
  261. margin:0 20px 0 0;
  262. }
  263. .search{
  264. float:left;
  265. width:465px;
  266. margin:0 20px 0 0;
  267. }
  268. .tableContent{
  269. margin:20px 0 0 0;
  270. }
  271. .tableContent .table{
  272. margin:0;
  273. }
  274. .tabMain,.tabShopContent{
  275. margin:25px 0 0 0;
  276. }
  277. .textCon{
  278. margin:0 10px 0 0;
  279. }
  280. .tabMain .table tr td,.tableContent .table tr td{
  281. vertical-align: middle;
  282. }
  283. .table-bg tr td{
  284. background:#eee;
  285. }
  286. .selsetContent{
  287. width:180px;
  288. }
  289. .list-group-column{
  290. padding: 10px 0;
  291. border-bottom: 1px solid #ddd;
  292. }
  293. .classifyContent{
  294. padding:5px;
  295. }
  296. .classifyContent:hover{
  297. background:#f7f7f7;
  298. }
  299. .classifyTwo,.classifyThree,.classifyFour{
  300. padding-left:20px;
  301. }
  302. .classifyTitle{
  303. width:25%;
  304. }
  305. .classifyOper{
  306. text-align: left;
  307. }
  308. .main_toolbar{
  309. margin:0 0 60px 0;
  310. }
  311. .main_toolbar .form-inline{
  312. padding:0 0 5px 0;
  313. }
  314. .statistics{
  315. float:left;
  316. margin: 7px 0 0 0;
  317. }
  318. .printImg{
  319. width:145px;
  320. height:99px;
  321. }
  322. .tabMemberMain{
  323. margin-top:20px;
  324. }
  325. .tabMemberMain ul li{
  326. float:left;
  327. margin-right: 35px;
  328. text-align: center;
  329. }
  330. .tabMamberTitle{
  331. padding:10px 0 5px 0;
  332. }
  333. .tabMember{
  334. min-width:130px;
  335. text-align: center;
  336. }
  337. .tabMamberTitle-b{
  338. border-left: 1px solid #ddd;
  339. border-right: 1px solid #ddd;
  340. }
  341. .tabMember h3{
  342. margin:0;
  343. padding:0 0 10px 0;
  344. }
  345. .tabMamberTitle-zong{
  346. background:#EEF1EA;
  347. border:none;
  348. }
  349. .table-none th,
  350. .table-none td {
  351. border: none !important;
  352. }
  353. .total-main{
  354. margin:20px 0 30px 0;
  355. padding-bottom: 15px;
  356. border-bottom: 1px solid #ddd;
  357. }
  358. .total-main ul li{
  359. float:left;
  360. margin-right: 15px;
  361. }
  362. .total-content{
  363. min-width:225px;
  364. height:113px;
  365. text-align: center;
  366. }
  367. .total-content-balanc{
  368. width:360px;
  369. height:100px;
  370. background:#EEF1EA;
  371. }
  372. .total-title{
  373. margin:0;
  374. padding:15px 30px 10px 30px;
  375. font-size: 20px;
  376. }
  377. .total-content-Y{
  378. border-left:1px solid #ddd;
  379. border-right: 1px solid #ddd;
  380. }
  381. .total-num{
  382. font-size: 24px;
  383. font-weight: bold;
  384. }
  385. .total-num-file{
  386. line-height: 60px;
  387. }
  388. .total-column{
  389. margin:0 18px;
  390. }
  391. .total-column dl dt{
  392. font-size: 14px;
  393. font-weight: normal;
  394. }
  395. .total-balanc-main{
  396. margin-top: 45px;
  397. }
  398. .total-balanc-main ul li{
  399. float:left;
  400. margin-right: 100px;
  401. }
  402. .total-tableY{
  403. margin:25px 0;
  404. width:360px;
  405. text-align: center;
  406. }
  407. .total-tableM{
  408. width: 450px;
  409. text-align: center;
  410. }
  411. .unit{
  412. line-height: 34px;
  413. }
  414. .modalMain{
  415. width:80%;
  416. margin:0 10%;
  417. }
  418. .label-white{
  419. border:1px solid #ccc;
  420. background:#fff;
  421. font-size: 13px;
  422. color:#666;
  423. }