Security_operation.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821
  1. /*table样式*/
  2. #table td,#table th,#table1 td,#table1 td,#table1 th,#table1 td,#table2 td,#table2 th,#table2 td{color: #fff !important;border:none !important;padding: 3px 8px !important;vertical-align: middle;font-size: 14px !important;}
  3. #table,#table1,#table2{border: none !important;}
  4. #table thead tr,#table1 thead tr,#table2 thead tr{background-image: -webkit-linear-gradient(left,rgba(96,133,255,0.6),rgba(48,69,126,0.6)) !important;}
  5. .fixed-table-container thead th .th-inner, .fixed-table-container tbody td .th-inner{padding: 0 8px !important;}
  6. .table-striped>tbody>tr{background-color: rgba(96,178,255,0.2) !important;font-size: 14px}
  7. .table-striped>tbody>tr td{background-color: rgba(96,178,255,0.2) !important;font-size: 14px}
  8. .table-striped>tbody>tr:nth-of-type(odd){font-size: 10px;background-color: rgba(96,178,255,0) !important;}
  9. .table-striped>tbody>tr:hover{background-color: rgba(156,207,255,0.1)}
  10. .dataAllBorder20 td{padding: 0 !important;font-size: 16px;line-height: 23px !important;margin: 0 !important;}
  11. .dataAllBorder20 .table{margin-bottom: 10px !important}
  12. .dataAllBorder02 .fixed-table-pagination div.pagination .pagination{ border: 1px #637ef5 solid;}
  13. .dataAllBorder02 .fixed-table-pagination .pagination a{color:#637ef5;}
  14. .dataAllBorder02 .fixed-table-pagination .pagination a{background-color: rgba(225,225,225,0);border-color: rgba(225,225,225,0)}
  15. .dataAllBorder02 .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
  16. z-index: 2;
  17. color: #fff;
  18. cursor: default;
  19. background-color: #637ef5;
  20. border-color: #637ef5;
  21. }
  22. html{
  23. overflow: hidden;
  24. }
  25. .left_cage{
  26. width: 22%;
  27. height: 100%;
  28. margin-left: 0.3%;
  29. float: left;
  30. }
  31. .center_cage{
  32. width: 55.1%;
  33. height: 100%;
  34. margin-left: 0.3%;
  35. float: left;
  36. }
  37. .right_cage{
  38. width: 22%;
  39. height: 100%;
  40. margin-left: 0.3%;
  41. float: right;
  42. }
  43. .center_cage{
  44. }
  45. .right_cage{
  46. }
  47. .cage_cl{
  48. background-color: rgba(2,8,23,0.1);
  49. }
  50. .video_cage{
  51. padding: 4px;
  52. width: 100%;
  53. object-fit: fill;
  54. }
  55. .video {
  56. height: 100%;
  57. width: 100%;
  58. }
  59. .video_around{
  60. width: 49.5%;
  61. height: 49.5%;
  62. float: left;
  63. object-fit: fill;
  64. }
  65. .video_around:hover{
  66. border: #8bff62 2px solid;
  67. }
  68. .video_around_chose{
  69. border: #8bff62 2px solid;
  70. }
  71. .over_hide{
  72. overflow: hidden;
  73. }
  74. .message_scroll{
  75. border: rgba(12,122,200,0.5) 1px solid;
  76. background-color: rgba(20,66,125,0.12);
  77. height: 90px;
  78. cursor: pointer;
  79. margin-bottom: 6px;
  80. }
  81. .scroll_top{
  82. height: 25px;
  83. }
  84. .scroll_title{
  85. float: left;
  86. background-image: url("../img/pushmessage_class.png");
  87. background-repeat: no-repeat;
  88. width: 150px;
  89. line-height: 25px;
  90. color: white;
  91. font-size: 14px;
  92. text-align: center;
  93. }
  94. .scroll_level{
  95. float: left;
  96. background-repeat: no-repeat;
  97. line-height: 25px;
  98. width: 56px;
  99. background-position-y:3px;
  100. color: white;
  101. font-size: 12px;
  102. text-align: center;
  103. margin-left: 8px;
  104. }
  105. .scroll_level01{
  106. background-image:url("../img/pushmessage_level01.png");
  107. }
  108. .scroll_level02{
  109. background-image:url("../img/pushmessage_level02.png");
  110. }
  111. .scroll_level03{
  112. background-image:url("../img/pushmessage_level03.png");
  113. }
  114. .localize{
  115. display: block;
  116. line-height: 25px;
  117. margin-left: 8px;
  118. background-image: url("../img/pushmessage_localize_01.png");
  119. background-repeat: no-repeat;
  120. background-position-y:3px;
  121. width: 14px;
  122. height: 25px;
  123. float: left;
  124. }
  125. .localize:hover{
  126. background-image: url("../img/pushmessage_localize_02.png");
  127. }
  128. .scroll_timer{
  129. color: #4a97da;
  130. font-size: 12px;
  131. line-height: 25px;
  132. text-align: right;
  133. display: block;
  134. float: right;
  135. margin-right: 5px;
  136. }
  137. .msg_cage{
  138. padding-left: 10px;
  139. padding-right: 6px;
  140. height: 18px;
  141. overflow: hidden;
  142. margin-top: 8px;
  143. }
  144. .localize_title{
  145. color: #2c85d2;
  146. }
  147. .localize_msg{
  148. font-size: 14px;
  149. color: white;
  150. }
  151. .scroll_tool_outbox{
  152. height: 30px;
  153. width: 100%;
  154. position: absolute;
  155. bottom: 0;
  156. padding-left: 3px;
  157. padding-right: 3px;
  158. padding-bottom: 2px;
  159. border-radius:0px 0px 15px 15px;
  160. overflow: hidden;
  161. opacity: 0;
  162. }
  163. .scroll_tool_outbox_current{
  164. opacity: 1;
  165. }
  166. .scroll_tool_box{
  167. height: 100%;
  168. width: 100%;
  169. background-color: rgba(6,10,19,0.9);
  170. }
  171. .scroll_tool{
  172. color: #28cfa2;
  173. border: #28cfa2 1px solid;
  174. line-height: 20px;
  175. width: 90px;
  176. text-align: center;
  177. display: block;
  178. float: right;
  179. border-radius: 3px;
  180. font-size: 12px;
  181. margin-top: 3px;
  182. margin-right: 8px;
  183. text-decoration: none;
  184. }
  185. .map_title_box{
  186. height: 11%;
  187. width: 100%;
  188. top: 0px;
  189. left: 0px;
  190. background-color: rgba(17,25,69,0.1);
  191. border-radius: 11px 11px 0px 0px;
  192. position: relative;
  193. }
  194. .map_title_innerbox{
  195. position: absolute;
  196. top: -4px;
  197. width: 100%;
  198. }
  199. .map_title{
  200. width: 358px;
  201. background-image: url("../img/first_title.png");
  202. background-repeat: no-repeat;
  203. margin:auto;
  204. height: 28px;
  205. text-align: center;
  206. color: white;
  207. font-size: 14px;
  208. font-family: "Microsoft YaHei";
  209. font-weight: bold;
  210. }
  211. .map{
  212. width: 100%;
  213. height: 95%;
  214. background-repeat: no-repeat;
  215. background-position-x:-300px;
  216. background-position-y:-200px;
  217. border-radius: 0px 0px 8px 8px;
  218. position: relative;
  219. overflow: hidden;
  220. cursor:move;
  221. }
  222. /*.map2D{*/
  223. /*background-image: url("../images/2Dmap.png");*/
  224. /*}*/
  225. .display_box{
  226. width: 20%;
  227. height: 80%;
  228. border: rgba(1,57,144,0.9) 2px solid ;
  229. background-color: rgba(11,39,63,0.9);
  230. position: absolute;
  231. top: 6%;
  232. right: 0%;
  233. }
  234. .display_type_center_box{
  235. width: 100%;
  236. height: 94%;
  237. overflow: scroll;
  238. }
  239. .display_type_inner_box{
  240. margin-left: 10px;
  241. margin-top: 6px;
  242. margin-bottom: 0px;
  243. }
  244. .display_type_msg{
  245. color: white;
  246. font-size: 12px;
  247. margin-bottom: 3px;
  248. }
  249. .city_chose_box .display_type_center_box ul li{
  250. width: 50%;
  251. float: left;
  252. cursor: pointer;
  253. }
  254. .city_chose_box .display_type_center_box ul li:hover{
  255. color: #72e3ff;
  256. }
  257. .display_type_chose{
  258. width: 11px;
  259. height: 11px;
  260. display: block;
  261. float: left;
  262. margin-top: 2px;
  263. margin-right: 6px;
  264. background-image: url("../img/chose_btn.png");
  265. }
  266. .display_type_chose_recent{
  267. background-position-x: -11px;
  268. }
  269. .display_type_funct_box{
  270. width: 100%;
  271. height: 6.4%;
  272. }
  273. .display_type_funct{
  274. width: 100%;
  275. height: 100%;
  276. float: left;
  277. color: #22d8ff;
  278. cursor: pointer;
  279. text-align: center;
  280. font-size: 12px;
  281. padding-top: 4px;
  282. background-color: #005c70;
  283. }
  284. .display_type_funct:hover{
  285. background-color: #00768f;
  286. color: white;
  287. }
  288. .trajectory_box{
  289. height: 26px;
  290. padding-left:1px;
  291. padding-right: 1px;
  292. position: absolute;
  293. bottom: 13%;
  294. left: 22%;
  295. background-color: white;
  296. }
  297. .trajectory_box input,.trajectory_box select,.trajectory_box button{
  298. float: left;margin: 1px 4px 0 0;
  299. }
  300. .trajectory_box button{
  301. margin-right: 0 !important;
  302. }
  303. .trajectory{
  304. width:106px;
  305. line-height:20px;
  306. font-size: 12px;
  307. text-indent: 0.5em;
  308. }
  309. .ratio {
  310. display: inline-block;
  311. height: 24px;
  312. font-size: 12px;
  313. }
  314. .playback{
  315. line-height: 20px;
  316. font-size: 12px;
  317. width: 34px;
  318. }
  319. .map_change_box{
  320. display: block;
  321. position: absolute;
  322. left: 1%;
  323. bottom: 10%;
  324. height: 38px;
  325. }
  326. .map_change{
  327. display: inline-block;
  328. cursor: pointer;
  329. width: 80px;
  330. height: 38px;
  331. box-shadow: black 0px 0px 3px;
  332. background-repeat: no-repeat;
  333. margin-right: 4px;
  334. }
  335. .map_change:hover,.map_change_chose{
  336. box-shadow: #0078ff 0px 0px 3px;
  337. border: #0078ff 1px solid;
  338. }
  339. .map_change_chose{
  340. float: left;
  341. }
  342. .VM_map{
  343. background-image: url("../images/Vector_map.png");
  344. background-position-x: -53px;
  345. background-position-y: -20px;
  346. }
  347. .SCI_map{
  348. background-image: url("../images/Satellite_cloud_map.png");
  349. background-position: center;
  350. }
  351. .map_tool_outbox{
  352. width: 100%;
  353. background-image: url("../img/map_tool_bg.png");
  354. height:50px;
  355. cursor: auto;
  356. background-repeat: repeat-x;
  357. position: absolute;
  358. bottom: 0px;
  359. border-radius: 0px 0px 5px 5px;
  360. }
  361. .map_tool{
  362. display: block;
  363. width: 40px;
  364. height: 100%;
  365. margin-left: 8px;
  366. cursor: pointer;
  367. float: left;
  368. }
  369. .map_tool:hover{
  370. background-image:url("../img/map_tool_re.png");
  371. background-repeat: repeat-x;
  372. }
  373. .map_tool_inner{
  374. display: block;
  375. width: 36px; height: 100%;
  376. background-image: url("../img/tool.png");
  377. background-repeat: no-repeat;
  378. margin-left: 2px;
  379. background-position-y: 7px;
  380. }
  381. /*右侧*/
  382. .analysis{
  383. width: 100%;
  384. height: 20%;
  385. padding-top: 2%;
  386. text-align: left;
  387. text-indent: 0.7em;
  388. font-size: 16px;
  389. font-weight: bold;
  390. color: white;
  391. }
  392. .data_show_box{
  393. height: 42%;
  394. width: 76%;
  395. margin: auto;
  396. text-decoration: none;
  397. }
  398. .data_cage{
  399. display: block;
  400. background-image: url("../img/data_bg.png");
  401. height: 100%;
  402. width: 16%;
  403. float: left;
  404. margin-left: 1px;
  405. color: white;
  406. text-align: center;
  407. font-size: 36px;
  408. font-family: data_Number;
  409. background-repeat: no-repeat;
  410. background-size: 100%;
  411. }
  412. .funct_number{
  413. color: #dbe9f1;
  414. }
  415. @font-face {
  416. font-family: data_Number; src: url("../fonts/data_Number.ttf");
  417. }
  418. .depart_number_box{
  419. height: 28%;
  420. }
  421. .depart_number_cage{
  422. width: 50%;
  423. float: left;
  424. height: 24px;
  425. padding-left: 4%;
  426. margin-top: 1%;
  427. margin-bottom: 8px;
  428. }
  429. .depart_number_cage li{
  430. display:block;
  431. float: left;
  432. line-height: 24px
  433. }
  434. .depart_name{
  435. font-size: 14px;
  436. color: white;
  437. cursor: pointer;
  438. }
  439. .depart_number{
  440. font-family: data_Number;
  441. font-size: 24px;
  442. color: #10a4db;
  443. }
  444. .location_msg_box{
  445. height: 100%;
  446. }
  447. .location_msg_box li{
  448. float: left;
  449. color: #cdd6db;
  450. font-size: 12px;
  451. width: 50%;
  452. padding-left: 3%;
  453. margin-bottom: 1px;
  454. padding-top: 2%;
  455. padding-bottom: 2%;
  456. }
  457. .location_msg01{
  458. background-color: rgba(0,0,0,0.1);
  459. }
  460. .location_msg02{
  461. background-color: rgba(0,0,0,0.2);
  462. }
  463. .location_single{
  464. height: 16%;
  465. }
  466. .location_double{
  467. height: 26%;
  468. }
  469. .danger_contain_box{
  470. width: 100%;
  471. height: 38%;
  472. padding-left: 10px;
  473. }
  474. .danger_depart_box{
  475. height: 40%;
  476. }
  477. .danger_depart{
  478. float: left;
  479. width: 50%;
  480. height: 50%;
  481. margin-bottom: 0px;
  482. padding-left: 4%;
  483. }
  484. .danger_depart01{
  485. /*background-image: url("../img/leftbg01.png");*/
  486. /*background-repeat: no-repeat;*/
  487. /*background-position: center;*/
  488. /*background-size: 78%;*/
  489. /*background-position-y:54% ;*/
  490. padding-top: 3%;
  491. }
  492. .danger_ico{
  493. height: 100%;
  494. background-size: 100%;
  495. width: 28%;
  496. background-repeat: no-repeat;
  497. float: left;
  498. }
  499. .data_name{
  500. color: white;
  501. font-weight: lighter;
  502. font-size: 12px;
  503. float: left;
  504. width: 72%;
  505. text-indent: 0.1em;
  506. cursor: pointer;
  507. }
  508. .data{
  509. color: white;
  510. font-size: 12px;
  511. font-family: data_Number;
  512. }
  513. .data01{
  514. color: #fff000;
  515. float: left;
  516. width: 36%;
  517. text-indent: 0.1em;
  518. }
  519. .data02{
  520. color: #00ffd2;
  521. float: right;
  522. width: 36%;
  523. }
  524. .tab_msg_box{
  525. display: block;
  526. height: 11%;
  527. width: 30%;;
  528. position: absolute;
  529. top: 0%;
  530. padding-top: 0.4%;
  531. }
  532. .tab_msg{
  533. color: white;
  534. font-weight: lighter;
  535. text-indent: 1.5em;
  536. background-image: url("../img/i01.png");
  537. background-repeat: no-repeat;
  538. background-position: 4.1% 59.5%;
  539. cursor: pointer;
  540. float: left;
  541. margin-left: 10px;
  542. }
  543. .tab_msg_box li:active{
  544. color: #00b9ff;
  545. }
  546. .tab_msg_current{
  547. background-image: url("../img/i02.png");
  548. }
  549. /*右侧搜索选项隐藏*/
  550. .search_plate_box{
  551. width: 100%;
  552. padding:7px 10px 7px 0px;
  553. /*background-color: rgba(0,0,0,0.2);*/
  554. }
  555. .search_separate{
  556. width: 50%;
  557. float: left;
  558. }
  559. .search_title{
  560. line-height: 22px;
  561. font-size: 12px;
  562. color: white;
  563. width: 40%;
  564. float: left;
  565. text-align: right;
  566. }
  567. .search_input_box {
  568. width: 60%;
  569. float: left;
  570. }
  571. .search_chose_box{
  572. background-color: transparent;
  573. color: #6eafff;
  574. border: #00a0cc 1px solid;
  575. font-size: 12px;height: 22px;
  576. }
  577. .search_input{
  578. width: 100%;
  579. line-height: 20px;
  580. background-color: rgba(11,59,72,0.4);
  581. color: #6eafff;
  582. border: #00a0cc 1px solid;
  583. font-size: 12px;
  584. }
  585. .search_btn{
  586. display: block;
  587. width: 30%;
  588. height: 20%;
  589. color: white;
  590. background-color: #00a0cc;
  591. margin-left: 70%;
  592. border: rgba(153,187,255,0.6) 1px solid;
  593. border-radius: 3px;
  594. }
  595. .search_btn:hover{
  596. background-color: #00b7e9
  597. }
  598. .search_sesult_box{
  599. height: 63%;
  600. overflow-y: auto;
  601. width: 100%;
  602. border-top: rgba(61,123,186,0.6) 2px solid;
  603. border-radius: 0px 0px 5px 5px;
  604. padding: 4px;
  605. }
  606. .search_result{
  607. border:rgba(61,123,186,0.6) 1px solid;
  608. padding-left: 6px;
  609. margin-bottom: 6px;
  610. height: 60px;
  611. }
  612. .search_result_add{
  613. color: #a1d3ff;
  614. font-size: 14px;
  615. width: 86%;
  616. float: left;
  617. line-height: 30px;
  618. }
  619. .danger_result{
  620. width: 70%;
  621. }
  622. .danger_level{
  623. width: 16%;
  624. text-align: center;
  625. float: left;
  626. font-size: 14px;
  627. line-height: 30px;
  628. }
  629. .level01{
  630. color: #7a09ff;
  631. }
  632. .level02{
  633. color: #ffd416;
  634. }
  635. .level03{
  636. color: #09ffc8;
  637. }
  638. .search_result_road{
  639. margin-top: 4px;
  640. color: #23f3ff;
  641. font-size: 12px;
  642. clear: left;
  643. line-height: 30px;
  644. }
  645. .search_result_car{
  646. margin-top: 4px;
  647. float: left;
  648. color: #23f3ff;
  649. font-size: 12px;
  650. line-height: 30px;
  651. }
  652. .car_personal{
  653. width: 55%;
  654. }
  655. .car_time{
  656. width: 45%;
  657. }
  658. .search_location{
  659. display: block;
  660. float: left;
  661. width: 12px;
  662. height: 16px;
  663. background-image: url("../img/search_location.png");
  664. margin-top: 7px;
  665. margin-right: 10px;
  666. cursor: pointer;
  667. }
  668. .search_location:hover{
  669. background-position-x: -12px;
  670. }
  671. .search_eddit{
  672. display: block;
  673. float: left;
  674. width: 16px;
  675. height: 13px;
  676. background-image: url("../img/search_eddit.png");
  677. margin-top: 9px;
  678. cursor: pointer;
  679. }
  680. .search_eddit:hover{
  681. background-position-x: -16px;
  682. }
  683. .search_guiji{
  684. display: block;
  685. float: left;
  686. width: 17px;
  687. height: 15px;
  688. background-image: url("../img/car_guiji.png");
  689. margin-top: 8px;
  690. cursor: pointer;
  691. }
  692. .search_guiji:hover{
  693. background-position-x: -17px;
  694. }
  695. .check_increase{
  696. height: 38%;
  697. }
  698. .check_increase_act{
  699. height: 70.6%;
  700. }
  701. /*翻页样式*/
  702. *{ margin:0; padding:0; list-style:none;}
  703. a{ text-decoration:none;}
  704. a:hover{ text-decoration:none;}
  705. .tcdPageCode,.chemistry_tcdPageCode,.enterprise_tcdPageCode,.car_tcdPageCode{text-align: left;color: #ccc;position: absolute;left:18px;bottom: 3px}
  706. .tcdPageCode a,.chemistry_tcdPageCode a,.enterprise_tcdPageCode a,.car_tcdPageCode a{display: inline-block;color: #428bca;height: 25px; line-height: 25px; padding: 0 10px;border: 1px solid #428bca; margin: 0 2px;border-radius: 4px;vertical-align: middle;}
  707. .tcdPageCode a:hover,.chemistry_tcdPageCode a:hover,.enterprise_tcdPageCode a:hover,.car_tcdPageCode a:hover{text-decoration: none;border: 1px solid #54afff;}
  708. .tcdPageCode span.current,.chemistry_tcdPageCode span.current,.enterprise_tcdPageCode span.current,.car_tcdPageCode span.current{display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;color: #fff;background-color: #428bca; border: 1px solid #428bca;border-radius: 4px;vertical-align: middle;}
  709. .tcdPageCode span.disabled,.chemistry_tcdPageCode span.disabled,.enterprise_tcdPageCode span.disabled,.car_tcdPageCode span.disabled{ display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px; color: #bfbfbf;background: rgba(66,139,202,0.4);border: 1px solid #428bca;border-radius: 4px;vertical-align: middle;}
  710. .total_chose_box{
  711. height: 60px;
  712. }
  713. .index_nav{
  714. /*height: 12%;*/
  715. }
  716. .chose_tltle{
  717. margin-left: 22px;
  718. display: block;
  719. float: left;
  720. color: white;
  721. }
  722. .year_chose{
  723. background-color: transparent;
  724. color: #72e3ff;
  725. border: #00c0ef 2px solid;
  726. width: 120px;
  727. text-indent:0.6em;
  728. border-radius: 5px;
  729. float: left;
  730. }
  731. .chose_text_in{
  732. background-color: transparent;
  733. color: #72e3ff;
  734. border: #00c0ef 2px solid;
  735. width: 120px;
  736. text-indent:0.6em;
  737. border-radius: 5px;
  738. float: left;
  739. }
  740. .chose_enter{
  741. background-color: #00c0ef;
  742. color: white;
  743. border: #00cdff 2px solid;
  744. width: 50px;
  745. border-radius: 5px;
  746. float: left;
  747. margin-left: 20px;
  748. }
  749. #selLayer{
  750. width: 200px;
  751. display: block;
  752. height: 26px;
  753. background-color: transparent;
  754. color: #0b7ff3;
  755. border: #0b7ff3 2px solid;
  756. position: absolute;
  757. right: 2px;
  758. border-radius: 5px;
  759. margin-top:2px;
  760. }