style.css 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407
  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?8f335y');
  53. src: url('fonts/iconMenu.eot?8f335y#iefix') format('embedded-opentype'),
  54. url('fonts/iconMenu.ttf?8f335y') format('truetype'),
  55. url('fonts/iconMenu.woff?8f335y') format('woff'),
  56. url('fonts/iconMenu.svg?8f335y#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. .icon-coin-yen:before {
  74. content: "\42";
  75. }
  76. .icon-calendar:before {
  77. content: "\43";
  78. }
  79. .icon-user:before {
  80. content: "\44";
  81. }
  82. .icon-cog:before {
  83. content: "\46";
  84. }
  85. .icon-tree:before {
  86. content: "\45";
  87. }
  88. .icon-file-text2:before {
  89. content: "\41";
  90. }
  91. .icon-drawer:before {
  92. content: "\48";
  93. }
  94. .icon-users:before {
  95. content: "\4c";
  96. }
  97. .icon-spinner9:before {
  98. content: "\4b";
  99. }
  100. .icon-file-play:before {
  101. content: "\4d";
  102. }
  103. .icon-file-video:before {
  104. content: "\4a";
  105. }
  106. .loginWrapper{
  107. position: absolute;
  108. width: 430px;
  109. height: 320px;
  110. top: 50%;
  111. left: 50%;
  112. background:#fff;
  113. box-shadow: 0 8px 8px -6px #aaa;
  114. -moz-box-shadow:0 8px 8px -6px #aaa;
  115. -webkit-box-shadow:0 8px 8px -6px #aaa;
  116. border: 1px solid #eee;
  117. border-radius: 5px;
  118. margin-left:-225px;
  119. margin-top: -160px;
  120. }
  121. .loginContent{
  122. padding: 20px 40px;
  123. }
  124. .loginTitle{
  125. text-align: left;
  126. padding-left:10px;
  127. border-left: 4px solid #aaa;
  128. }
  129. .logoTitleOl{
  130. border-left:4px solid #EB5513;
  131. }
  132. .logoTitleGw{
  133. border-left: 4px solid #ff6501;
  134. }
  135. .loginForm{
  136. margin: 30px 0 20px 0;
  137. }
  138. .btnLogin{
  139. width:100%;
  140. }
  141. .loginTitleMain{
  142. position:relative;
  143. }
  144. .loginOther{
  145. position:absolute;
  146. top:5px;
  147. right:0;
  148. }
  149. /* -------------index start-------------- */
  150. .wrapper{
  151. overflow-x:hidden;
  152. }
  153. .leftWrapper{
  154. position:fixed;
  155. overflow-y:auto;
  156. height:100%;
  157. left:0;
  158. width:60px;
  159. background:#222;
  160. color: #fff;
  161. }
  162. .logo{
  163. width:100%;
  164. background:#000;
  165. text-align: center;
  166. cursor:pointer;
  167. overflow:hidden;
  168. text-overflow:ellipsis;
  169. }
  170. .logoWd{
  171. background:#8D826D;
  172. }
  173. .logoGe{
  174. background:#647B97;
  175. }
  176. .logoGw{
  177. background:#ff6501;
  178. }
  179. .logo h2{
  180. margin:0;
  181. height:38px;
  182. padding:10px 0;
  183. font-size: 18px;
  184. }
  185. .logoInfo{
  186. display:none;
  187. }
  188. .logo h2 a{
  189. color:#fff;
  190. }
  191. .logoList{
  192. width:100%;
  193. position:absolute;
  194. z-index: 99;
  195. background:#f1f1f1;
  196. padding:5px 0;
  197. display:none;
  198. }
  199. .logoList ul li{
  200. font-size: 12px;
  201. padding:5px 0;
  202. }
  203. .logoList ul li a{
  204. color:#333;
  205. }
  206. .subMenu{
  207. border-bottom:1px solid #222;
  208. }
  209. .subMenuTitle a:hover{
  210. color:#fff;
  211. text-decoration: none;
  212. }
  213. .subMenuTitle a.active{
  214. color:#fff;
  215. border-left: 2px solid #FF6501;
  216. }
  217. .subMenuTitle a:focus{
  218. text-decoration: none;
  219. }
  220. .subMenuTitle{
  221. position:relative;
  222. margin:0;
  223. background:#2E2D2B;
  224. font-size: 14px;
  225. line-height: 25px;
  226. }
  227. .subMenuTitle a{
  228. padding:15px 0;
  229. color:#ccc;
  230. border-left: solid 2px transparent;
  231. display:block;
  232. cursor: pointer;
  233. }
  234. .subMenuText{
  235. position:absolute;
  236. width:125px;
  237. top:15px;
  238. left:56px;
  239. display:none;
  240. }
  241. .caret-triangle{
  242. margin-top:12px;
  243. }
  244. .userMain{
  245. position:absolute;
  246. bottom:10px;
  247. }
  248. .userImg{
  249. margin:0 12px;
  250. width:32px;
  251. height:32px;
  252. border-radius: 18px;
  253. }
  254. .userName{
  255. display:none;
  256. font-size: 14px;
  257. top:8px;
  258. }
  259. .userName a{
  260. color:#ccc;
  261. }
  262. .userName a:hover{
  263. color:#fff;
  264. text-decoration: none;
  265. }
  266. .exit{
  267. margin:0 0 0 15px;
  268. }
  269. .iconImg{
  270. font-size: 20px;
  271. padding:0 17px;
  272. }
  273. .bg{
  274. background:#2E2D2B;
  275. color:#fff !important;
  276. }
  277. .subMenuContent ul{
  278. padding:10px 0 10px 25px;
  279. text-align: left;
  280. }
  281. .subMenuContent ul li a{
  282. display:block;
  283. padding:5px 0;
  284. color:#ccc;
  285. }
  286. .mainWrapper{
  287. margin:0 0 0 71px;
  288. background:#fff;
  289. }
  290. .mainWrapperSma{
  291. margin:0 0 0 45px;
  292. background:#fff;
  293. }
  294. .pageTop{
  295. margin-top: 20px;
  296. }
  297. .shopContent{
  298. margin:20px 0;
  299. }
  300. .sort{
  301. float:left;
  302. vertical-align: middle;
  303. }
  304. .sort .form-control{
  305. width:110px;
  306. }
  307. .btnGroup{
  308. float:left;
  309. margin:0 20px 0 0;
  310. }
  311. .selectBox{
  312. float:left;
  313. width:150px;
  314. margin:0 20px 0 0;
  315. }
  316. .search{
  317. float:left;
  318. width:465px;
  319. margin:0 20px 0 0;
  320. }
  321. .tableContent{
  322. margin:20px 0 0 0;
  323. }
  324. .tableContent .table{
  325. margin:0;
  326. }
  327. .tabMain,.tabShopContent{
  328. margin:25px 0 0 0;
  329. }
  330. .textCon{
  331. margin:0 10px 0 0;
  332. }
  333. .tabMain .table tr td,.tableContent .table tr td{
  334. vertical-align: middle;
  335. }
  336. .formInfo{
  337. min-height: 27px;
  338. padding-top: 7px;
  339. }
  340. .provinceSelect,.citySelect{
  341. width:100px;
  342. }
  343. input[type="file"] {
  344. display: inline;
  345. }
  346. .source{
  347. margin:15px 0 0 0;
  348. width:328px;
  349. height:150px;
  350. }
  351. .source img{
  352. width:328px;
  353. height:150px;
  354. }
  355. .m-10{
  356. margin:15px 0;
  357. }
  358. .classify{
  359. position: fixed;
  360. width: 260px;
  361. height: 100%;
  362. background: #fff;
  363. border-right: 1px solid #ddd;
  364. overflow-y: auto;
  365. -webkit-box-shadow: 0 0 10px rgba(150, 150, 150, .5);
  366. -moz-box-shadow: 0 0 10px rgba(150, 150, 150, .5);
  367. box-shadow: 0 0 10px rgba(150, 150, 150, .5);
  368. }
  369. .classify h5{
  370. background:#ddd;
  371. margin:0;
  372. padding:11px 10px;
  373. font-size: 16px;
  374. font-weight: 600;
  375. }
  376. .mainWrapperMa{
  377. margin:0 0 0 285px;
  378. }
  379. .versionList ul li{
  380. position:relative;
  381. padding-bottom: 35px;
  382. }
  383. .versionLeft{
  384. float:left;
  385. width:230px;
  386. }
  387. .versionLeft .dot{
  388. position:absolute;
  389. top:20px;
  390. left:225px;
  391. display: inline-block;
  392. background: #ff6501;
  393. width: 12px;
  394. height: 12px;
  395. border-radius: 10px;
  396. }
  397. .versionRight{
  398. float:left;
  399. padding-left: 35px;
  400. border-left: 2px solid #ccc;
  401. }