chose-city.wxss 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  1. .chose-city.data-v-761b4a44 {
  2. position: fixed;
  3. top: 0;
  4. left: 0;
  5. right: 0;
  6. bottom: 0;
  7. z-index: 999;
  8. background: #fff;
  9. }
  10. .city-search-wrap.data-v-761b4a44 {
  11. width: 100%;
  12. box-sizing: border-box;
  13. }
  14. .city-search-wrap .search.data-v-761b4a44 {
  15. width: 750rpx;
  16. height: 110rpx;
  17. display: flex;
  18. align-items: center;
  19. font-size: 28rpx;
  20. color: #222;
  21. padding: 14rpx 36rpx;
  22. box-sizing: border-box;
  23. background: #fff;
  24. }
  25. .city-search-wrap .search .l-search.data-v-761b4a44 {
  26. width: 597rpx;
  27. position: relative;
  28. height: 72rpx;
  29. line-height: 72rpx;
  30. }
  31. .city-search-wrap .search .l-search .icon-search.data-v-761b4a44 {
  32. font-size: 28rpx;
  33. position: absolute;
  34. left: 0rpx;
  35. top: 0;
  36. color: #8e8f97;
  37. font-weight: 700;
  38. height: 72rpx;
  39. line-height: 72rpx;
  40. }
  41. .city-search-wrap .search .l-search .cuIcon-search.data-v-761b4a44 {
  42. width: 40rpx;
  43. height: 40rpx;
  44. padding: 20rpx;
  45. }
  46. .city-search-wrap .search .l-search .input-search.data-v-761b4a44 {
  47. width: 597rpx;
  48. height: 72rpx;
  49. box-sizing: border-box;
  50. padding: 0 84rpx 0 84rpx;
  51. text-align: left;
  52. background: #f4f5f9;
  53. border-radius: 12rpx;
  54. border: 0;
  55. }
  56. .city-search-wrap .search .l-search .clear-input.data-v-761b4a44 {
  57. font-size: 30rpx;
  58. position: absolute;
  59. right: 10rpx;
  60. top: 50%;
  61. -webkit-transform: translateY(-50%);
  62. transform: translateY(-50%);
  63. padding: 10rpx;
  64. color: #8e8f97;
  65. }
  66. .city-search-wrap .search .r-cancel.data-v-761b4a44 {
  67. width: 80rpx;
  68. box-sizing: border-box;
  69. padding-left: 24rpx;
  70. font-size: 28rpx;
  71. height: 72rpx;
  72. line-height: 72rpx;
  73. background: transparent;
  74. border: 0;
  75. color: #519AD2;
  76. }
  77. .reach-content.data-v-761b4a44 {
  78. padding-left: 36rpx;
  79. box-sizing: border-box;
  80. }
  81. .reach-content .li.data-v-761b4a44 {
  82. width: 714rpx;
  83. font-size: 28rpx;
  84. height: 100rpx;
  85. line-height: 100rpx;
  86. color: #333;
  87. position: relative;
  88. box-sizing: border-box;
  89. border-bottom: 2rpx solid #F5F5F5;
  90. }
  91. .block.data-v-761b4a44 {
  92. padding: 0 36rpx;
  93. box-sizing: border-box;
  94. }
  95. .top-search.data-v-761b4a44 {
  96. line-height: 72rpx;
  97. padding: 14rpx 30rpx 0;
  98. box-sizing: border-box;
  99. margin-bottom: 26rpx;
  100. }
  101. .top-search .item.data-v-761b4a44 {
  102. background: #F5F5F5;
  103. border-radius: 12rpx;
  104. font-size: 28rpx;
  105. text-align: center;
  106. color: #999999;
  107. }
  108. .top-search .item text.data-v-761b4a44 {
  109. padding-left: 20rpx;
  110. color: #c1c2cd;
  111. vertical-align: middle;
  112. position: relative;
  113. top: -4rpx;
  114. }
  115. .scroll-view.data-v-761b4a44 {
  116. width: 100%;
  117. height: calc(100vh - 110rpx);
  118. box-sizing: border-box;
  119. }
  120. .area.data-v-761b4a44 {
  121. margin-bottom: 8rpx;
  122. }
  123. .area .title-wrapp.data-v-761b4a44 {
  124. position: -webkit-sticky;
  125. position: sticky;
  126. top: 0;
  127. left: 0;
  128. background: #fff;
  129. }
  130. .area .c-title.data-v-761b4a44 {
  131. width: 100%;
  132. box-sizing: border-box;
  133. font-size: 28rpx;
  134. color: #999999;
  135. margin-bottom: 24rpx;
  136. display: inline-flex;
  137. justify-content: space-between;
  138. align-items: center;
  139. }
  140. .area .c-title .r.data-v-761b4a44 {
  141. font-size: 24rpx;
  142. color: #8e8f97;
  143. display: inline-block;
  144. align-items: center;
  145. }
  146. .area .c-title .r .iconfont.data-v-761b4a44 {
  147. font-size: 24rpx;
  148. }
  149. .area .ul.data-v-761b4a44 {
  150. display: flex;
  151. flex-wrap: wrap;
  152. }
  153. .area .ul .li.data-v-761b4a44 {
  154. width: 155rpx;
  155. padding: 0 10rpx;
  156. box-sizing: border-box;
  157. height: 72rpx;
  158. line-height: 68rpx;
  159. text-align: center;
  160. font-size: 32rpx;
  161. color: #333;
  162. border-radius: 8rpx;
  163. margin: 0 18rpx 28rpx 0;
  164. border: 2rpx solid #E2E2E2;
  165. }
  166. .area .ul .li.data-v-761b4a44:nth-child(4n) {
  167. margin-right: 0;
  168. }
  169. .area .ul .li.now.data-v-761b4a44 {
  170. width: auto;
  171. padding: 0 32rpx 0 22rpx;
  172. }
  173. .area .ul .li.now .icon.data-v-761b4a44 {
  174. width: 50rpx;
  175. height: 50rpx;
  176. background-size: 100%;
  177. vertical-align: middle;
  178. position: relative;
  179. top: -4rpx;
  180. }
  181. .area .ul .li.now .text.data-v-761b4a44 {
  182. padding-left: 10rpx;
  183. }
  184. .area .ul .li.active.data-v-761b4a44 {
  185. font-weight: 500;
  186. background: #ffde45;
  187. }
  188. .area .ul .hover.data-v-761b4a44 {
  189. background: #ffde45;
  190. }
  191. .city-list.data-v-761b4a44 {
  192. width: 750rpx;
  193. padding-bottom: 50rpx;
  194. }
  195. .city-list .c-title.data-v-761b4a44 {
  196. height: 60rpx;
  197. line-height: 60rpx;
  198. font-size: 30rpx;
  199. font-weight: 500;
  200. color: #272636;
  201. background: #fff;
  202. box-sizing: border-box;
  203. padding-left: 36rpx;
  204. position: -webkit-sticky;
  205. position: sticky;
  206. top: 0;
  207. left: 0;
  208. z-index: 2;
  209. }
  210. .city-list .item.data-v-761b4a44 {
  211. width: 714rpx;
  212. margin-left: 36rpx;
  213. padding: 0 36rpx 0 0;
  214. height: 100rpx;
  215. line-height: 100rpx;
  216. color: #333;
  217. font-size: 28rpx;
  218. box-sizing: border-box;
  219. border-bottom: 2rpx solid #F5F5F5;
  220. }
  221. .alphabet.data-v-761b4a44 {
  222. position: fixed;
  223. right: 0;
  224. bottom: 20%;
  225. width: calc(750rpx - 680rpx);
  226. text-align: center;
  227. font-size: 20rpx;
  228. font-weight: 700;
  229. color: #8e8f97;
  230. z-index: 99;
  231. }
  232. .alphabet .item.data-v-761b4a44 {
  233. height: 15px;
  234. line-height: 15px;
  235. }
  236. .alphabet .active.data-v-761b4a44 {
  237. color: #222;
  238. }
  239. .has-no-data.data-v-761b4a44 {
  240. font-size: 24rpx;
  241. text-align: center;
  242. color: #8e8f97;
  243. margin-top: 50rpx;
  244. }
  245. .nav.data-v-761b4a44 {
  246. height: 44px;
  247. line-height: 44px;
  248. text-align: center;
  249. font-size: 26rpx;
  250. color: #3C3C3C;
  251. position: relative;
  252. }
  253. .foback.data-v-761b4a44 {
  254. position: absolute;
  255. width: 15px;
  256. height: 15px;
  257. left: 24rpx;
  258. top: 15px;
  259. }