editAddress.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. /* pages/editAddress/editAddress.wxss */
  2. page{
  3. background-color: #F7F7F7;
  4. }
  5. .ad-item{
  6. width: 750rpx;
  7. height: auto;
  8. background: #FFFFFF;
  9. display: flex;
  10. flex-direction: row;
  11. }
  12. .ad-item>text:nth-child(1){
  13. width: 200rpx;
  14. height: 44rpx;
  15. font-size: 34rpx;
  16. font-family: PingFangSC-Medium, PingFang SC;
  17. font-weight: 500;
  18. color: rgba(0,0,0,0.87);
  19. line-height: 44rpx;
  20. text-align: left;
  21. margin: 34rpx 0 34rpx 32rpx;
  22. }
  23. .ipt{
  24. width: auto;
  25. height: 44rpx;
  26. font-size: 34rpx;
  27. font-family: PingFangSC-Regular, PingFang SC;
  28. font-weight: 400;
  29. color: rgba(0,0,0,0.6);
  30. line-height: 44rpx;
  31. margin: 34rpx 48rpx 34rpx 0;
  32. }
  33. .Fphone{
  34. width: auto;
  35. height: 44rpx;
  36. font-size: 34rpx;
  37. font-family: PingFangSC-Regular, PingFang SC;
  38. font-weight: 400;
  39. color: rgba(0,0,0,0.6);
  40. line-height: 44rpx;
  41. margin: 34rpx 24rpx 34rpx 0;
  42. }
  43. .iptarea{
  44. width: 470rpx;
  45. height: auto;
  46. font-size: 34rpx;
  47. font-family: PingFangSC-Regular, PingFang SC;
  48. font-weight: 400;
  49. color: rgba(0,0,0,0.6);
  50. line-height: 44rpx;
  51. margin: 34rpx 48rpx 34rpx 0;
  52. }
  53. .swBtn{
  54. margin: auto 32rpx auto auto;
  55. }
  56. .adCity{
  57. width: auto;
  58. height: 44rpx;
  59. font-size: 34rpx;
  60. font-family: PingFangSC-Regular, PingFang SC;
  61. font-weight: 400;
  62. color: rgba(0,0,0,0.4);
  63. line-height: 44rpx;
  64. margin: 34rpx 48rpx 34rpx 0;
  65. }
  66. .arrow{
  67. width: 48rpx;
  68. height: 48rpx;
  69. margin: 32rpx 16rpx 32rpx auto;
  70. }
  71. .picBox{
  72. width: 518rpx;
  73. height: 112rpx;
  74. display: flex;
  75. flex-direction: row;
  76. }
  77. .save-view{
  78. margin: 60rpx auto 34rpx;
  79. width: 686rpx;
  80. height: 90rpx;
  81. background: rgba(0,0,0,0.87);
  82. border-radius: 46rpx;
  83. font-size: 34rpx;
  84. font-family: PingFangSC-Medium, PingFang SC;
  85. font-weight: 500;
  86. color: #FFFFFF;
  87. line-height: 90rpx;
  88. letter-spacing: 2rpx;
  89. text-align: center;
  90. }
  91. .delete{
  92. margin: 34rpx;
  93. width: 684rpx;
  94. height: 88rpx;
  95. line-height: 90rpx;
  96. border-radius: 46rpx;
  97. border: 1px solid rgba(0, 0, 0, 0.87);
  98. font-size: 34rpx;
  99. font-weight: 500;
  100. color: rgba(0, 0, 0, 0.87);
  101. letter-spacing: 2rpx;
  102. text-align: center;
  103. margin-bottom: env(safe-area-inset-bottom);
  104. }
  105. .del-view{
  106. width: 100vw;
  107. height: 100vh;
  108. position: fixed;
  109. top: 0;
  110. background: rgba(0,0,0,0.6);
  111. display: flex;
  112. justify-content: center;
  113. align-items: center;
  114. }
  115. .del-box{
  116. width: 590rpx;
  117. height: 292rpx;
  118. background: #FFFFFF;
  119. border-radius: 32rpx;
  120. display: flex;
  121. flex-direction: column;
  122. }
  123. .del-box>text:nth-child(1){
  124. width: 590rpx;
  125. height: 52rpx;
  126. font-size: 38rpx;
  127. font-family: PingFangSC-Medium, PingFang SC;
  128. font-weight: 500;
  129. color: rgba(0,0,0,0.87);
  130. line-height: 52rpx;
  131. text-align: center;
  132. margin: 56rpx 0;
  133. }
  134. .del-btn{
  135. display: flex;
  136. flex-direction: row;
  137. justify-content: space-between;
  138. margin: 0 32rpx 48rpx;
  139. }
  140. .del-btn>text:nth-child(1){
  141. width: 245rpx;
  142. height: 77rpx;
  143. border-radius: 48rpx;
  144. border: 3rpx solid #FF5700;
  145. font-size: 34rpx;
  146. font-family: PingFangSC-Medium, PingFang SC;
  147. font-weight: 500;
  148. color: #FF5700;
  149. line-height: 77rpx;
  150. text-align: center;
  151. }
  152. .del-btn>text:nth-child(2){
  153. width: 248rpx;
  154. height: 80rpx;
  155. background: #FF5700;
  156. border-radius: 48rpx;
  157. font-size: 34rpx;
  158. font-family: PingFangSC-Medium, PingFang SC;
  159. font-weight: 500;
  160. color: #FFFFFF;
  161. line-height: 80rpx;
  162. text-align: center;
  163. }