myaddress.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. page {
  2. background-color: #ffffff;
  3. }
  4. .addressbox {
  5. width: 100%;
  6. height: 245rpx;
  7. background:#ffffff;
  8. box-shadow:0px 14rpx 20rpx 2rpx rgba(161,161,161,0.2);
  9. display: flex;
  10. flex-direction: column;
  11. }
  12. .addressbox2 {
  13. width: 100%;
  14. height: 245rpx;
  15. margin-top:18rpx;
  16. }
  17. .addressbox3 {
  18. width: 100%;
  19. height: 245rpx;
  20. }
  21. .addlist {
  22. padding-top: 26rpx;
  23. width: 88%;
  24. margin-right: 7%;
  25. margin-left: 5%;
  26. height: 56rpx;
  27. display: flex;
  28. justify-content: center;
  29. }
  30. .addlistdesc {
  31. line-height: 16rpx;
  32. width: 88%;
  33. margin-right: 7%;
  34. margin-left: 5%;
  35. height: 40rpx;
  36. }
  37. .username {
  38. flex: 1;
  39. text-align: left;
  40. color: #000000;
  41. font-size: 40rpx;
  42. font-weight: Regular;
  43. }
  44. .userphone {
  45. flex: 1;
  46. line-height: 58rpx;
  47. text-align: right;
  48. color: #000000;
  49. font-size: 32rpx;
  50. font-weight: Bold;
  51. }
  52. .useraddress {
  53. text-align: left;
  54. color: #A1A1A1;
  55. font-size: 28rpx;
  56. font-weight: Regular;
  57. }
  58. .line {
  59. margin-top: 36rpx;
  60. margin-left: 5%;
  61. width: 95%;
  62. height: 2rpx;
  63. background-color: #DFDDDD;
  64. }
  65. .editline {
  66. margin-top: 20rpx;
  67. width: 88%;
  68. margin-right: 7%;
  69. margin-left: 5%;
  70. display: flex;
  71. height: 80rpx;
  72. }
  73. .radioright {
  74. flex: 7;
  75. }
  76. .defaultadd {
  77. flex: 66;
  78. color: #717171;
  79. font-size: 24rpx;
  80. font-weight: Regular;
  81. line-height: 48rpx;
  82. }
  83. .edit {
  84. flex: 6;
  85. }
  86. .txtedit {
  87. line-height: 45rpx;
  88. flex: 8;
  89. color: #BBBBBB;
  90. font-size: 24rpx;
  91. font-weight: Regular;
  92. }
  93. .del {
  94. flex: 6;
  95. }
  96. .imgright {
  97. height: 36rpx;
  98. width:36rpx;
  99. }
  100. .imgedit {
  101. height: 36rpx;
  102. width:36rpx;
  103. }
  104. .pay {
  105. height: 182rpx;
  106. width: 100%;
  107. position: fixed;
  108. left:0;
  109. bottom:0rpx;
  110. background:#ffffff;
  111. z-index: 10;
  112. display: flex;
  113. }
  114. .create {
  115. margin-top: 40rpx;
  116. height: 82rpx;
  117. width: 612rpx;
  118. margin-bottom: 60rpx;
  119. margin-left: 70rpx;
  120. margin-right: 68rpx;
  121. text-align: center;
  122. font-weight: 500;
  123. font-size: 36rpx;
  124. line-height: 82rpx;
  125. color: #FFFFFF;
  126. background:linear-gradient(90deg,rgba(0,199,198,0.97) 0%,rgba(0,210,210,1) 100%);
  127. box-shadow:0rpx 14rpx 44rpx 2rpx rgba(0,199,198,0.2);
  128. border-radius: 42rpx;
  129. }
  130. .line2 {
  131. margin-left: 40rpx;
  132. width: 100%;
  133. height: 1rpx;
  134. background-color: #F2F2F2;
  135. }
  136. radio {
  137. transform:scale(0.6);
  138. margin-left: -8rpx;
  139. }
  140. .endbottom2{
  141. height: 280rpx;
  142. }
  143. .none {
  144. margin-top: 306rpx;
  145. text-align: center;
  146. width: 100%;
  147. height: 260rpx;
  148. }
  149. .noneimg {
  150. height: 280rpx;
  151. width: 280rpx;
  152. }
  153. .nonedesc {
  154. margin-top: 90rpx;
  155. height: 30rpx;
  156. color: #818181;
  157. font-size: 32rpx;
  158. font-weight: Heavy;
  159. }
  160. .load {
  161. width: 100%;
  162. height: 2400rpx;
  163. position: absolute;
  164. left: 0;
  165. top: 0;
  166. z-index: 9999;
  167. background-color: #ffffff;
  168. text-align: center;
  169. line-height: 1300rpx;
  170. }
  171. .loadimg {
  172. width: 200rpx;
  173. height: 200rpx;
  174. }