admin2.css 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  1. .bottom-map{
  2. position: absolute;
  3. top: 0px;
  4. bottom: 0px;
  5. left: 0px;
  6. right: 0px;
  7. background-color: #5f5d5d;
  8. z-index: 0;
  9. overflow: hidden;
  10. }
  11. .bottom-map .ol-zoom{
  12. /*隐藏地图左上角的+-号*/
  13. display: none;
  14. }
  15. .no-events{
  16. -webkit-pointer-events: none;
  17. -moz-pointer-events: none;
  18. -ms-pointer-events: none;
  19. -o-pointer-events: none;
  20. pointer-events: none;
  21. }
  22. .yse-events{
  23. -webkit-pointer-events: auto;
  24. -moz-pointer-events: auto;
  25. -ms-pointer-events: auto;
  26. -o-pointer-events: auto;
  27. pointer-events: auto;
  28. color: #e3e306;
  29. }
  30. .inline{
  31. display: inline;
  32. }
  33. .backdrop-layer{
  34. position: absolute;
  35. top: 0px;
  36. bottom: 0px;
  37. left: 0px;
  38. right: 0px;
  39. /*background: url(../images/bg.png) no-repeat;*/
  40. background-size:100% 100%;
  41. filter:alpha(opacity=80);
  42. -moz-opacity:0.8;
  43. -khtml-opacity: 0.8;
  44. opacity: 0.8;
  45. z-index: 1;
  46. overflow: hidden;
  47. }
  48. .gray-shade{
  49. position: absolute;
  50. top: 0px;
  51. bottom: 0px;
  52. left: 0px;
  53. right: 0px;
  54. z-index: 1;
  55. background-color: #c0c1c250;
  56. }
  57. .head-box{
  58. position: absolute;
  59. top: 0px;
  60. left: 0px;
  61. right: 0px;
  62. height: 70px;
  63. line-height: 30px;
  64. z-index: 2;
  65. display: flex;
  66. flex-direction: row;
  67. }
  68. .head-box .box-left{
  69. width: 33%;
  70. padding: 20px;
  71. height: calc(100% - 40px);
  72. }
  73. .head-box .box-left .date{
  74. width: 160px;
  75. text-align: center;
  76. }
  77. .head-box .box-center{
  78. width: 34%;
  79. padding: 20px;
  80. height: calc(100% - 40px);
  81. text-align: center;
  82. }
  83. .head-box .box-right{
  84. width: 33%;
  85. padding: 20px;
  86. height: calc(100% - 40px);
  87. }
  88. .head-box .box-right .logout-info{
  89. min-width: 140px;
  90. float: right;
  91. text-align: center;
  92. }
  93. .timeline-box{
  94. height: 70px;
  95. position: absolute;
  96. left: 0px;
  97. right: 0px;
  98. bottom: 0px;
  99. z-index: 3;
  100. }
  101. .left-layer{
  102. position: absolute;
  103. width: 360px;
  104. left: 80px;
  105. top: 100px;
  106. bottom: 100px;
  107. z-index: 4;
  108. }
  109. .search-box{
  110. float: right;
  111. height: 100%;
  112. width: 45%;
  113. }
  114. .search-box .select-region{
  115. position: relative;
  116. margin: 18px;
  117. height: 20px;
  118. line-height: 20px;
  119. width: 190px;
  120. border: 1px white solid;
  121. border-radius: 4px;
  122. background-image: url("../images/select-region.png");
  123. background-repeat: no-repeat;
  124. background-position: 3px;
  125. }
  126. .search-box .select-region:hover{
  127. border: 1px #f1d18a solid;
  128. }
  129. .search-box .select-region .upOrDown {
  130. position: absolute;
  131. border: solid white;
  132. border-width: 0 2px 2px 0;
  133. display: inline-block;
  134. padding: 3px;
  135. right: 7px;
  136. }
  137. .search-box .select-region .s_up {
  138. top: 8px;
  139. transform: rotate(-135deg);
  140. -webkit-transform: rotate(-135deg);
  141. }
  142. .search-box .select-region .s_down {
  143. top: 4px;
  144. transform: rotate(45deg);
  145. -webkit-transform: rotate(45deg);
  146. }
  147. .right-bottom-box{
  148. z-index: 100;
  149. position: absolute;
  150. width: 150px;
  151. height: 150px;
  152. right: 20px;
  153. bottom: 30px;
  154. display: flex;
  155. flex-direction: column-reverse;
  156. }
  157. .coord-box{
  158. color: whitesmoke;
  159. font-size: 14px;
  160. z-index: 100;
  161. text-align: center;
  162. padding:5px;
  163. border: 1px #192C30 solid;
  164. border-radius: 5px;
  165. background-color: #3E5B7850;
  166. }
  167. .cutline{
  168. position: relative;
  169. padding:5px;
  170. border: 1px #192C30 solid;
  171. border-radius: 5px;
  172. background-color: #3E5B7850;
  173. min-height: 70%;
  174. display: flex;
  175. flex-direction: column;
  176. }
  177. .cutline .cutline-close{
  178. position: absolute;
  179. top: 0px;
  180. right: 5px;
  181. }
  182. .cutline .cutline-close a{
  183. color: whitesmoke;
  184. }
  185. .cutline .cutline-title{
  186. text-align: center;
  187. color: whitesmoke;
  188. }
  189. .cutline .cutline-items{
  190. padding-left: 10px;
  191. padding-right: 10px;
  192. }
  193. .cutline .cutline-item{
  194. margin-top: 5px;
  195. width: 50%;
  196. height: 15px;
  197. float: left;
  198. display: flex;
  199. flex-direction: row;
  200. justify-content: center;
  201. color: #4AAFB4;
  202. font-size: 15px;
  203. line-height: 15px;
  204. }
  205. .cutline .cutline-item .item-color{
  206. width: 30%;
  207. }
  208. .cutline .cutline-item .item-name{
  209. width: 70%;
  210. }
  211. .general-font1{
  212. font-family:"microsoft yahei",Georgia,Serif;
  213. color: whitesmoke;
  214. }
  215. .general-font2{
  216. font-family:"KaiTi",Georgia,Serif;
  217. color: whitesmoke;
  218. }
  219. .label-bg{
  220. background-color: #ffffff50;
  221. border-radius: 5px;
  222. }
  223. .city-picker-span{
  224. margin-left: 23px;
  225. font-size: 12px;
  226. color: white;
  227. background-color: #ffffff00;
  228. border:none;
  229. }
  230. .icon_ca {
  231. display: none;
  232. }
  233. .city-picker-span > .title > span{
  234. color: white;
  235. font-size: 12px;
  236. }
  237. .city-picker-span > .arrow{
  238. right: 18px;
  239. }
  240. .ol-popup {
  241. display: none;
  242. position: absolute;
  243. background-color: rgba(5, 64, 127, 0.7);
  244. -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  245. -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  246. filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  247. bottom: 12px;
  248. left: -50px;
  249. width: 400px;
  250. border: 1px #5AEEF5 solid;
  251. border-radius: 3px;
  252. }
  253. .ol-popup:after, .ol-popup:before {
  254. top: 100%;
  255. border: solid transparent;
  256. content: " ";
  257. height: 0;
  258. width: 0;
  259. position: absolute;
  260. pointer-events: none;
  261. }
  262. .ol-popup:after {
  263. border-top-color: #5AEEF5;
  264. border-width: 10px;
  265. left: 48px;
  266. margin-left: -10px;
  267. }
  268. .ol-popup:before {
  269. border-top-color: #5AEEF5;
  270. border-width: 11px;
  271. left: 48px;
  272. margin-left: -11px;
  273. }
  274. .popup-title{
  275. position: relative;
  276. line-height: 30px;
  277. background-color: transparent;
  278. font-weight: bold;
  279. color: #5AEEF5;
  280. border-bottom:1px solid #5AEEF5;
  281. padding-top: 4px;
  282. padding-bottom: 4px;
  283. margin-left: 10px;
  284. margin-right: 10px;
  285. }
  286. .popup-title .button{
  287. position: absolute;
  288. font-size: 12px;
  289. width: 75px;
  290. height: 30px;
  291. }
  292. .popup-title .button1{
  293. right: 10px;
  294. }
  295. .popup-title .button2{
  296. right: 90px;
  297. }
  298. .popup-title .button3{
  299. right: 170px;
  300. }
  301. .popup-context{
  302. padding-top: 4px;
  303. padding-bottom: 4px;
  304. margin-left: 10px;
  305. margin-right: 10px;
  306. color: whitesmoke;
  307. line-height: 30px;
  308. }
  309. .popup-context .lab{
  310. text-align: left;
  311. float: left;
  312. }
  313. .popup-context .val{
  314. text-align: right;
  315. float: right;
  316. }
  317. .ol-popup-closer {
  318. text-decoration: none;
  319. position: absolute;
  320. top: -3px;
  321. right: 0px;
  322. border-bottom:1px solid #5AEEF5;
  323. border-left:1px solid #5AEEF5;
  324. border-radius: 50%;
  325. background-color: transparent;
  326. }
  327. .ol-popup-closer:after {
  328. content: "✖";
  329. color: whitesmoke;
  330. }