style.css 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338
  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. width:100%;
  116. background:#000;
  117. text-align: center;
  118. cursor:pointer;
  119. overflow:hidden;
  120. text-overflow:ellipsis;
  121. }
  122. .logoWd{
  123. background:#8D826D;
  124. }
  125. .logoGe{
  126. background:#647B97;
  127. }
  128. .logoTx{
  129. background:#009F86;
  130. }
  131. .logo h2{
  132. margin:0;
  133. height:38px;
  134. padding:10px 0;
  135. font-size: 18px;
  136. }
  137. .logoInfo{
  138. display:none;
  139. }
  140. .logo h2 a{
  141. color:#fff;
  142. }
  143. .logoList{
  144. width:100%;
  145. position:absolute;
  146. z-index: 99;
  147. background:#f1f1f1;
  148. padding:5px 0;
  149. display:none;
  150. }
  151. .logoList ul li{
  152. font-size: 12px;
  153. padding:5px 0;
  154. }
  155. .logoList ul li a{
  156. color:#333;
  157. }
  158. .subMenu{
  159. border-bottom:1px solid #222;
  160. }
  161. .subMenuTitle a:hover{
  162. color:#fff;
  163. text-decoration: none;
  164. }
  165. .subMenuTitle a.active{
  166. color:#fff;
  167. border-left: 2px solid #FF6501;
  168. }
  169. .subMenuTitle a:focus{
  170. text-decoration: none;
  171. }
  172. .subMenuTitle{
  173. position:relative;
  174. margin:0;
  175. background:#2E2D2B;
  176. font-size: 14px;
  177. line-height: 25px;
  178. }
  179. .subMenuTitle a{
  180. padding:15px 0;
  181. color:#ccc;
  182. border-left: solid 2px transparent;
  183. display:block;
  184. cursor: pointer;
  185. }
  186. .subMenuText{
  187. position:absolute;
  188. left:56px;
  189. display:none;
  190. }
  191. .userMain{
  192. position:absolute;
  193. bottom:20px;
  194. }
  195. .userImg{
  196. margin:0 8px;
  197. width:36px;
  198. height:36px;
  199. border-radius: 18px;
  200. }
  201. .userName{
  202. display:none;
  203. font-size: 14px;
  204. }
  205. .exit{
  206. margin:5px 14px;
  207. font-size: 12px;
  208. cursor:pointer;
  209. }
  210. .iconImg{
  211. font-size: 20px;
  212. padding:0 17px;
  213. }
  214. .bg{
  215. background:#2E2D2B;
  216. color:#fff !important;
  217. }
  218. .subMenuContent ul{
  219. padding:10px 0 10px 25px;
  220. text-align: left;
  221. }
  222. .subMenuContent ul li a{
  223. display:block;
  224. padding:5px 0;
  225. color:#ccc;
  226. }
  227. .mainWrapper{
  228. margin:0 0 0 71px;
  229. background:#fff;
  230. }
  231. .pageTop{
  232. margin-top: 20px;
  233. }
  234. .shopContent{
  235. margin:20px 0;
  236. }
  237. .sort{
  238. float:left;
  239. vertical-align: middle;
  240. }
  241. .sort .form-control{
  242. width:110px;
  243. }
  244. .btnGroup{
  245. float:left;
  246. margin:0 20px 0 0;
  247. }
  248. .search{
  249. float:left;
  250. width:465px;
  251. margin:0 20px 0 0;
  252. }
  253. .tableContent{
  254. margin:20px 0 0 0;
  255. }
  256. .tableContent .table{
  257. margin:0;
  258. }
  259. .tabMain,.tabShopContent{
  260. margin:25px 0 0 0;
  261. }
  262. .textCon{
  263. margin:0 10px 0 0;
  264. }
  265. .tabMain .table tr td,.tableContent .table tr td{
  266. vertical-align: middle;
  267. }
  268. .formInfo{
  269. min-height: 27px;
  270. padding-top: 7px;
  271. }
  272. .provinceSelect,.citySelect{
  273. width:100px;
  274. }
  275. .total-main{
  276. margin:20px 0 30px 0;
  277. padding-bottom: 15px;
  278. border-bottom: 1px solid #ddd;
  279. }
  280. .total-main ul li{
  281. float:left;
  282. margin-right: 15px;
  283. }
  284. .total-content{
  285. min-width:225px;
  286. height:113px;
  287. text-align: center;
  288. border-right: 1px solid #ddd;
  289. }
  290. .total-content-balanc{
  291. width:360px;
  292. height:100px;
  293. background:#EEF1EA;
  294. }
  295. .total-title{
  296. margin:0;
  297. padding:15px 30px 10px 30px;
  298. font-size: 20px;
  299. }
  300. .total-content-Y{
  301. border-left:1px solid #ddd;
  302. border-right: 1px solid #ddd;
  303. }
  304. .total-num{
  305. font-size: 24px;
  306. font-weight: bold;
  307. }
  308. .total-num-file{
  309. line-height: 60px;
  310. }
  311. .total-column{
  312. margin:0 18px;
  313. }
  314. .total-column dl dt{
  315. font-size: 14px;
  316. font-weight: normal;
  317. }
  318. .total-balanc-main{
  319. margin-top: 45px;
  320. }
  321. .total-balanc-main ul li{
  322. float:left;
  323. margin-right: 100px;
  324. }
  325. .total-tableY{
  326. margin:25px 0;
  327. width:360px;
  328. text-align: center;
  329. }
  330. .total-tableM{
  331. width: 550px;
  332. text-align: center;
  333. }