address-edit.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. @charset "UTF-8";
  2. .text-center.data-v-04c4b912 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-04c4b912 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-04c4b912 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-04c4b912 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-04c4b912 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-04c4b912 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-04c4b912 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-04c4b912 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-04c4b912 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .automatic.data-v-04c4b912 {
  39. height: 100rpx;
  40. margin-bottom: 20rpx;
  41. padding: 0 32rpx 0 24rpx;
  42. background-color: #ffffff;
  43. }
  44. .automatic button.data-v-04c4b912 {
  45. width: 150rpx;
  46. height: 60rpx;
  47. padding: 0;
  48. line-height: 58rpx;
  49. border-radius: 5rpx;
  50. border: 1rpx solid;
  51. font-size: 26rpx;
  52. background-color: transparent;
  53. margin: 0;
  54. text-align: center;
  55. }
  56. .automatic input.data-v-04c4b912 {
  57. width: calc(100% - 182rpx);
  58. font-size: 28rpx;
  59. color: #353535;
  60. }
  61. .automatic .place-automatic.data-v-04c4b912 {
  62. font-size: 26rpx;
  63. color: #999999;
  64. }
  65. .popup.data-v-04c4b912 {
  66. position: fixed;
  67. background: rgba(0, 0, 0, 0.5);
  68. padding: 50rpx;
  69. top: 0;
  70. left: 0;
  71. right: 0;
  72. bottom: 0;
  73. z-index: 2000;
  74. }
  75. .popup .textarea.data-v-04c4b912 {
  76. width: 100%;
  77. background: #fff;
  78. border: 1rpx solid #ccc;
  79. z-index: 1;
  80. padding: 24rpx;
  81. border-radius: 5rpx;
  82. }
  83. .popup .c.data-v-04c4b912 {
  84. position: fixed;
  85. left: 0;
  86. top: 0;
  87. right: 0;
  88. bottom: 0;
  89. z-index: 0;
  90. }
  91. .h-100.data-v-04c4b912 {
  92. height: 100%;
  93. }
  94. .app-button.data-v-04c4b912 {
  95. margin: 40rpx 24rpx;
  96. }
  97. .address-input.data-v-04c4b912 {
  98. width: 580rpx;
  99. font-size: 28rpx;
  100. color: #353535;
  101. }
  102. .area-left.data-v-04c4b912 {
  103. padding-left: 32rpx;
  104. text-align: right;
  105. margin-left: auto;
  106. }
  107. .app-view.data-v-04c4b912 {
  108. background: #f7f7f7;
  109. }
  110. .app-view .app-line.data-v-04c4b912 {
  111. background-color: #ffffff;
  112. height: 99rpx;
  113. line-height: 99rpx;
  114. padding: 0 24rpx;
  115. }
  116. .app-view .app-line text.app-text.data-v-04c4b912 {
  117. font-size: 28rpx;
  118. color: #353535;
  119. width: 124rpx;
  120. }
  121. .app-view .app-border.data-v-04c4b912 {
  122. border-bottom: 1rpx solid #e2e2e2;
  123. }
  124. .app-view .c-address.data-v-04c4b912 {
  125. padding-right: 24rpx;
  126. font-size: 28rpx;
  127. color: #353535;
  128. }
  129. .app-view .icon-arrow-image.data-v-04c4b912 {
  130. width: 12rpx;
  131. height: 24rpx;
  132. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAWCAMAAADD5o0oAAAARVBMVEUAAACZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZkBVNYgAAAAFnRSTlMAgtiokR0V5s+9dmdhUklA8LW0nZx9Nlin2AAAAE9JREFUGNNlz0cOwDAIRFHXOInTy9z/qF7yJVjxJARMuGKwyqKKChT1Qasy1PVAmxZo1zyZDiXoVKqmquaAMS7gan+06+ajiPC6cC52+60f0acDStr+zywAAAAASUVORK5CYII=);
  133. background-size: 100% auto;
  134. background-repeat: no-repeat;
  135. }
  136. .app-view .tip.data-v-04c4b912 {
  137. padding: 0 24rpx 24rpx 24rpx;
  138. background: #ffffff;
  139. color: #b7b7b7;
  140. }