table1.css 24 KB

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