apply.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. page {
  2. width: 100%;
  3. height: 100%;
  4. }
  5. .box {
  6. width: 100%;
  7. height: 100%;
  8. display: flex;
  9. flex-direction: column;
  10. align-items: center;
  11. position: relative;
  12. }
  13. map {
  14. width: 100%;
  15. height: 100%;
  16. position: relative;
  17. display: flex;
  18. justify-content: center;
  19. align-items: center;
  20. }
  21. map .coverImage {
  22. position: absolute;
  23. top: 46.5%;
  24. left: 50%;
  25. transform: translate(-50%, -50%);
  26. }
  27. .search {
  28. width: 95%;
  29. display: flex;
  30. z-index: 999;
  31. align-items: center;
  32. background: #EDEDED;
  33. height: 70rpx;
  34. justify-content: center;
  35. border-radius: 6rpx;
  36. margin: 20rpx auto;
  37. position: absolute;
  38. top: 0rpx;
  39. left: 2.5%;
  40. }
  41. .search .place {
  42. font-size: 26rpx;
  43. color: #707070;
  44. }
  45. .search input {
  46. width: 75%;
  47. height: 100%;
  48. font-size: 26rpx;
  49. color: #707070;
  50. }
  51. scroll-view{
  52. height: 900rpx;
  53. padding-bottom: 100rpx;
  54. padding-top: 90rpx;
  55. }
  56. .list {
  57. width: 100%;
  58. z-index: 999;
  59. background: #fff;
  60. position: fixed;
  61. bottom: 0rpx;
  62. /* overflow-y: scroll; */
  63. max-height: 900rpx;
  64. }
  65. .list image {
  66. width: 32rpx;
  67. height: 32rpx;
  68. margin-top: 16rpx;
  69. }
  70. .city_list {
  71. display: flex;
  72. align-items: center;
  73. width: 85%;
  74. font-size: 26rpx;
  75. justify-content: space-between;
  76. padding: 16rpx 0rpx;
  77. border-bottom: 2rpx solid #E8E8E8;
  78. margin: 0 auto;
  79. }
  80. .city_list view {
  81. display: flex;
  82. flex-direction: column;
  83. overflow: hidden;
  84. width: 85%;
  85. }
  86. .city_list view .title1 {
  87. font-size: 21rpx;
  88. overflow: hidden;
  89. white-space: nowrap;
  90. text-overflow: ellipsis;
  91. color: #989898;
  92. padding-top: 8rpx;
  93. }
  94. .city_list view .title {
  95. font-size: 25rpx;
  96. overflow: hidden;
  97. white-space: nowrap;
  98. text-overflow: ellipsis;
  99. color: black;
  100. padding-top: 14rpx;
  101. }
  102. .city_list:last-of-type {
  103. border: none;
  104. }
  105. .parking {
  106. position: fixed;
  107. bottom: 0rpx;
  108. width: 100%;
  109. left: 0rpx;
  110. height: 270rpx;
  111. background: #fff;
  112. z-index: 999;
  113. -webkit-transform: translateY(100%);
  114. transform: translateY(100%);
  115. display: flex;
  116. align-items: center;
  117. justify-content: space-around;
  118. }
  119. .background {
  120. width: 100%;
  121. height: 100%;
  122. position: fixed;
  123. z-index: 888;
  124. background: #989898;
  125. opacity: 0.5;
  126. }
  127. .bottom{
  128. width:100%;
  129. height:100rpx;
  130. display: flex;
  131. align-items: center;
  132. justify-content: center;
  133. font-size:32rpx;
  134. font-family:PingFang SC;
  135. font-weight:500;
  136. color:rgba(255,255,255,1);
  137. position: fixed;
  138. bottom: 0rpx;
  139. left: 0;
  140. z-index: 999;
  141. background: white;
  142. }
  143. .bottom view{
  144. width: 90%;
  145. height: 88rpx;
  146. display: flex;
  147. align-items: center;
  148. justify-content: center;
  149. background:rgba(24,213,185,1);
  150. border-radius:10rpx;
  151. }
  152. .coverImage {
  153. position: absolute;
  154. top: 50%;
  155. left: 50%;
  156. z-index: 999;
  157. }
  158. .circle {
  159. width: 84rpx;
  160. display: flex;
  161. justify-content: center;
  162. align-items: flex-end;
  163. /* margin-bottom: 30rpx; */
  164. position: fixed;
  165. z-index: 1000;
  166. left: 30rpx;
  167. }
  168. .circle image {
  169. width: 84rpx;
  170. height: 84rpx;
  171. }