address.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  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. align-items: center;
  43. display: flex;
  44. border-bottom: 1rpx solid #dcd9d9;
  45. }
  46. .address-list .l {
  47. width: 50rpx;
  48. height: 80rpx;
  49. overflow: hidden;
  50. }
  51. .address-list .l image{
  52. width: 40rpx;
  53. height: 50rpx;
  54. }
  55. .address-list .name {
  56. width: 125rpx;
  57. height: 43rpx;
  58. font-size: 29rpx;
  59. color: #333;
  60. margin-bottom: 5.2rpx;
  61. text-overflow: ellipsis;
  62. white-space: nowrap;
  63. overflow: hidden;
  64. }
  65. .address-list .default {
  66. float: right;
  67. margin-right: 40rpx;
  68. border: 1px solid #09AFFF;
  69. color: #09AFFF;
  70. border-radius: 20rpx;
  71. line-height: 20px;
  72. width: 100rpx;
  73. height: 40rpx;
  74. text-align: center;
  75. font-size: 20rpx;
  76. visibility: visible;
  77. }
  78. .address-list .c {
  79. flex: 1;
  80. height: auto;
  81. overflow: hidden;
  82. }
  83. .address-list .mobile {
  84. height: 29rpx;
  85. font-size: 29rpx;
  86. line-height: 29rpx;
  87. overflow: hidden;
  88. color: #666;
  89. margin-bottom: 6.25rpx;
  90. margin-top: 10rpx;
  91. width:400rpx;
  92. float:left;
  93. }
  94. .address-list .address {
  95. /* height: 37rpx; */
  96. font-size: 30rpx;
  97. /* line-height: 37rpx; */
  98. overflow: hidden;
  99. color: black;
  100. }
  101. .address-list .r {
  102. width: 52rpx;
  103. height: auto;
  104. overflow: hidden;
  105. margin-right: 16.5rpx;
  106. }
  107. .address-list .del {
  108. display: block;
  109. width: 52rpx;
  110. height: 52rpx;
  111. }
  112. .add-address {
  113. border: none;
  114. right: 0;
  115. display: flex;
  116. justify-content: center;
  117. align-items: center;
  118. width: 90%;
  119. height: 90rpx;
  120. line-height: 98rpx;
  121. position: fixed;
  122. bottom: 25rpx;
  123. left: 0;
  124. border-radius: 0;
  125. padding: 0;
  126. margin: 0;
  127. margin-left: 5%;
  128. text-align: center;
  129. /* padding-left: -5rpx; */
  130. font-size: 25rpx;
  131. color: #f4f4f4;
  132. border-top-left-radius: 50rpx;
  133. border-bottom-left-radius: 50rpx;
  134. border-top-right-radius: 50rpx;
  135. border-bottom-right-radius: 50rpx;
  136. letter-spacing: 3rpx;
  137. background-image: linear-gradient(to right, #09AFFF 0%, #09AFFF 100%);
  138. }
  139. .empty-view {
  140. height: 100%;
  141. width: 100%;
  142. display: flex;
  143. flex-direction: column;
  144. align-items: center;
  145. justify-content: center;
  146. }
  147. .empty-view .text {
  148. width: auto;
  149. font-size: 28rpx;
  150. line-height: 35rpx;
  151. color: #999;
  152. }