static.css 23 KB

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