address-pick.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. @charset "UTF-8";
  2. .text-center {
  3. text-align: center;
  4. }
  5. .font-weight {
  6. font-weight: bold;
  7. }
  8. .page-width {
  9. width: 100%;
  10. }
  11. .goods-hover-class {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width {
  27. width: 100%;
  28. }
  29. .u-hover-class {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. page {
  39. background: #f7f7f7;
  40. }
  41. @charset "UTF-8";
  42. .text-center.data-v-fee9326e {
  43. text-align: center;
  44. }
  45. .font-weight.data-v-fee9326e {
  46. font-weight: bold;
  47. }
  48. .page-width.data-v-fee9326e {
  49. width: 100%;
  50. }
  51. .goods-hover-class.data-v-fee9326e {
  52. opacity: .9;
  53. background-color: #f7f7f7;
  54. }
  55. .background-image.data-v-fee9326e {
  56. background-repeat: no-repeat;
  57. background-size: 100% 100%;
  58. background-position: center;
  59. }
  60. /*全局文字大小*/
  61. /* 屏幕宽度*/
  62. page.data-v-fee9326e {
  63. font-size: 32rpx;
  64. background: #f7f7f7;
  65. }
  66. .page-width.data-v-fee9326e {
  67. width: 100%;
  68. }
  69. .u-hover-class.data-v-fee9326e {
  70. opacity: .9;
  71. background-color: #f7f7f7;
  72. }
  73. .safe-area-inset-bottom.data-v-fee9326e {
  74. padding-bottom: 0;
  75. padding-bottom: constant(safe-area-inset-bottom);
  76. padding-bottom: env(safe-area-inset-bottom);
  77. }
  78. .mb-12.data-v-fee9326e {
  79. margin-bottom: 12rpx;
  80. }
  81. .mb-24.data-v-fee9326e {
  82. margin-bottom: 24rpx;
  83. }
  84. .page .no-data.data-v-fee9326e {
  85. padding: 100rpx;
  86. text-align: center;
  87. margin-top: 88rpx;
  88. color: #cdcdcd;
  89. background: #fff;
  90. border-radius: 16rpx;
  91. }
  92. .search.data-v-fee9326e {
  93. width: 750rpx;
  94. height: 88rpx;
  95. padding: 16rpx 24rpx;
  96. box-sizing: border-box;
  97. background-color: #efeff4;
  98. position: fixed;
  99. top: 0;
  100. left: 0;
  101. z-index: 1000;
  102. }
  103. .search .prompt.data-v-fee9326e {
  104. width: 702rpx;
  105. height: 56rpx;
  106. position: absolute;
  107. border-radius: 28rpx;
  108. background-color: #ffffff;
  109. }
  110. .search .prompt > image.data-v-fee9326e {
  111. width: 26rpx;
  112. height: 26rpx;
  113. }
  114. .search .prompt > text.data-v-fee9326e {
  115. color: #b2b2b2;
  116. font-size: 26rpx;
  117. margin: 0 10rpx;
  118. }
  119. .search input.data-v-fee9326e {
  120. width: 702rpx;
  121. height: 56rpx;
  122. border-radius: 28rpx;
  123. background-color: #ffffff;
  124. padding: 0 70rpx 0 30rpx;
  125. box-sizing: border-box;
  126. font-size: 26rpx;
  127. }
  128. .search .search-clear.data-v-fee9326e {
  129. position: absolute;
  130. right: 15rpx;
  131. top: 14rpx;
  132. width: 30rpx;
  133. height: 30rpx;
  134. z-index: 300;
  135. }
  136. .list.data-v-fee9326e {
  137. margin-top: 60rpx;
  138. }
  139. .list .item.data-v-fee9326e {
  140. font-size: 28rpx;
  141. background: #fff;
  142. border-radius: 24rpx;
  143. margin-bottom: 24rpx;
  144. }
  145. .list .item .left.data-v-fee9326e {
  146. padding: 24rpx;
  147. }
  148. .list .item .edit-btn-out.data-v-fee9326e {
  149. padding: 39rpx 0;
  150. }
  151. .list .item .edit-btn.data-v-fee9326e {
  152. padding: 4rpx 30rpx;
  153. color: #999999;
  154. border-left: #e2e2e2 1rpx solid;
  155. }
  156. .add-address-row.data-v-fee9326e {
  157. margin-bottom: 50rpx;
  158. }
  159. .add-address-row > view.data-v-fee9326e {
  160. padding: 0 12rpx;
  161. }
  162. .add-address-row .icon.data-v-fee9326e {
  163. width: 32rpx;
  164. height: 32rpx;
  165. margin-right: 12rpx;
  166. }
  167. .not-list.data-v-fee9326e {
  168. color: #999999;
  169. margin-left: 24rpx;
  170. margin-right: 24rpx;
  171. }
  172. .tip.data-v-fee9326e {
  173. color: #666666;
  174. margin: 0 24rpx 20rpx 24rpx;
  175. }
  176. .u-bottom-fixed.data-v-fee9326e {
  177. position: fixed;
  178. bottom: 0;
  179. left: 0;
  180. width: 100%;
  181. z-index: 1500;
  182. }
  183. .u-bottom-height.data-v-fee9326e {
  184. height: 120rpx;
  185. }