table.css 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890
  1. /*all*/
  2. @charset "utf-8";
  3. /* CSS Document */
  4. .laydate_body .laydate_bottom{height: 30px !important;}
  5. *{
  6. margin:0;
  7. padding:0;
  8. font-family:"微软雅黑";}
  9. ::-webkit-scrollbar-track{border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);}/*滚动条的滑轨背景颜色*/
  10. ::-webkit-scrollbar-thumb{background-color: rgba(0,0,0,0.05);border-radius: 10px;-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);}/*滑块颜色*/
  11. ::-webkit-scrollbar-thumb{background-color: rgba(0,0,0,0.2);border-radius: 10px;-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);}
  12. ::-webkit-scrollbar{width: 16px;height: 16px;}/* 滑块整体设置*/
  13. ::-webkit-scrollbar-track,
  14. ::-webkit-scrollbar-thumb{border-radius: 999px;border: 5px solid transparent;}
  15. ::-webkit-scrollbar-track{box-shadow: 1px 1px 5px rgba(0,0,0,.2) inset;}
  16. ::-webkit-scrollbar-thumb{min-height: 20px;background-clip: content-box;box-shadow: 0 0 0 5px rgba(0,0,0,.2) inset;}
  17. ::-webkit-scrollbar-corner{background: transparent;}/* 横向滚动条和纵向滚动条相交处尖角的颜色 */
  18. .clear{
  19. clear: both;
  20. }
  21. .map_find{
  22. padding-top: 5px;
  23. padding-bottom: 5px;
  24. border-bottom: 1px solid #CCCCCC;
  25. font-size: 13px;
  26. padding-left: 10px;
  27. }
  28. .map_find1{
  29. padding-top: 10px;
  30. border-bottom: 1px solid #CCCCCC;
  31. font-size: 13px;
  32. padding-left: 10px;
  33. }
  34. .map_find label{
  35. margin-right: 5px;
  36. }
  37. .map_input{
  38. width: 220px;
  39. height: 24px;
  40. border-radius: 3px;
  41. border:1px solid #CCCCCC;
  42. margin-right: 10px;
  43. }
  44. .find_but{
  45. padding-left: 8px;
  46. padding-right: 8px;
  47. padding-top: 3px;
  48. padding-bottom: 4px;
  49. background-color: #0D8BBD;
  50. color: #ffffff;
  51. border:none;
  52. border-radius: 3px;
  53. }
  54. .find_but:active{
  55. background-color: #1c6a9e;
  56. }
  57. .map_con{
  58. width: 100%;
  59. height: 100%;
  60. background-image: url("../img/map01.png");
  61. position: absolute;
  62. }
  63. .map_tail{
  64. width: 600px;
  65. height: 350px;
  66. position:relative;
  67. margin: 0 auto;
  68. margin-top: 50px;
  69. background-color: #ffffff;
  70. box-shadow: 5px 5px 3px #333;
  71. border-radius: 5px;
  72. }
  73. .map_h{
  74. padding-top: 10px;
  75. padding-bottom: 5px;
  76. text-align: center;
  77. border-bottom: 1px solid #CCCCCC;
  78. width: 96%;
  79. margin-left: 2%;
  80. }
  81. .map_table{
  82. width: 96%;
  83. margin-left: 2%;
  84. border:none;
  85. font-size: 13px;
  86. color: #262626;
  87. }
  88. .map_mos{
  89. text-decoration: none;
  90. padding-top: 3px;
  91. padding-left: 10px;
  92. padding-right: 10px;
  93. padding-bottom: 4px;
  94. color: #ffffff;
  95. background-color: #0D8BBD;
  96. border:none;
  97. border-radius: 3px;
  98. }
  99. .map_mos:active{
  100. background-color: #00a0e9;
  101. }
  102. .map_video{
  103. text-decoration: none;
  104. padding-top: 3px;
  105. padding-left: 10px;
  106. padding-right: 10px;
  107. padding-bottom: 4px;
  108. color: #ffffff;
  109. background-color: #00aa00;
  110. border:none;
  111. border-radius: 3px;
  112. }
  113. .map_video:active{
  114. background-color: #00e765;
  115. }
  116. .map_p01{
  117. padding-top: 15px;
  118. padding-bottom: 5px;
  119. border-bottom: 1px solid #CCCCCC;
  120. width: 96%;
  121. margin-left: 2%;
  122. font-size: 12px;
  123. color: #666666;
  124. }
  125. .map_p02{
  126. width: 96%;
  127. margin-left: 2%;
  128. height: 170px;
  129. margin-top: 5px;
  130. }
  131. .map_p02 img{
  132. width: 100%;
  133. height: 100%;
  134. }
  135. .map_close{
  136. width: 20px;
  137. height: 20px;
  138. position: absolute;
  139. right: -5px;
  140. top:-5px;
  141. }
  142. .p_but{
  143. padding-top: 5px;
  144. padding-left: 5px;
  145. font-size: 12px;
  146. }
  147. .p_but a{
  148. margin-right: 10px;}
  149. #table,#table1,#table2{
  150. font-size: 12px !important;
  151. color: #475059 !important;
  152. /*border-top: none !important;*/
  153. /*margin-top: 6px !important;*/
  154. }
  155. #table a{
  156. margin-right: 10px;
  157. }
  158. #table th,#table1 th,#table2 th{
  159. border: 1px solid #ccc;
  160. }
  161. .add_i{
  162. width: 16px;
  163. height: 16px;
  164. position: relative;
  165. display: inline-block;
  166. background-image: url("../img/table_add.png");
  167. top:3px;
  168. margin-right: 2px;
  169. }
  170. .del_i{
  171. width: 16px;
  172. height: 16px;
  173. position: relative;
  174. display: inline-block;
  175. background-image: url("../img/table_del.png");
  176. top:3px;
  177. margin-right: 1px;
  178. }
  179. .down_i{
  180. width: 16px;
  181. height: 16px;
  182. position: relative;
  183. display: inline-block;
  184. background-image: url("../img/table_down.png");
  185. top:3px;
  186. margin-right: 1px;
  187. }
  188. .print_i{
  189. width: 16px;
  190. height: 16px;
  191. position: relative;
  192. display: inline-block;
  193. background-image: url("../img/table_print.png");
  194. top:3px;
  195. margin-right: 1px;
  196. }
  197. .div_find{
  198. width: 100%;
  199. padding-bottom: 5px;
  200. padding-top: 5px;
  201. border-bottom: solid 1px #cccccc;
  202. top:5px;
  203. font-size: 12px;
  204. }
  205. .find_labela {
  206. width: 8%;
  207. text-align: right;
  208. font-size: 12px;
  209. display: inline-block;
  210. }
  211. .find_input{
  212. width: 18%;
  213. height: 28px;
  214. border:solid 1px #ccc;
  215. border-radius: 3px;
  216. }
  217. .find_but{
  218. padding-left: 9px;
  219. padding-bottom: 4px;
  220. padding-top: 4px;
  221. padding-right: 8px;
  222. background-color:#00a0e9;
  223. color: #ffffff;
  224. border-radius: 5px;
  225. border:none;
  226. margin-right: 10px;
  227. }
  228. .find_but:active{
  229. background-color: #00a0e9;
  230. border: none;}
  231. .find_but1{
  232. padding-left: 9px;
  233. padding-bottom: 4px;
  234. padding-top: 4px;
  235. padding-right: 8px;
  236. background-color:#2e8ded;
  237. color: #ffffff;
  238. border-radius: 5px;
  239. border: none;
  240. }
  241. .find_but1:active{
  242. background-color: #044588;
  243. }
  244. .find_span{
  245. float: right;
  246. margin-right: 15px;
  247. margin-top: 5px;
  248. font-size: 13px;
  249. }
  250. .find_span a{
  251. text-decoration: none;
  252. color: #333;
  253. }
  254. .find_span1{
  255. float: right;
  256. margin-right: 15px;
  257. margin-top: 5px;
  258. font-size: 13px;
  259. display: none;
  260. }
  261. .find_span1 a{
  262. text-decoration: none;
  263. color: #333;
  264. }
  265. .i_open{
  266. width: 14px;
  267. height: 14px;
  268. position: relative;
  269. display: inline-block;
  270. background-image: url("../img/opne.png");
  271. top:2px;
  272. }
  273. .i_close{
  274. width: 14px;
  275. height: 14px;
  276. position: relative;
  277. display: inline-block;
  278. background-image: url("../img/colse.png");
  279. top:2px;
  280. }
  281. .user_table{
  282. width: 96%;
  283. margin-left: 2%;
  284. border:none;
  285. font-size: 13px;
  286. }
  287. .user_table tr{
  288. height: 30px;
  289. }
  290. .user_td{
  291. text-align: right;
  292. }
  293. .user_td1{
  294. width: 100px;
  295. }
  296. .user_rdio{
  297. width: 15px;
  298. height: 15px;
  299. position: relative;
  300. top:3px;
  301. margin-right: 5px;
  302. }
  303. .rideo_label{
  304. margin-right: 10px;
  305. font-size: 13px;
  306. }
  307. .user_save{
  308. background-color: #00aa00;
  309. color: #ffffff;
  310. padding-bottom: 4px;
  311. padding-top: 3px;
  312. padding-left: 8px;
  313. padding-right: 8px;
  314. border:none;
  315. border-radius: 3px;
  316. margin-right: 10px;
  317. }
  318. .user_save:active{
  319. background-color: #00ca6d;
  320. }
  321. .user_esc{
  322. background-color: #d58512;
  323. color: #ffffff;
  324. padding-bottom: 4px;
  325. padding-top: 3px;
  326. padding-left: 8px;
  327. padding-right: 8px;
  328. border:none;
  329. border-radius: 3px;
  330. }
  331. .user_esc:active{
  332. background-color: #985f0d;
  333. }
  334. .rose_text{
  335. width: 350px;
  336. height: 100px;
  337. resize: none;
  338. }
  339. .part_span{
  340. float: right;
  341. margin-right: 5px;
  342. }
  343. .part_table{
  344. float: left;
  345. width: 79%;
  346. height: 600px;
  347. border:1px solid #0D8BBD;
  348. margin-left: 2px;
  349. }
  350. .part_tree{
  351. float: right;
  352. width: 20%;
  353. height: 600px;
  354. border:1px solid #0D8BBD;
  355. margin-right: 5px;
  356. }
  357. .part_tree ul{
  358. list-style: none;
  359. text-indent: 10px;
  360. }
  361. .tree_h{
  362. height: 40px;
  363. background-color: #EEEEEE;
  364. margin-top: 0px;
  365. line-height: 40px;
  366. text-indent: 5px;
  367. }
  368. .static_all{
  369. width: 100%;
  370. height: 100%;
  371. }
  372. .static01{
  373. width: 98%;
  374. margin-left: 1%;
  375. height: 300px;
  376. margin-top: 5px;
  377. }
  378. .static02{
  379. width: 98%;
  380. margin-left: 1%;
  381. height: 300px;
  382. margin-top: 5px;
  383. }
  384. .static03{
  385. width: 98%;
  386. margin-left: 1%;
  387. height: 300px;
  388. margin-top: 5px;
  389. }
  390. .alam_static{
  391. width: 98%;
  392. height: 350px;
  393. margin-left: 1%;
  394. margin-top: 5px;
  395. }
  396. .alam_static1{
  397. width: 100%;
  398. background-color: #ffffff;
  399. }
  400. .alstic_ledt{
  401. padding-top: 10px;
  402. width: 59%;
  403. height: 350px;
  404. float: left;
  405. }
  406. .alstic_right{
  407. padding-top: 10px;
  408. width: 39%;
  409. height: 350px;
  410. float: right;
  411. background-color: #ffffff;
  412. }
  413. .alstic_right p{
  414. padding-bottom: 5px;
  415. }
  416. .spqn_red{
  417. color: #f11010;
  418. font-size: 20px;
  419. }
  420. .sque_red{
  421. width: 16px;
  422. height: 16px;
  423. background-color: #c23531;
  424. display: inline-block;
  425. margin-right: 10px;
  426. position: relative;
  427. top:3px;
  428. }
  429. .span_margin{
  430. margin-left: 10px;
  431. }
  432. .sque_02{
  433. width: 16px;
  434. height: 16px;
  435. background-color: #d48265;
  436. display: inline-block;
  437. margin-right: 10px;
  438. position: relative;
  439. top:3px;
  440. }
  441. .cloum_alam{
  442. width: 100%;
  443. height: 350px;
  444. }
  445. .book_con01{
  446. width: 98%;
  447. border-radius: 6px;
  448. margin: 2% auto;
  449. background-color: #ffffff;
  450. padding-top: 2%;
  451. padding-bottom: 2%;
  452. font-size: 14px;
  453. box-shadow:-5px 0 5px #ccc, /*左边阴影*/
  454. 5px 0 5px #ccc, /*右边阴影*/
  455. 0 -5px 5px #ccc, /*顶部阴影*/
  456. 0 5px 5px #ccc; /*底边阴影*/
  457. }
  458. .book_p{
  459. width: 94%;
  460. margin-left: 3%;
  461. margin-bottom: 15px;
  462. padding-bottom: 10px;
  463. }
  464. .book_titSpan{
  465. float: right;
  466. }
  467. .book_p label{
  468. color: #3665a9;
  469. margin-right: 5px;
  470. }
  471. .book_input01{
  472. width: 100px;
  473. border-top:none;
  474. border-left: none;
  475. border-right: none;
  476. border-bottom: 1px solid #a9c9f7;
  477. margin-right: 5px;
  478. height:30px;
  479. }
  480. .book_input02{
  481. width: 60px;
  482. border-top:none;
  483. border-left: none;
  484. border-right: none;
  485. border-bottom: 1px solid #a9c9f7;
  486. margin-right: 5px;
  487. height:30px;
  488. }
  489. .book_input03{
  490. width: 97%;
  491. margin-left: 1%;
  492. height:30px;
  493. border:none;
  494. }
  495. .book_h01{
  496. width: 94%;
  497. margin-left: 3%;
  498. padding-top: 15px;
  499. margin-bottom: 10px;
  500. text-align: center;
  501. letter-spacing: 1px;
  502. font-size: 16px;
  503. }
  504. .label_red{
  505. margin-left: 5px;
  506. margin-right: 5px;
  507. color: #f50f35;
  508. }
  509. .book_table{
  510. width: 94%;
  511. margin-left: 3%;
  512. border-collapse:collapse;
  513. }
  514. .book_table tr{
  515. border:1px solid #ccc;
  516. }
  517. .book_table td{
  518. padding-top: 8px;
  519. padding-bottom: 8px;
  520. padding-left: 5px;
  521. }
  522. .input_radio{
  523. position: relative;
  524. top:1px;
  525. margin-right: 5px;
  526. margin-left: 8px;
  527. }
  528. .textArae{
  529. width: 96%;
  530. margin-left: 1%;
  531. height: 350px;
  532. resize: none;
  533. }
  534. .textArae01{
  535. width: 96%;
  536. margin-left: 1%;
  537. height: 350px;
  538. resize: none;
  539. border:none;
  540. }
  541. .label_right{
  542. float: right;
  543. margin-right: 5px;
  544. }
  545. .td_label{
  546. color: #3665a9;
  547. margin-right: 5px;
  548. padding-top: 5px;
  549. padding-bottom: 10px;
  550. text-align: right;
  551. }
  552. .book_input04{
  553. width: 20%;
  554. height: 30px;
  555. margin-left: 3%;
  556. }
  557. .book_input05{
  558. width: 45%;
  559. height: 30px;
  560. margin-left: 3%;
  561. }
  562. .book_foot{
  563. width: 100%;
  564. text-align: center;
  565. margin-top: 25px;
  566. margin-bottom: 25px;
  567. }
  568. .book_foot input{
  569. margin-right: 20px;
  570. padding-left: 5px;
  571. padding-right: 5px;
  572. }
  573. .reead{
  574. background-color: #EEEEEE;
  575. }
  576. .tr_color{
  577. background-color: #ECF4FB;
  578. text-align: center;
  579. font-weight: bold;
  580. }
  581. .P_chart{
  582. width: 98%;
  583. margin-left: 1%;
  584. height: 500px;
  585. }
  586. .p_static{
  587. padding-top: 15px;
  588. text-align: center;
  589. width: 100%;
  590. font-weight: bold;
  591. font-size: 18px;
  592. }
  593. .static_span01{
  594. margin-right: 15px;
  595. margin-left: 5px;
  596. font-size: 12px;
  597. }
  598. .static_span02{
  599. margin-right: 15px;
  600. float: right;
  601. font-size: 12px;
  602. }
  603. .static_tabel{
  604. width: 100%;
  605. border-collapse: collapse;
  606. font-size: 12px;
  607. }
  608. .static_tabel td{
  609. padding-top: 5px;
  610. padding-bottom: 5px;
  611. border:1px solid #CCCCCC;
  612. text-align: center;
  613. }
  614. .td_red{
  615. color: red;
  616. }
  617. .td_blue{
  618. color: #1F547E;
  619. }
  620. .index_top{
  621. color: #ffffff;
  622. line-height: 60px;
  623. }
  624. .i_start {
  625. width: 8px;
  626. height: 8px;
  627. position: relative;
  628. display: inline-block;
  629. background-image: url("../img/start.png");
  630. margin-right: 5px;
  631. top:-2px;
  632. }
  633. *,h6,button,ul,li{padding: 0;margin: 0}
  634. .layui-layer-title{background-color: #3c8dbc !important;font-weight:500;color:#fff !important; border:none !important;height: 36px !important;line-height: 36px !important;}
  635. .layui-layer-rim {border: 0 solid #8D8D8D !important;border-radius: 5px;box-shadow: 0 5px 15px rgba(0,0,0,.4)!important; }
  636. .notice_check{padding: 16px 15px;font-size: 12px}
  637. .notice_check p label{text-align: right;font-size: 12px;display: inline-block;width: 60px}
  638. .find_input{width: 198px;height: 30px;border:solid 1px #ccc;border-radius: 4px;}
  639. .notice_check .check_btn{height: 30px;border: none;margin-left: 5px;width: 65px;border-radius: 4px;background-color: #337ab7;color: #fff;padding-left: 18px;
  640. background-image: url(../img/1_03.png);background-repeat: no-repeat;background-position: 11px 8px}
  641. .check_btn01{height: 30px;border: none;margin-left: 5px;width: 65px;border-radius: 4px;background-color: #27a111;color: #fff;text-align: center;
  642. }
  643. .notice_check .check_btn1{height: 30px;border: none;margin-left: 5px;width: 65px;border-radius: 4px;background-color: #337ab7;color: #fff;text-align: center;}
  644. .notice_nav ul li{float: left}
  645. .notice_nav ul{border: 1px #ccc solid;border-radius: 2px}
  646. .notice_nav ul li a{display:inline-block;height: 28px;text-align:center;line-height:28px;color:#101010;border: none;width: 65px;border-right:1px #ccc solid;background-color: #fff;cursor: pointer}
  647. .notice_nav ul li:nth-child(4) a{border-right:none}
  648. .notice_nav ul li a:hover{background-color: #f5f5f5}
  649. .dropdown-menu {min-width: 120px !important;margin-top: 4px;font-size: 12px}
  650. .dropdown-menu li {padding:5px 15px;cursor: pointer}
  651. .dropdown-menu li:hover{background-color: #f5f5f6}
  652. .fixed-table-pagination{margin-top:0 !important;margin-bottom:0 !important;position: fixed !important;bottom:10px !important;left: 0 !important;width: 100%!important;border-top:1px #ccc solid}
  653. .pagination-detail{margin-top:0 !important;margin-bottom:0 !important;}
  654. .pagination{margin-top:3px !important;margin-bottom:5px !important;}
  655. .l_left{float: left}
  656. .r_right{float: right}
  657. .notice_bot{position: fixed;bottom: 0;background-color: #ecf0f5;padding: 5px 0 5px 0;z-index:9999;border-top:1px #ccc solid;width: 100%;}
  658. .notice_bot>div{font-size: 12px;margin-left: 10px;color: #07141e;line-height: 28px}
  659. .notice_bot>div input{margin-right: 2px;vertical-align: middle}
  660. .div_form{margin:4% auto 0 auto;width: 90% }
  661. .div_form>div{margin: 5px}
  662. .but_p{margin-right: 10px}
  663. .but_p button{width: 58px;height: 28px;line-height: 28px;border: none;background-color: #5cb85c;color: #fff;border-radius: 4px;cursor: pointer}
  664. .but_p .but_close{background-color: #d9534f;margin-left: 10px}
  665. .notice_nav a{height: 28px;line-height: 28px;padding: 0 12px;border-radius: 0;float: left;font-size: 13px}
  666. .notice_nav a:nth-child(1){border-top-left-radius: 4px;border-bottom-left-radius: 4px}
  667. .notice_nav a:nth-child(3){border-top-right-radius: 4px;border-bottom-right-radius: 4px}
  668. .notice_nav span{line-height: 26px;margin-right: 2px;color: #7a869d;font-size: 12px}
  669. /*role*/
  670. *,p,button,ul,li{padding: 0;margin: 0}
  671. ul{list-style: none}
  672. .l_left{float: left}
  673. .r_right{float: right}
  674. .clear{clear: both}
  675. th{background-color: #e7f0f6 !important;}
  676. .layui-layer-title{background-color: #3c8dbc !important;font-weight:bold;color:#fff !important; border:none !important;height: 33px;line-height: 33px;}
  677. .layui-layer-rim {border: 0px solid #8D8D8D !important;border-radius: 5px;box-shadow: 0 5px 15px rgba(0,0,0,.4)!important; }
  678. .notice_main{height: 100%;width: 100%;border: 1px #ccc solid;background-color: #fff;overflow: auto}
  679. .notice_check{padding: 16px 15px;font-size: 12px}
  680. .notice_check p label{text-align: right;font-size: 12px;display: inline-block;}
  681. .find_input{width: 20%;height: 30px;border:solid 1px #ccc;border-radius: 4px;}
  682. .find_input1{width: 64px;height: 30px;border:solid 1px #ccc;border-radius: 4px;}
  683. .notice_check .check_btn{height: 30px;border: none;margin-left: 5px;width: 65px;border-radius: 4px;background-color: #337ab7;color: #fff;padding-left: 18px;
  684. background-image: url(../img/1_03.png);background-repeat: no-repeat;background-position: 11px 8px}
  685. .dropdown-menu {min-width: 120px !important;margin-top: 4px;font-size: 12px}
  686. .dropdown-menu li {padding:5px 15px;cursor: pointer}
  687. .dropdown-menu li:hover{background-color: #f5f5f6}
  688. .fixed-table-pagination{position: fixed !important;bottom:0 !important;left: 0 !important;width: 100%!important;border-top:1px #ccc solid}
  689. .pagination-detail{margin-top:0 !important;margin-bottom:0 !important;}
  690. .pagination{margin-top:3px !important;margin-bottom:5px !important;}
  691. .notice_nav a{height: 28px;line-height: 28px;padding: 0 12px;border-radius: 0;float: left;font-size: 13px}
  692. .notice_nav a:nth-child(1){border-top-left-radius: 4px;border-bottom-left-radius: 4px}
  693. .notice_nav a:nth-child(3){border-top-right-radius: 4px;border-bottom-right-radius: 4px}
  694. .notice_nav span{line-height: 26px;margin-right: 2px;color: #7a869d;font-size: 12px}
  695. /*department*/
  696. *,h6,button{padding: 0;margin: 0}
  697. ul{list-style: none}
  698. .l_left{float: left}
  699. .r_right{float: right}
  700. .clear{clear: both}
  701. th{background-color: #e7f0f6 !important;}
  702. .nav_active{;background-image: url(../img/ccc_03.png);background-repeat: no-repeat;background-position: top left;background-color: #f5f5f5}
  703. .news_main{height: 98%;width: 100%}
  704. .layui-layer-title{background-color: #3c8dbc !important;font-weight:bold;color:#fff !important; border:none !important;height: 33px;line-height: 33px;}
  705. .news_main h6{font-weight: bold;padding-left: 10px;line-height: 31px;border-bottom: 1px #ccc solid}
  706. .news_left{width: 16%;height: 100%;border: 1px #ccc solid;margin-right: 0.5%;background-color: #fff}
  707. .news_right{width: 83.5%;height: 100%;border: 1px #ccc solid;background-color: #fff;overflow: auto}
  708. .department_table .fixed-table-pagination{left: 16.5% !important;width: 83.5% !important;}
  709. h6{font-weight: bold;padding-left: 10px;line-height: 31px;border-bottom: 1px #ccc solid}
  710. .notice_check_last{padding:8px 15px 16px 15px !important}
  711. .notice_check .find_input,.notice_check_last .find_input{margin: 0 10px 0 2px}
  712. .notice_check_last .last_input{margin-right: 2px}
  713. /*book01*/
  714. .table_td{color: #3665a9;text-align: right;background-color: #f5f5f5;width: 90px}
  715. .table_td p{display: inline-block}
  716. .table_td span{color: red;width: 20px;display: inline-block;vertical-align:middle;text-align: center}
  717. .book_con01 td{text-align: right;color: #475059}
  718. .book_con01 .sex{text-align: left}
  719. .book_con01 td:nth-child(2n):hover,.book_con01 tr:hover{background-color: #fff !important;}
  720. /*from*/
  721. *,a{margin: 0;padding: 0}
  722. .from_main{height: 98%;width: 100%;overflow: auto}
  723. ul{list-style: none}
  724. .l_left{float: left}
  725. .r_right{float: right}
  726. .clear{clear: both}
  727. *,th,td,table{padding: 0;margin: 0}
  728. td,th{text-align: center;font-size: 12px;color:#144490;vertical-align: middle !important; }
  729. #table td,#table th,#table1 td,#table1 th,#table2 td,#table2 th{color: #475059 !important;}
  730. thead th{background-color: #ECF4FB;border: #ccc 1px solid !important;}
  731. tbody tr:hover{background-color: #f3f3f3}
  732. .news_check{padding: 16px 15px 16px 15px;border: 1px #ccc solid;margin-bottom: 4px;background-color: #fff;box-shadow: 2px 2px 5px #b1afaf;}
  733. .check_left input{height: 28px;width: 198px;border-radius: 4px;border: 1px #ccc solid}
  734. .check_left button{height: 28px;border: none;margin-left: 6px;width: 65px;border-radius: 4px;background-color: #337ab7;color: #fff;padding-left: 18px;
  735. background-image: url(../img/100_03.png);background-repeat: no-repeat;background-position: 11px 8px}
  736. .form_h1{line-height: 30px;text-align: center;font-size: 18px;font-weight: bold}
  737. .from_p{font-size: 12px;line-height: 24px}
  738. .top_btn{margin-left: 10px}
  739. .check_right span{line-height: 26px;margin-right: 2px;color: #7a869d;font-size: 12px}
  740. .top_btn a,.check_right a{height: 28px;line-height: 28px;padding: 0 12px;border-radius: 0;float: left;font-size: 13px}
  741. .top_btn a:nth-child(1),.check_right a:nth-child(1){border-top-left-radius: 4px;border-bottom-left-radius: 4px}
  742. .top_btn a:nth-child(4),.check_right a:nth-child(2){border-top-right-radius: 4px;border-bottom-right-radius: 4px}
  743. .top_btn .active{color: #333;background-color: #e6e6e6;border-color: #adadad;}
  744. /*analysis*/
  745. .from_main{height: 98%;width: 100%;overflow: auto}
  746. ul{list-style: none}
  747. .l_left{float: left}
  748. .r_right{float: right}
  749. .clear{clear: both}
  750. *,th,td,table{padding: 0;margin: 0}
  751. .check_right ul li{float: left}
  752. .check_right ul{border: 1px #ccc solid;border-radius: 2px}
  753. .check_right ul li button{height: 28px;border: none;width: 65px;border-right:1px #ccc solid;background-color: #fff}
  754. .check_right ul li:nth-child(2) button{border-right:none}
  755. .check_right ul li button:hover{background-color: #ccc}
  756. .news_check{padding: 16px 15px 16px 15px;border: 1px #ccc solid;margin-bottom: 4px;background-color: #fff;box-shadow: 2px 2px 5px #b1afaf;}
  757. .check_left input{height: 28px;width: 198px;border-radius: 4px;border: 1px #ccc solid}
  758. .check_left button{height: 28px;border: none;margin-left: 6px;width: 65px;border-radius: 4px;background-color: #337ab7;color: #fff;padding-left: 18px;
  759. background-image: url(../img/1_03.png);background-repeat: no-repeat;background-position: 11px 8px}
  760. .e_chart{margin: 10px 0}
  761. .charts{width: 49.5%;border: 1px #ccc solid;border-radius: 4px;margin-right: 1%}
  762. .last_charts{margin-right: 0}
  763. .charts_last{width: 100%}
  764. .charts p{border-bottom: 1px #ccc solid;line-height: 28px;padding: 0 10px;font-size: 12px;background-color: #e7f0f6;font-weight: 800;color:#666}
  765. .charts span{color:#00a7d0}
  766. .check_right span{line-height: 26px;margin-right: 2px;color: #7a869d;font-size: 12px}
  767. .top_btn a,.check_right a{height: 28px;line-height: 28px;padding: 0 12px;border-radius: 0;float: left;font-size: 13px}
  768. .top_btn a:nth-child(1),.check_right a:nth-child(1){border-top-left-radius: 4px;border-bottom-left-radius: 4px}
  769. .top_btn a:nth-child(4),.check_right a:nth-child(2){border-top-right-radius: 4px;border-bottom-right-radius: 4px}
  770. .top_btn .active{color: #333;background-color: #e6e6e6;border-color: #adadad;}
  771. .charts_last .fixed-table-pagination{position: static !important;border-top: none !important;}
  772. .fixed-table-container tbody .selected td {
  773. background-color:#bbbbbb !important;
  774. }
  775. .ts{margin-left: 16px}
  776. .ts li{color: #bb8940;line-height: 24px;font-size: 12px;}
  777. .ts li span{margin-right: 16px}
  778. /*good页面样式*/
  779. .good_pic label{float: left}
  780. .good_pic .good_pic_ul{float: left}
  781. .clear{clear: both}
  782. .goods_main{margin: 10px 0 0 30px}
  783. .goods_main label{line-height: 32px;font-size: 12px}
  784. .goods_main .l_left:nth-child(2){width: 80%;height: 100px}
  785. .goods_main .l_left textarea{width: 100%;height: 100px;border: 1px #ccc solid;border-radius: 4px;resize:none}
  786. .good_pic_ul ul li{float: left;margin-right: 10px;padding: 10px}
  787. .good_pic_ul ul{border: 1px #ccc solid;border-radius: 4px;margin: 4px 0 10px 0}
  788. .good_pic_ul ul li img{width: 80px;height: 80px}
  789. .goods_input{width: 30%;height: 32px;border-radius: 4px;border: none;border: 1px #ccc solid;margin-bottom: 10px}
  790. .goods_input1{width: 13.5%;height: 32px;border-radius: 4px;border: none;border: 1px #ccc solid;margin:0 1% 10px 1%}
  791. .good_btn{width: 80px;margin: 10px auto}
  792. .good_btn button{width: 58px;height: 28px;line-height: 28px;border: none; background-color: #5cb85c;color: #fff;border-radius: 4px; }
  793. .pic_li_div{position: relative}
  794. .pic_li_div .pic_btn{position: absolute;right: -2px;top: -4px;cursor: pointer}
  795. /*department页面样式*/
  796. .department_main{padding: 10px 10px 0 10px}
  797. .department_main label{width: 80px;text-align: right;font-size: 12px}
  798. .department_main input{width: 40%;margin-right: 1%;height: 32px;border: 1px #ccc solid;background-color: #fff;border-radius: 4px;}
  799. .department_main textarea{resize: none;border: 1px #ccc solid;width: 89.5%;height: 200px;background-color: #fff;border-radius: 4px}
  800. .departments_btn{width: 60px;margin: 20px auto 0 auto;display: none}
  801. .departments_btn button{width: 58px;height: 28px;line-height: 28px;border: none; background-color: #5cb85c;color: #fff;border-radius: 4px; }
  802. .department_top{position: absolute;top:30px;right: 10px}
  803. .department_top button{height: 28px;line-height: 28px;border: none; background-color: #5cb85c;color: #fff;border-radius: 4px;padding: 0 6px}
  804. /*validate页面的css样式*/
  805. .validate_nav,.validate_main{margin: 20px 10px 0 10px}
  806. .validate_nav ul{border-bottom: 3px #3c8dbc solid}
  807. .validate_nav ul li{float: left;cursor: pointer;line-height: 40px;padding: 0 24px;font-size: 16px;font-weight: bold;background-color: #f5f5f5;margin-right: 10px;border: 2px #dddddd solid;border-bottom: none;border-top-left-radius: 4px;border-top-right-radius: 4px}
  808. .validate_nav ul .validate_nav_active{background-color: #228dcc;color: #fff;border-color: #5483d6}
  809. .validate_from{display: none;margin-left: 20px}
  810. .validate_from>div{margin: 0 0 20px 0}
  811. .validate_from>div.first{margin: 0 0 10px 0}
  812. .validate_from p{line-height: 32px;font-size: 16px;font-weight: 700;color: #666666}
  813. .validate_from select{height: 40px;width: 300px;border: 1px #ccc solid}
  814. .validate_from input{height: 40px;width: 400px;border: 1px #ccc solid}
  815. .validate_from button{height: 40px;padding: 0 34px;border: 1px #5483d6 solid;background-color: #228dcc;line-height: 40px;border-radius: 4px;color: #fff;margin-left: 6px}
  816. .validate_bot{border: 1px #fbf1d5 solid;background-color: #fffbf3}
  817. .validate_bot .ts li{font-size: 14px;line-height: 34px}