style.css 7.2 KB

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