cssFile.css 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381
  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. left: 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. overflow: hidden;
  145. text-overflow: ellipsis;
  146. white-space: nowrap;
  147. display: block;
  148. width: 30%;
  149. float: left;
  150. padding: 0;
  151. margin: 0;
  152. }
  153. .speed-content ul li span:nth-child(2){
  154. display: block;
  155. float: right;
  156. padding: 0;
  157. margin: 0;
  158. }
  159. .speed-line{
  160. width: 200px;
  161. background-color: #043037;
  162. width: 68%;
  163. height: 13px;
  164. margin-top: 8px!important;
  165. border-radius: 5px;
  166. position: relative;
  167. }
  168. .speed-num{
  169. /*width: 90%;*/
  170. display: block;
  171. height: 100%;
  172. border-radius: 5px;
  173. }
  174. .numText{
  175. position: absolute;
  176. top: -9px;
  177. right: 4px;
  178. color: #ffffff;
  179. font-size: 12px;
  180. }
  181. .legend-container{
  182. height: 48px;
  183. background-color: rgba(22, 31, 38, 0.87);
  184. overflow: hidden;
  185. }
  186. .legend-content{
  187. height: 100%;
  188. }
  189. .legend-content:nth-child(1){
  190. float: left;
  191. }
  192. .legend-content:nth-child(2){
  193. float: right;
  194. font-size: 14px!important;
  195. overflow: hidden;
  196. }
  197. .legend-content span{
  198. line-height: 48px;
  199. color: #FFFFFF;
  200. font-weight: 600;
  201. font-size: 16px;
  202. }
  203. .legend-content span img{
  204. vertical-align: middle;
  205. margin-top: -4px;
  206. margin-left: 10px;
  207. margin-right: 10px;
  208. }
  209. .legend-content:nth-child(2) span{
  210. display: flex;
  211. align-items: center;
  212. float: left;
  213. margin-right: 10px;
  214. }
  215. .legend-content label{
  216. line-height: 48px;
  217. color: #FFFFFF;
  218. font-weight: 600;
  219. font-size: 16px;
  220. }
  221. .legend-content:nth-child(2) input{
  222. float: left;
  223. display: block;
  224. margin-right: 10px;
  225. }
  226. .red-legend{
  227. height: 8px;
  228. width: 30px;
  229. background-color: #FF3774;
  230. border-radius: 5px;
  231. margin-top: 20px;
  232. }
  233. .green-legend{
  234. height: 8px;
  235. width: 30px;
  236. background-color: #6AE89C;
  237. border-radius: 5px;
  238. margin-top: 20px;
  239. }
  240. .tip-dropDown{
  241. }
  242. .tip-dropDown:hover{
  243. cursor: pointer;
  244. }
  245. .info-container{
  246. width: 100%;
  247. }
  248. .info-container-title{
  249. width: 100%;
  250. text-align: center;
  251. margin-bottom: 10px;
  252. }
  253. .info-container-people{
  254. width: 100%;
  255. text-align: center;
  256. margin-bottom: 10px;
  257. }
  258. .info-container-speed{
  259. width: 100%;
  260. }
  261. .info-container-speed-content{
  262. width: 204px;
  263. margin-left: 18px;
  264. background-color: #58618A;
  265. height: 14px;
  266. margin-bottom: 10px;
  267. border-radius: 5px;
  268. }
  269. .info-container-speed-content-inside-1{
  270. display: block;
  271. height: 100%;
  272. border-radius: 5px;
  273. background-color: #FF3774;
  274. width: 0%;
  275. }
  276. .info-container-speed-content-inside-2{
  277. display: block;
  278. height: 100%;
  279. border-radius: 5px;
  280. background-color: #6AE89C;
  281. width: 0%;
  282. }
  283. .info-container-speed-content-inside-1-num{
  284. position: absolute;
  285. top: 54px;
  286. left: 110px;
  287. }
  288. .info-container-speed-content-inside-2-num{
  289. position: absolute;
  290. top: 80px;
  291. left: 110px;
  292. }
  293. #cityOpt {
  294. position: fixed;
  295. top: 138px;
  296. left: calc(20vw + 20px);
  297. display: none;
  298. background-color: rgba(22, 31, 38, 0.87);
  299. color: #fff;
  300. width: 500px;
  301. }
  302. #cityOpt .city-item li { list-style: none; line-height: 30px; }
  303. #cityOpt .city-item li a{
  304. text-decoration: none;
  305. margin-left: 10px;
  306. }
  307. #cityOpt .city-item li a:first-child{
  308. color: #769ef9;
  309. }
  310. #cityOpt .city-item li a:hover {
  311. color: #6AE89C;
  312. }
  313. #cityOpt .city-choose.city {
  314. color: #fff;
  315. font-weight: bold;
  316. }
  317. #cityOpt .city-choose.county {
  318. color: #fff;
  319. }
  320. /* Tip 间距 */
  321. #species,#search_pets {
  322. margin-top: 5px;
  323. }
  324. #specie_pie {
  325. width: 380px;
  326. height: 300px;
  327. }
  328. #specie_bar {
  329. width: 380px;
  330. height: 400px;
  331. }
  332. #search_pets {
  333. color: #fff;
  334. }
  335. .pets-search-info {
  336. display: flex;
  337. }
  338. .pets-info {
  339. display: flex;
  340. flex-flow: column wrap;
  341. margin-left: 10px;
  342. }
  343. .pets-describe {
  344. margin-top: 10px;
  345. text-indent: 2em;
  346. }
  347. #nav-top-screen {
  348. position: absolute;
  349. top: 0;
  350. right: 10px;
  351. padding: 20px;
  352. }