locationAdd.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. /* pages/locationAdd/locationAdd.wxss */
  2. page {
  3. background: #f7f7f7;
  4. }
  5. .top-card-box {
  6. padding: 20rpx;
  7. background-color: #ffffff;
  8. border-radius: 16rpx;
  9. }
  10. .container {
  11. padding: 20rpx;
  12. }
  13. .content{
  14. padding: 0 24rpx;
  15. }
  16. .box{
  17. border-radius: 16rpx;
  18. background-color: #fff;
  19. padding: 0 24rpx;
  20. margin-bottom: 20rpx;
  21. }
  22. .shop-list{
  23. }
  24. .shop{
  25. line-height: 92rpx;
  26. }
  27. .near-shop{
  28. margin-bottom: 20rpx;
  29. padding-top: 20rpx;
  30. padding-bottom: 20rpx;
  31. }
  32. .shop-list .desc{
  33. font-size: 24rpx;
  34. color: #AAAAAA;
  35. }
  36. .current-location {
  37. font-family: PingFang SC, PingFang SC;
  38. font-weight: normal;
  39. font-size: 24rpx;
  40. color: #AAAAAA;
  41. }
  42. .location-box {
  43. display: flex;
  44. align-items: center;
  45. justify-content: space-between;
  46. margin-top: 20rpx;
  47. }
  48. .location-address {
  49. display: flex;
  50. font-family: PingFang SC, PingFang SC;
  51. font-weight: bold;
  52. font-size: 28rpx;
  53. color: #181818;
  54. }
  55. .location-address .address-text {
  56. margin-left: 10rpx;
  57. width: 440rpx;
  58. overflow: hidden;
  59. white-space: nowrap;
  60. text-overflow: ellipsis;
  61. }
  62. .reset-location {
  63. display: flex;
  64. align-items: center;
  65. font-family: PingFang SC, PingFang SC;
  66. font-weight: normal;
  67. font-size: 24rpx;
  68. color: #FF941A;
  69. }
  70. .address-card-box {
  71. margin-top: 20rpx;
  72. padding-top: 20rpx;
  73. padding-bottom: 20rpx;
  74. }
  75. .my-address {
  76. display: flex;
  77. align-items: center;
  78. justify-content: space-between;
  79. }
  80. .address-edit {
  81. font-family: PingFang SC, PingFang SC;
  82. font-weight: normal;
  83. font-size: 24rpx;
  84. color: #FF941A;
  85. }
  86. .address-title {
  87. font-family: PingFang SC, PingFang SC;
  88. font-weight: normal;
  89. font-size: 24rpx;
  90. color: #AAAAAA;
  91. }
  92. .address-list-box {
  93. display: flex;
  94. align-items: center;
  95. margin-top: 24rpx;
  96. }
  97. .address-check {
  98. width: 32rpx;
  99. height: 32rpx;
  100. border-radius: 50%;
  101. border: 2rpx solid #AAAAAA;
  102. text-align: center;
  103. line-height: 32rpx;
  104. }
  105. .address-list {
  106. margin-left: 20rpx;
  107. width: 610rpx;
  108. }
  109. .address-list>view:first-child {
  110. font-weight: bold;
  111. font-size: 28rpx;
  112. color: #181818;
  113. }
  114. .address-list>view:last-child {
  115. margin-top: 10rpx;
  116. font-weight: normal;
  117. font-size: 24rpx;
  118. color: #AAAAAA;
  119. }
  120. .add-address-btn {
  121. position: fixed;
  122. bottom: 120rpx;
  123. left: 24rpx;
  124. width: 702rpx;
  125. height: 80rpx;
  126. background: #FF941A;
  127. border-radius: 40rpx;
  128. font-weight: bold;
  129. font-size: 28rpx;
  130. color: #FFFFFF;
  131. line-height: 80rpx;
  132. text-align: center;
  133. }