style.css 5.9 KB

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