park.wxss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331
  1. map {
  2. width: 100%;
  3. height: 100%;
  4. position: relative;
  5. }
  6. .menus{
  7. width: 100%;
  8. position: absolute;
  9. left:0;
  10. top:0;
  11. background-color: #fff;
  12. display: flex;
  13. justify-content: flex-start;
  14. align-items: center;
  15. }
  16. .top_1{
  17. position: relative;
  18. width: 100%;
  19. background-color: #fff;
  20. }
  21. .top_1 .picker_1{
  22. position: absolute;
  23. width: 90%;
  24. /* background-color: aqua; */
  25. }
  26. .menu .van-dropdown-menu {
  27. width: 100%;
  28. position: fixed;
  29. left: 70rpx;
  30. top: 0rpx;
  31. z-index: 888;
  32. align-items: center;
  33. height: 129rpx !important;
  34. padding-top: 18rpx;
  35. }
  36. .menu1 .van-dropdown-menu {
  37. width: 100%;
  38. position: fixed;
  39. left: 70rpx;
  40. top: 0rpx;
  41. z-index: 888;
  42. align-items: center;
  43. height: 100rpx !important;
  44. padding-top: 75rpx;
  45. }
  46. .menus text{
  47. margin-left:20rpx;
  48. font-size:35rpx;
  49. /* margin-top:18rpx; */
  50. }
  51. .van-dropdown-menu__item {
  52. flex: 0.25 !important;
  53. z-index: 99999;
  54. }
  55. .operate {
  56. width: 100%;
  57. height: 70rpx;
  58. position: fixed;
  59. left: 0;
  60. bottom: 4%;
  61. }
  62. .operateCon {
  63. width: 90%;
  64. height: 100%;
  65. margin: 0 auto;
  66. background: #18d5b9;
  67. border-radius: 20rpx;
  68. color: #fff;
  69. }
  70. .operateCon view {
  71. width: 33.33%;
  72. text-align: center;
  73. }
  74. .noinfo {
  75. width: 100%;
  76. position: absolute;
  77. left: 0%;
  78. }
  79. .noinfo>view {
  80. width: 577rpx;
  81. margin: 25rpx auto 0;
  82. background: white;
  83. height: 86rpx;
  84. display: flex;
  85. align-items: center;
  86. justify-content: space-around;
  87. border-radius: 10rpx;
  88. }
  89. .noinfo view {
  90. display: flex;
  91. align-items: center;
  92. }
  93. .noinfo view text {
  94. font-size: 28rpx;
  95. padding-left: 15rpx;
  96. }
  97. .info {
  98. font-size: 28rpx;
  99. width: 100%;
  100. height: 76rpx;
  101. position: absolute;
  102. left: 0;
  103. top: 12%;
  104. }
  105. .info .infoCon {
  106. background: #fff;
  107. width: 90%;
  108. margin: 0 auto;
  109. padding: 10rpx;
  110. border-radius: 10rpx;
  111. display: flex;
  112. justify-content: space-between;
  113. align-items: center;
  114. }
  115. .info .infoCon .flexB {
  116. display: flex;
  117. flex-direction: column;
  118. align-items: flex-start;
  119. }
  120. .info .deleted {
  121. display: flex;
  122. align-items: center;
  123. justify-content: center;
  124. background: #f00;
  125. color: #fff;
  126. font-size: 26rpx;
  127. padding: 10rpx 30rpx;
  128. border-radius: 25rpx;
  129. margin-right: 15rpx;
  130. height: 35rpx;
  131. }
  132. .top {
  133. position: fixed;
  134. width: 300rpx;
  135. height: 70rpx;
  136. z-index: 999;
  137. bottom: 5%;
  138. left: 50%;
  139. margin-left: -150rpx;
  140. display: flex;
  141. align-items: center;
  142. justify-content: center;
  143. border-radius: 35rpx;
  144. background: #18d5b9;
  145. font-size: 28rpx;
  146. color: #fff;
  147. }
  148. .top view {
  149. width: 90%;
  150. margin: 0 auto;
  151. height: 80rpx;
  152. display: flex;
  153. justify-content: center;
  154. align-items: center;
  155. background: white;
  156. border-radius: 15rpx;
  157. font-size: 28rpx;
  158. }
  159. .position,
  160. .ref {
  161. position: fixed;
  162. left: 10%;
  163. bottom: 12%;
  164. display: flex;
  165. align-items: center;
  166. justify-content: center;
  167. }
  168. .ref {
  169. bottom: 22%;
  170. }
  171. .position image,
  172. .ref image {
  173. height: 72rpx;
  174. width: 72rpx;
  175. }
  176. .satellite {
  177. height: 63rpx;
  178. width: 63rpx;
  179. border-radius: 50%;
  180. background: #fff;
  181. }
  182. .satellite image {
  183. height: 40rpx;
  184. width: 40rpx;
  185. }
  186. .satellite {
  187. position: fixed;
  188. left: 80%;
  189. bottom: 12%;
  190. display: flex;
  191. align-items: center;
  192. justify-content: center;
  193. }
  194. .addPop {
  195. position: absolute;
  196. top: 50%;
  197. left: 50%;
  198. transform: translate(-50%, -50%);
  199. width: 80%;
  200. height: 600rpx;
  201. background: #fff;
  202. border-radius: 10rpx;
  203. z-index: 2222;
  204. padding: 30rpx 20rpx;
  205. }
  206. .addPop>view {
  207. margin-bottom: 15rpx;
  208. font-size: 28rpx;
  209. height: 70rpx;
  210. }
  211. .addPop>view input {
  212. border: 1rpx solid #dcdfe6;
  213. border-radius: 10rpx;
  214. margin-left: 20rpx;
  215. height: 68rpx;
  216. width: 362rpx;
  217. padding-left: 10rpx;
  218. }
  219. .place {
  220. font-size: 26rpx;
  221. color: #ddd;
  222. }
  223. .addPop>view text {
  224. display: inline-block;
  225. width: 180rpx;
  226. text-align: right;
  227. }
  228. .select image {
  229. width: 40rpx;
  230. height: 30rpx;
  231. }
  232. .select .picker {
  233. border: 1rpx solid #dcdfe6;
  234. border-radius: 10rpx;
  235. margin-left: 20rpx;
  236. height: 70rpx;
  237. width: 374rpx;
  238. }
  239. .select .picker input {
  240. width: 83%;
  241. border: none;
  242. margin-left: 0;
  243. }
  244. .handel {
  245. margin-top: 40rpx;
  246. }
  247. .handel view {
  248. text-align: center;
  249. background: #18d5b9;
  250. color: #fff;
  251. width: 200rpx;
  252. height: 60rpx;
  253. line-height: 60rpx;
  254. border-radius: 43rpx;
  255. font-size: 28rpx;
  256. }
  257. .picker {
  258. border: 1rpx solid #000;
  259. }
  260. .areaShow {
  261. background: #f4f4f4;
  262. border: 1rpx solid #e4e7ed;
  263. width: 374rpx;
  264. padding: 15rpx 0;
  265. border-radius: 10rpx;
  266. }
  267. .areaShow::before {
  268. content: "";
  269. position: absolute;
  270. left: 26rpx;
  271. top: -7rpx;
  272. width: 0;
  273. height: 0;
  274. border-left: 8rpx solid transparent;
  275. border-bottom: 9rpx solid #e4e7ed;
  276. border-right: 8rpx solid transparent;
  277. }
  278. .typeShow {
  279. position: absolute;
  280. top: 170rpx;
  281. }
  282. .areaShow view {
  283. text-align: center;
  284. font-size: 26rpx;
  285. padding: 5rpx 0;
  286. width: 100%;
  287. overflow: hidden;
  288. text-overflow: ellipsis;
  289. white-space: nowrap;
  290. }