main.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682
  1. *{
  2. margin: 0;
  3. padding: 0;
  4. font-family: "微软雅黑",arial;
  5. font-size: 12px;
  6. color: #323232;
  7. }
  8. ul{
  9. list-style: none;
  10. }
  11. li{
  12. list-style: none;
  13. }
  14. button{
  15. border: 0;
  16. background: none;
  17. }
  18. a{
  19. text-decoration:none;
  20. color:#333;
  21. }
  22. .ml8{
  23. margin-left: 8px;
  24. }
  25. .ml10{
  26. margin-left: 10px;
  27. }
  28. .ml20{
  29. margin-left: 20px;
  30. }
  31. .mt8{
  32. margin-top: 8px;
  33. }
  34. .mt10{
  35. margin-top: 10px;
  36. }
  37. .mt16{
  38. margin-top: 16px;
  39. }
  40. .mt30{
  41. margin-top: 30px;
  42. }
  43. .mt40{
  44. margin-top: 40px;
  45. }
  46. /*login*/
  47. .login-wrapper{
  48. position: absolute;
  49. width: 100%;
  50. height: 100%;
  51. z-index: -999999;
  52. }
  53. .login-bg{
  54. display: block;
  55. width: 100%;
  56. height: 100%;
  57. position: fixed;
  58. z-index: -9999;
  59. }
  60. .content{
  61. width:840px;
  62. height: 400px;
  63. margin: 0 auto;
  64. background: #ffffff;
  65. border-radius: 4px;
  66. box-shadow: 0px 8px 25.9px 6.1px rgba(15, 70, 109, 0.3);
  67. position: absolute;
  68. top: 50%;
  69. margin-top: -200px;
  70. left: 50%;
  71. margin-left: -420px;
  72. }
  73. .logo-wrapper{
  74. width: 100%;
  75. height: 80px;
  76. background: #FFFFFF;
  77. float: left;
  78. position: fixed;
  79. }
  80. .logo{
  81. display:block;
  82. margin-left: 30px;
  83. margin-top: 20px;
  84. }
  85. .co-left-img{
  86. width: 480px;
  87. height: 400px;
  88. float: left;
  89. }
  90. .title-ch{
  91. line-height: 24px;
  92. display: block;
  93. font-size: 24px;
  94. color: #102e53;
  95. position: absolute;
  96. top: 40px;
  97. left: 50px;
  98. letter-spacing: 4px;
  99. }
  100. .title-en{
  101. display: block;
  102. line-height: 16px;
  103. color: #102e53;
  104. position: absolute;
  105. top: 70px;
  106. left: 50px;
  107. }
  108. .login-info{
  109. width: 360px;
  110. height: 400px;
  111. float: left;
  112. padding: 40px;
  113. padding-bottom: 30px;
  114. box-sizing: border-box;
  115. -mx-box-sizing: border-box;
  116. -o-box-sizing: border-box;
  117. -moz-box-sizing: border-box;
  118. -webkit-box-sizing: border-box;
  119. }
  120. .user-login{
  121. width: 80px;
  122. text-align: center;
  123. font-size: 16px;
  124. font-weight: 600;
  125. padding-bottom: 15px;
  126. border-bottom:2px solid #5187c9 ;
  127. margin: 0 auto;
  128. color: #5187C9;
  129. }
  130. .info-list{
  131. width: 100%;
  132. overflow: hidden;
  133. }
  134. .password-box{
  135. width: 100%;
  136. height: 16px;
  137. float: left;
  138. }
  139. /*input样式*/
  140. /*text*/
  141. .nor-text{
  142. font-size: 13px;
  143. color: #323232;
  144. }
  145. .nor-input-text{
  146. float: left;
  147. width: 100%;
  148. height: 36px;
  149. padding: 0 8px;
  150. color: #969696;
  151. border: 1px solid #dcdcdc;
  152. box-sizing: border-box;
  153. -mx-box-sizing: border-box;
  154. -o-box-sizing: border-box;
  155. -moz-box-sizing: border-box;
  156. -webkit-box-sizing: border-box;
  157. }
  158. /*checkbox*/
  159. .checkbox-style{
  160. display: inline-block;
  161. width: 14px;
  162. height: 14px;
  163. border:1px solid #dcdcdc;
  164. box-sizing: border-box;
  165. -mx-box-sizing: border-box;
  166. -o-box-sizing: border-box;
  167. -moz-box-sizing: border-box;
  168. -webkit-box-sizing: border-box;
  169. float: left;
  170. margin-top: 2px;
  171. }
  172. .sec-text{
  173. color: #969696;
  174. overflow: hidden;
  175. line-height: 16px;
  176. }
  177. a.sec-text:hover{
  178. color: #5187C9;
  179. text-decoration: underline;
  180. }
  181. /*按钮样式*/
  182. .button-login{
  183. height:40px;
  184. width: 100%;
  185. float: left;
  186. background:#5187c9;
  187. color: #FFFFFF;
  188. font-size: 14px;
  189. }
  190. .button-login:hover{
  191. cursor: pointer;
  192. background: #416ca1;
  193. }
  194. /*驗證錯誤*/
  195. .err{
  196. width: 100%;
  197. height: 40px;
  198. line-height: 40px;
  199. background: #FCF8E3;
  200. border: 1px solid #FAEBCC;
  201. box-sizing: border-box;
  202. -mx-box-sizing: border-box;
  203. -o-box-sizing: border-box;
  204. -moz-box-sizing: border-box;
  205. -webkit-box-sizing: border-box;
  206. margin-bottom: 20px;
  207. padding: 0 10px;
  208. color: #646464;
  209. font-size: 12px;
  210. }
  211. .err-close{
  212. float: right;
  213. width: 8px;
  214. height: 8px;
  215. margin-top: 16px;
  216. margin-right: 10px;
  217. }
  218. /*首页*/
  219. .right-wrapper{
  220. width: 100%;
  221. overflow: hidden;
  222. padding:1% 0 0 1%;
  223. box-sizing: border-box;
  224. -mx-box-sizing: border-box;
  225. -o-box-sizing: border-box;
  226. -moz-box-sizing: border-box;
  227. -webkit-box-sizing: border-box;
  228. position:relative;
  229. }
  230. /*看板*/
  231. .board-wrapper{
  232. width: 99%;
  233. background:#ffffff;
  234. padding: 20px 0;
  235. margin: 0 1% 1% 0;
  236. box-sizing: border-box;
  237. -mx-box-sizing: border-box;
  238. -o-box-sizing: border-box;
  239. -moz-box-sizing: border-box;
  240. -webkit-box-sizing: border-box;
  241. float: left;
  242. border: 1px solid #dcdcdc;
  243. border-top:2px solid #646464;
  244. min-width: 200px;
  245. float: left;
  246. min-height: 508px;
  247. }
  248. /*看板标题*/
  249. .board-title-wrapper{
  250. width: 100%;
  251. overflow: hidden;
  252. float: left;
  253. padding: 0 20px;
  254. box-sizing: border-box;
  255. -mx-box-sizing: border-box;
  256. -o-box-sizing: border-box;
  257. -moz-box-sizing: border-box;
  258. -webkit-box-sizing: border-box;
  259. }
  260. .board-title{
  261. font-size: 16px;
  262. font-weight: 600;
  263. float: left;
  264. line-height: 24px;
  265. }
  266. .time{
  267. font-size: 14px;
  268. color: #646464;
  269. line-height: 24px;
  270. float: left;
  271. }
  272. .more-icon{
  273. display: inline-block;
  274. float: right;
  275. width: 6px;
  276. height: 12px;
  277. background: url(../images/more.png) no-repeat;
  278. margin-top: 6px;
  279. }
  280. .more-icon:hover{
  281. cursor: pointer;
  282. }
  283. /*echarts*/
  284. .echart-wrapper{
  285. width:100%;
  286. height: 420px;
  287. float: left;
  288. background: #f0f0f0;
  289. }
  290. /*表格*/
  291. .table-wrapper{
  292. width: 100%;
  293. height: 260px;
  294. float: left;
  295. overflow: auto;
  296. }
  297. .table-style1{
  298. width: 100%;
  299. overflow: hidden;
  300. float: left;
  301. }
  302. .tr-bas{
  303. width: 100%;
  304. height: 52px;
  305. }
  306. .tr-bas:hover{
  307. background: #f0f0f0;
  308. }
  309. .tr-high{
  310. width: 100%;
  311. height: 65px;
  312. min-width: 300px;
  313. box-sizing: border-box;
  314. -mx-box-sizing: border-box;
  315. -o-box-sizing: border-box;
  316. -moz-box-sizing: border-box;
  317. -webkit-box-sizing: border-box;
  318. }
  319. .tr-high:hover{
  320. background:#f0f0f0;
  321. }
  322. .blue-line{
  323. border-left: 2px solid #ffffff;
  324. }
  325. .tr-high:hover .blue-line{
  326. border-left: 2px solid #5187C9;
  327. }
  328. .tr-high td{
  329. line-height: 16px;
  330. padding: 4px;
  331. text-align:left;
  332. font-size: 13px;
  333. }
  334. .tr-bas th{
  335. line-height: 16px;
  336. padding: 4px;
  337. text-align: center;
  338. color: #646464;
  339. font-size: 13px;
  340. border-bottom: 1px solid #dcdcdc;
  341. }
  342. .tr-bas td{
  343. line-height: 16px;
  344. padding: 4px;
  345. text-align: center;
  346. font-size: 13px;
  347. }
  348. .btn-bas{
  349. display: inline-block;
  350. height: 24px;
  351. padding: 0 14px;
  352. border-radius: 12px;
  353. line-height: 24px;
  354. color: #ffffff;
  355. min-width: 36px;
  356. text-align: center;
  357. }
  358. .btn-opr{
  359. background: #b4b4b4;
  360. }
  361. .btn-opr:hover{
  362. background:#5187c9;
  363. color: #ffffff;
  364. }
  365. /*圆点*/
  366. .circle{
  367. display: inline-block;
  368. width:10px;
  369. height: 10px;
  370. border-radius: 5px;
  371. }
  372. .blue-cir{
  373. background: #5187c9;
  374. }
  375. .org-cir{
  376. background:#f19149;
  377. }
  378. .notice-title{
  379. line-height: 24px;
  380. float: left;
  381. font-size: 14px;
  382. }
  383. .notice-time{
  384. float: left;
  385. line-height: 24px;
  386. color:#969696;
  387. }
  388. .notice-con{
  389. float: left;
  390. line-height: 24px;
  391. font-size: 13px;
  392. }
  393. /*滚动列表*/
  394. .scroll-list-wrapper{
  395. width: 29%;
  396. /* float: right; */
  397. overflow:hidden;
  398. border-left: 1px solid #c8c8c8;
  399. box-sizing: border-box;
  400. -mx-box-sizing: border-box;
  401. -o-box-sizing: border-box;
  402. -moz-box-sizing: border-box;
  403. -webkit-box-sizing: border-box;
  404. }
  405. .list-wrapper{
  406. width: 100%;
  407. overflow: hidden;
  408. padding: 10px;
  409. box-sizing: border-box;
  410. -mx-box-sizing: border-box;
  411. -o-box-sizing: border-box;
  412. -moz-box-sizing: border-box;
  413. -webkit-box-sizing: border-box;
  414. }
  415. .scroll-list{
  416. width: 100%;
  417. float: left;
  418. height:227px ;
  419. overflow: auto;
  420. box-sizing: border-box;
  421. -mx-box-sizing: border-box;
  422. -o-box-sizing: border-box;
  423. -moz-box-sizing: border-box;
  424. -webkit-box-sizing: border-box;
  425. }
  426. .list-wrapper:hover{
  427. background:#e6e6e6 ;
  428. cursor: pointer;
  429. }
  430. .pro-title{
  431. width: 100%;
  432. display: block;
  433. float: left;
  434. box-sizing: border-box;
  435. -mx-box-sizing: border-box;
  436. -o-box-sizing: border-box;
  437. -moz-box-sizing: border-box;
  438. -webkit-box-sizing: border-box;
  439. }
  440. .pro-bar{
  441. width: 100%;
  442. height: 12px;
  443. float: left;
  444. background:#5187c9;
  445. margin-top: 6px;
  446. box-sizing: border-box;
  447. -mx-box-sizing: border-box;
  448. -o-box-sizing: border-box;
  449. -moz-box-sizing: border-box;
  450. -webkit-box-sizing: border-box;
  451. }
  452. .list-wrapper:hover .pro-bar{
  453. background: #49b27b;
  454. }
  455. .title-all{
  456. width: 100%;
  457. padding: 8px;
  458. font-weight: 600;
  459. float: left;
  460. box-sizing: border-box;
  461. -mx-box-sizing: border-box;
  462. -o-box-sizing: border-box;
  463. -moz-box-sizing: border-box;
  464. -webkit-box-sizing: border-box;
  465. }
  466. .title-all:hover{
  467. cursor: pointer;
  468. color: #5187C9;
  469. }
  470. /*栏目看板设置*/
  471. .cover{
  472. background:rgba(0,0,0,0.5);
  473. }
  474. .w-board{
  475. width: 400px;
  476. height: 362px;
  477. padding: 6px 20px 18px;
  478. background: #FFFFFF;
  479. margin: 0 auto 0;
  480. overflow-y:auto;
  481. box-sizing: border-box;
  482. -mx-box-sizing: border-box;
  483. -o-box-sizing: border-box;
  484. -moz-box-sizing: border-box;
  485. -webkit-box-sizing: border-box;
  486. }
  487. .board-title{
  488. width: 100%;
  489. padding: 14px 0;
  490. border-bottom: 1px solid #dcdcdc;
  491. float: left;
  492. text-align: center;
  493. font-size: 14px;
  494. color: #646464;
  495. margin-bottom: 18px;
  496. position: relative;
  497. }
  498. .closed-icon{
  499. display: inline-block;
  500. width: 12px;
  501. height: 12px;
  502. background: url(../images/closed.png) no-repeat;
  503. position: absolute;
  504. top:22px;
  505. right:0;
  506. cursor: pointer;
  507. }
  508. .all-opr{
  509. width: 100%;
  510. height: 24px;
  511. padding:0 8px;
  512. float: left;
  513. box-sizing: border-box;
  514. -mx-box-sizing: border-box;
  515. -o-box-sizing: border-box;
  516. -moz-box-sizing: border-box;
  517. -webkit-box-sizing: border-box;
  518. margin-bottom: 2px;
  519. }
  520. .chk{
  521. display: inline-block;
  522. width: 16px;
  523. height: 16px;
  524. border-radius: 8px;
  525. border: 1px solid #c8c8c8;
  526. float: left;
  527. margin-top: 4px;
  528. box-sizing: border-box;
  529. -mx-box-sizing: border-box;
  530. -o-box-sizing: border-box;
  531. -moz-box-sizing: border-box;
  532. -webkit-box-sizing: border-box;
  533. position: relative;
  534. }
  535. .chked{
  536. display: inline-block;
  537. width: 8px;
  538. height: 8px;
  539. border-radius: 4px;
  540. background: #5187C9;
  541. position: absolute;
  542. top: 3px;
  543. left: 3px;
  544. }
  545. .chked-disable{
  546. background: #969696;
  547. }
  548. .chk-t{
  549. display: inline-block;
  550. line-height: 24px;
  551. float: left;
  552. font-size: 13px;
  553. color: #323232;
  554. }
  555. .btn-save{
  556. display: inline-block;
  557. padding:0 14px;
  558. height: 24px;
  559. border-radius: 12px;
  560. background: #5187C9;
  561. color: #ffffff;
  562. float: right;
  563. cursor: pointer;
  564. }
  565. .btn-save:hover{
  566. background: #416ca1;
  567. }
  568. .board-list{
  569. width: 100%;
  570. overflow: auto;
  571. padding: 0 10px;
  572. height: 240px;
  573. box-sizing: border-box;
  574. -mx-box-sizing: border-box;
  575. -o-box-sizing: border-box;
  576. -moz-box-sizing: border-box;
  577. -webkit-box-sizing: border-box;
  578. }
  579. .board{
  580. width: 100%;
  581. margin: 6px 0;
  582. height: 48px;
  583. box-sizing: border-box;
  584. -mx-box-sizing: border-box;
  585. -o-box-sizing: border-box;
  586. -moz-box-sizing: border-box;
  587. -webkit-box-sizing: border-box;
  588. border:1px solid #dcdcdc;
  589. float: left;
  590. box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) ;
  591. }
  592. .board-def{
  593. background: #ffffff;
  594. }
  595. .board-def:hover{
  596. border:1px solid #5187c9;
  597. box-shadow: 0 0 10px 0 rgba(67, 123, 191, 0.2);
  598. }
  599. .board-disab{
  600. background:#f0f0f0;
  601. }
  602. .up-icon{
  603. display: none;
  604. width:12px;
  605. height: 18px;
  606. background: url(../images/up-icon.png) no-repeat;
  607. float: right;
  608. margin: 5px 20px;
  609. }
  610. .board-def:hover .up-icon{
  611. display: inline-block;
  612. cursor: pointer;
  613. }
  614. .float-icon{
  615. width: 40px;
  616. height: 40px;
  617. border-radius: 20px;
  618. position: fixed;
  619. top: 32px;
  620. right: 48px;
  621. background:rgba(0,0,0,0.1);
  622. z-index: 99;
  623. }
  624. .board-set-icon{
  625. display: block;
  626. width:16px;
  627. height: 16px;
  628. background: url(../images/board-set-icon-def.png) no-repeat;
  629. position: absolute;
  630. top: 12px;
  631. left: 12px;
  632. }
  633. .float-icon:hover{
  634. background:#5187C9;
  635. cursor: pointer;
  636. }
  637. .float-icon:hover .board-set-icon{
  638. background: url(../images/board-set-icon-sel.png) no-repeat;
  639. }
  640. /*ȱʡҳ*/
  641. .err-info{
  642. width: 100%;
  643. height:auto!important;
  644. min-height:293px;
  645. position: relative;
  646. /* height: 100%; */
  647. }
  648. .err-icon01{
  649. width: 61px;
  650. height: 68px;
  651. position:absolute;
  652. top:50%;
  653. left:50%;
  654. margin-left:-30px;
  655. background: url(../images/err-icon01.png) no-repeat;
  656. /* margin: -34px auto 0; */
  657. }
  658. .err-text{
  659. position:absolute;
  660. top:80%;
  661. left:50%;
  662. margin-left:-50px;
  663. text-align: center;
  664. color: #969696;
  665. }