address.wxss 2.6 KB

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