address.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. page {
  2. height: 100%;
  3. width: 100%;
  4. background: #f4f4f4;
  5. }
  6. .dz{
  7. width: 570rpx;
  8. float: left;
  9. /* border: 1px solid red; */
  10. overflow: hidden;
  11. color: #90A4AE;
  12. background: #B8E3F9;
  13. text-indent: 20rpx;
  14. }
  15. .sx{
  16. float: right;
  17. width: 150rpx;
  18. text-align: right;
  19. /* border: 1px solid red; */
  20. }
  21. .xzwz{
  22. text-indent: 20rpx;
  23. color:#90A4AE;
  24. }
  25. .update{
  26. width: 35rpx;
  27. height: 35rpx;
  28. }
  29. .container {
  30. /* height: 100%; */
  31. width: 100%;
  32. padding-bottom: 160rpx;
  33. }
  34. .address-list {
  35. padding-left: 31.25rpx;
  36. background: #fff;
  37. background-size: auto 10.5rpx;
  38. /* margin-bottom: 160rpx; */
  39. }
  40. .address-list .item {
  41. /* height: 156.55rpx; */
  42. padding:20rpx 0;
  43. align-items: center;
  44. display: flex;
  45. border-bottom: 1rpx solid #dcd9d9;
  46. }
  47. .address-list .l {
  48. width: 50rpx;
  49. height: 80rpx;
  50. overflow: hidden;
  51. }
  52. .address-list .l image{
  53. width: 40rpx;
  54. height: 50rpx;
  55. }
  56. .address-list .name {
  57. width: 125rpx;
  58. height: 43rpx;
  59. font-size: 29rpx;
  60. color: #333;
  61. margin-bottom: 5.2rpx;
  62. text-overflow: ellipsis;
  63. white-space: nowrap;
  64. overflow: hidden;
  65. }
  66. .address-list .default {
  67. float: right;
  68. margin-right: 40rpx;
  69. border: 1px solid #09AFFF;
  70. color: #09AFFF;
  71. border-radius: 20rpx;
  72. line-height: 20px;
  73. width: 100rpx;
  74. height: 40rpx;
  75. text-align: center;
  76. font-size: 20rpx;
  77. visibility: visible;
  78. }
  79. .address-list .c {
  80. flex: 1;
  81. height: auto;
  82. overflow: hidden;
  83. }
  84. .address-list .mobile {
  85. height: 29rpx;
  86. font-size: 29rpx;
  87. line-height: 29rpx;
  88. overflow: hidden;
  89. color: #666;
  90. margin-bottom: 6.25rpx;
  91. margin-top: 10rpx;
  92. width:400rpx;
  93. float:left;
  94. }
  95. .address-list .address {
  96. /* height: 37rpx; */
  97. font-size: 30rpx;
  98. /* line-height: 37rpx; */
  99. overflow: hidden;
  100. color: black;
  101. }
  102. .address-list .r {
  103. width: 52rpx;
  104. height: auto;
  105. overflow: hidden;
  106. margin-right: 16.5rpx;
  107. }
  108. .address-list .del {
  109. display: block;
  110. width: 52rpx;
  111. height: 52rpx;
  112. }
  113. .add-address {
  114. border: none;
  115. right: 0;
  116. display: flex;
  117. justify-content: center;
  118. align-items: center;
  119. width: 90%;
  120. height: 90rpx;
  121. line-height: 98rpx;
  122. position: fixed;
  123. bottom: 25rpx;
  124. left: 0;
  125. border-radius: 0;
  126. padding: 0;
  127. margin: 0;
  128. margin-left: 5%;
  129. text-align: center;
  130. /* padding-left: -5rpx; */
  131. font-size: 25rpx;
  132. color: #f4f4f4;
  133. border-top-left-radius: 50rpx;
  134. border-bottom-left-radius: 50rpx;
  135. border-top-right-radius: 50rpx;
  136. border-bottom-right-radius: 50rpx;
  137. letter-spacing: 3rpx;
  138. background-image: linear-gradient(to right, #09AFFF 0%, #09AFFF 100%);
  139. }
  140. .empty-view {
  141. height: 100%;
  142. width: 100%;
  143. display: flex;
  144. flex-direction: column;
  145. align-items: center;
  146. justify-content: center;
  147. }
  148. .empty-view .text {
  149. width: auto;
  150. font-size: 28rpx;
  151. line-height: 35rpx;
  152. color: #999;
  153. }