style.css 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468
  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. .leftBtn{
  154. position: absolute;
  155. left:45px;
  156. color: #2c3e50;
  157. cursor: pointer;
  158. transition: 0.5s all;
  159. }
  160. .leftBtn:hover{
  161. text-decoration: none;
  162. color: #337ab7;
  163. }
  164. .leftBtn:before{
  165. content: "\4f";
  166. }
  167. .leftBtnc{
  168. left:165px;
  169. }
  170. .leftBtnc:before{
  171. content: "\50";
  172. }
  173. .leftContent{
  174. position:fixed;
  175. overflow-y:auto;
  176. height:100%;
  177. left:0;
  178. /*width:60px;*/
  179. width: 55px;
  180. background:#222;
  181. color: #fff;
  182. overflow: hidden;
  183. transition: 0.5s all;
  184. }
  185. .leftContentShow{
  186. width: 175px;
  187. }
  188. .logo{
  189. width:100%;
  190. background:#000;
  191. text-align: center;
  192. cursor:pointer;
  193. overflow:hidden;
  194. text-overflow:ellipsis;
  195. }
  196. .logoWd{
  197. background:#8D826D;
  198. }
  199. .logoGe{
  200. background:#647B97;
  201. }
  202. .logoGw{
  203. background:#ff6501;
  204. }
  205. .logo h2{
  206. margin:0;
  207. height:34px;
  208. padding:10px 0;
  209. font-size: 12px;
  210. }
  211. .logoInfo{
  212. display:none;
  213. }
  214. .logo h2 a{
  215. color:#fff;
  216. }
  217. .logoList{
  218. width:100%;
  219. position:absolute;
  220. z-index: 99;
  221. background:#f1f1f1;
  222. padding:5px 0;
  223. display:none;
  224. }
  225. .logoList ul li{
  226. font-size: 12px;
  227. padding:5px 0;
  228. }
  229. .logoList ul li a{
  230. color:#333;
  231. }
  232. .subMenu{
  233. border-bottom:1px solid #222;
  234. }
  235. .subMenuTitle a:hover{
  236. color:#fff;
  237. text-decoration: none;
  238. }
  239. .subMenuTitle a.active{
  240. color:#fff;
  241. border-left: 2px solid #FF6501;
  242. }
  243. .subMenuTitle a:focus{
  244. text-decoration: none;
  245. }
  246. .subMenuTitle{
  247. position:relative;
  248. margin:0;
  249. background:#2E2D2B;
  250. font-size: 14px;
  251. line-height: 25px;
  252. }
  253. .subMenuTitle a{
  254. padding:15px 0;
  255. color:#ccc;
  256. border-left: solid 2px transparent;
  257. display:block;
  258. cursor: pointer;
  259. }
  260. .subMenuText{
  261. position:absolute;
  262. width:125px;
  263. top:15px;
  264. left:56px;
  265. /*display:none;*/
  266. }
  267. .caret-triangle{
  268. margin-top:12px;
  269. }
  270. .userMain{
  271. position:absolute;
  272. bottom:10px;
  273. }
  274. .userImg{
  275. margin:0 12px;
  276. width:32px;
  277. height:32px;
  278. border-radius: 18px;
  279. }
  280. .userName{
  281. /*display:none;*/
  282. font-size: 14px;
  283. top:8px;
  284. }
  285. .userName a{
  286. color:#ccc;
  287. }
  288. .userName a:hover{
  289. color:#fff;
  290. text-decoration: none;
  291. }
  292. .exit{
  293. margin:0 0 0 15px;
  294. }
  295. .iconImg{
  296. font-size: 20px;
  297. padding:0 17px;
  298. }
  299. .bg{
  300. background:#2E2D2B;
  301. color:#fff !important;
  302. }
  303. .subMenuContent ul{
  304. padding:10px 0 10px 25px;
  305. text-align: left;
  306. }
  307. .subMenuContent ul li a{
  308. display:block;
  309. padding:5px 0;
  310. color:#ccc;
  311. }
  312. .mainWrapper{
  313. margin:0 0 0 65px;
  314. background:#fff;
  315. overflow: hidden;
  316. transition: 0.5s all;
  317. }
  318. .mainWrapperShow{
  319. margin: 0 0 0 185px;
  320. }
  321. .mainWrapperSma{
  322. margin:0 0 0 45px;
  323. background:#fff;
  324. }
  325. .pageTop{
  326. margin-top: 20px;
  327. }
  328. .shopContent{
  329. margin:20px 0;
  330. }
  331. .sort{
  332. float:left;
  333. vertical-align: middle;
  334. }
  335. .sort .form-control{
  336. width:110px;
  337. }
  338. .btnGroup{
  339. float:left;
  340. margin:0 20px 0 0;
  341. }
  342. .selectBox{
  343. float:left;
  344. width:150px;
  345. margin:0 20px 0 0;
  346. }
  347. .search{
  348. float:left;
  349. width:465px;
  350. margin:0 20px 0 0;
  351. }
  352. .tableContent{
  353. margin:20px 0 0 0;
  354. }
  355. .tableContent .table{
  356. margin:0;
  357. }
  358. .tabMain,.tabShopContent{
  359. margin:25px 0 0 0;
  360. }
  361. .textCon{
  362. margin:0 10px 0 0;
  363. }
  364. .tabMain .table tr td,.tableContent .table tr td{
  365. vertical-align: middle;
  366. }
  367. .formInfo{
  368. min-height: 27px;
  369. padding-top: 7px;
  370. }
  371. .provinceSelect,.citySelect{
  372. width:100px;
  373. }
  374. input[type="file"] {
  375. display: inline;
  376. }
  377. .source{
  378. margin:15px 0 0 0;
  379. width:328px;
  380. height:150px;
  381. }
  382. .source img{
  383. width:328px;
  384. height:150px;
  385. }
  386. .m-10{
  387. margin:15px 0;
  388. }
  389. .classify{
  390. position: fixed;
  391. width: 260px;
  392. height: 100%;
  393. background: #fff;
  394. border-right: 1px solid #ddd;
  395. overflow-y: auto;
  396. -webkit-box-shadow: 0 0 10px rgba(150, 150, 150, .5);
  397. -moz-box-shadow: 0 0 10px rgba(150, 150, 150, .5);
  398. box-shadow: 0 0 10px rgba(150, 150, 150, .5);
  399. }
  400. .classify h5{
  401. background:#ddd;
  402. margin:0;
  403. padding:11px 10px;
  404. font-size: 16px;
  405. font-weight: 600;
  406. }
  407. .mainWrapperMa{
  408. margin:0 0 0 285px;
  409. }
  410. .versionList ul li{
  411. position:relative;
  412. padding-bottom: 35px;
  413. }
  414. .versionLeft{
  415. float:left;
  416. width:230px;
  417. }
  418. .versionLeft .dot{
  419. position:absolute;
  420. top:20px;
  421. left:225px;
  422. display: inline-block;
  423. background: #ff6501;
  424. width: 12px;
  425. height: 12px;
  426. border-radius: 10px;
  427. }
  428. .versionRight{
  429. float:left;
  430. padding-left: 35px;
  431. border-left: 2px solid #ccc;
  432. }
  433. .file-box{
  434. display: inline-block;
  435. position: relative;
  436. padding: 5px 10px;
  437. border-radius: 3px;
  438. overflow: hidden;
  439. color:#fff;
  440. background-color: #337ab7;
  441. }
  442. .file-btn{
  443. position: absolute;
  444. width: 100%;
  445. height: 100%;
  446. top: 0;
  447. left: 0;
  448. outline: none;
  449. background-color: transparent;
  450. filter:alpha(opacity=0);
  451. -moz-opacity:0;
  452. -khtml-opacity: 0;
  453. opacity: 0;
  454. }
  455. .modal-height {
  456. height:500px;
  457. overflow: auto;
  458. }
  459. .list-group-item > .btn {
  460. float: right;
  461. margin-left:5px;
  462. }