cssFile.css 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  1. html,body{
  2. padding:0;
  3. margin: 0;
  4. width:100%;
  5. height:100%;
  6. font-family: 微软雅黑;
  7. font-size: 14px;
  8. }
  9. ul,li,img{
  10. padding:0;
  11. margin: 0;
  12. }
  13. .BMap_cpyCtrl
  14. {
  15. display:none;
  16. }
  17. .anchorBL{
  18. display:none;
  19. }
  20. #mapContainer{
  21. width:100%;
  22. height:100%;
  23. }
  24. .nav-top{
  25. position: fixed;
  26. top:0;
  27. left: 0;
  28. height: 80px;
  29. width: 100%;
  30. background-color: rgba(3,21,24,0.7);
  31. text-align: center;
  32. }
  33. .nav-top-title{
  34. line-height: 80px;
  35. color: #ffffff;
  36. font-size: 24px;
  37. font-weight: 600;
  38. }
  39. .nav-top-time{
  40. position: absolute;
  41. top:0;
  42. right: 10px;
  43. padding: 20px;
  44. }
  45. .nav-top-time span{
  46. display: block;
  47. color:#ffffff;
  48. line-height: 20px;
  49. }
  50. .tip-container{
  51. background-color: rgba(22, 31, 38, 0.87);
  52. }
  53. .tip-title{
  54. width: 100%;
  55. height: 48px;
  56. color:#ffffff;
  57. overflow: hidden;
  58. box-sizing: border-box;
  59. border-bottom: 1px solid #052025;
  60. }
  61. .tip-title span{
  62. line-height: 48px;
  63. vertical-align: middle;
  64. font-size: 16px;
  65. font-weight: 600;
  66. }
  67. .tip-title span img{
  68. width: 16px;
  69. height: 16px;
  70. }
  71. .tip-title span:nth-child(1){
  72. float: left;
  73. margin-left: 12px;
  74. }
  75. .tip-title span:nth-child(2){
  76. float: left;
  77. margin-left: 10px;
  78. }
  79. .tip-title span:nth-child(3){
  80. float: right;
  81. margin-right: 10px;
  82. }
  83. .tip-content{
  84. padding: 16px;
  85. }
  86. .tip-content ul li {
  87. color:#ffffff;
  88. list-style: none;
  89. overflow: hidden;
  90. line-height: 30px;
  91. }
  92. .zhzb-li-name{
  93. float: left;
  94. /*font-weight: 600;*/
  95. }
  96. .zhzb-li-num{
  97. float: right;
  98. color:#00CEFA;
  99. /*font-weight: 600;*/
  100. }
  101. .typeStyle{
  102. color:#1079A6;
  103. font-weight: 600;
  104. }
  105. .font-w{
  106. color: #ffffff!important;
  107. }
  108. .yj-span{
  109. display: block;
  110. width: 30px;
  111. float: right;
  112. text-align: right;
  113. }
  114. .speed-container{
  115. width: 100%;
  116. box-sizing: border-box;
  117. border-bottom: 1px solid #052025;
  118. padding-bottom: 10px;
  119. }
  120. .speed-container .speed-title{
  121. overflow: hidden;
  122. line-height: 30px;
  123. }
  124. .speed-container .speed-title span{
  125. display: block;
  126. float: left;
  127. color: #ffffff;
  128. padding-right: 10px;
  129. }
  130. .speed-content{
  131. margin-top: 10px;
  132. width: 100%;
  133. }
  134. .speed-content ul{
  135. width: 100%;
  136. }
  137. .speed-content ul li{
  138. width: 100%;
  139. list-style: none;
  140. overflow: hidden;
  141. margin: 0;
  142. }
  143. .speed-content ul li span:nth-child(1){
  144. display: block;
  145. /*height: 20px;*/
  146. float: left;
  147. padding: 0;
  148. margin: 0;
  149. /*line-height: 20px;*/
  150. }
  151. .speed-content ul li span:nth-child(2){
  152. display: block;
  153. /*height: 20px;*/
  154. float: right;
  155. padding: 0;
  156. margin: 0;
  157. /*line-height: 20px;*/
  158. }
  159. .speed-line{
  160. width: 200px;
  161. background-color: #043037;
  162. height: 13px;
  163. margin-top: 8px!important;
  164. border-radius: 5px;
  165. position: relative;
  166. }
  167. .speed-num{
  168. /*width: 90%;*/
  169. display: block;
  170. height: 100%;
  171. border-radius: 5px;
  172. }
  173. .numText{
  174. position: absolute;
  175. top: -9px;
  176. right: 4px;
  177. color: #ffffff;
  178. font-size: 12px;
  179. }
  180. .legend-container{
  181. height: 48px;
  182. background-color: rgba(22, 31, 38, 0.87);
  183. overflow: hidden;
  184. }
  185. .legend-content{
  186. height: 100%;
  187. }
  188. .legend-content:nth-child(1){
  189. float: left;
  190. }
  191. .legend-content:nth-child(2){
  192. float: right;
  193. font-size: 14px!important;
  194. overflow: hidden;
  195. }
  196. .legend-content span{
  197. line-height: 48px;
  198. color: #FFFFFF;
  199. font-weight: 600;
  200. font-size: 16px;
  201. }
  202. .legend-content span img{
  203. vertical-align: middle;
  204. margin-top: -4px;
  205. margin-left: 10px;
  206. margin-right: 10px;
  207. }
  208. .legend-content:nth-child(2) span{
  209. float: left;
  210. display: block;
  211. margin-right: 10px;
  212. }
  213. .red-legend{
  214. height: 8px;
  215. width: 30px;
  216. background-color: #FF3774;
  217. border-radius: 5px;
  218. margin-top: 20px;
  219. }
  220. .green-legend{
  221. height: 8px;
  222. width: 30px;
  223. background-color: #6AE89C;
  224. border-radius: 5px;
  225. margin-top: 20px;
  226. }
  227. .tip-dropDown{
  228. }
  229. .tip-dropDown:hover{
  230. cursor: pointer;
  231. }
  232. .info-container{
  233. width: 100%;
  234. }
  235. .info-container-title{
  236. width: 100%;
  237. text-align: center;
  238. margin-bottom: 10px;
  239. }
  240. .info-container-people{
  241. width: 100%;
  242. text-align: center;
  243. margin-bottom: 10px;
  244. }
  245. .info-container-speed{
  246. width: 100%;
  247. }
  248. .info-container-speed-content{
  249. width: 204px;
  250. margin-left: 18px;
  251. background-color: #58618A;
  252. height: 14px;
  253. margin-bottom: 10px;
  254. border-radius: 5px;
  255. }
  256. .info-container-speed-content-inside-1{
  257. display: block;
  258. height: 100%;
  259. border-radius: 5px;
  260. background-color: #FF3774;
  261. width: 0%;
  262. }
  263. .info-container-speed-content-inside-2{
  264. display: block;
  265. height: 100%;
  266. border-radius: 5px;
  267. background-color: #6AE89C;
  268. width: 0%;
  269. }
  270. .info-container-speed-content-inside-1-num{
  271. position: absolute;
  272. top: 54px;
  273. left: 110px;
  274. }
  275. .info-container-speed-content-inside-2-num{
  276. position: absolute;
  277. top: 80px;
  278. left: 110px;
  279. }