1
0

address.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. page{
  2. height: 100%;
  3. width: 100%;
  4. background: #f4f4f4;
  5. }
  6. .container{
  7. height: 100%;
  8. width: 100%;
  9. }
  10. .address-list{
  11. padding-left: 31.25rpx;
  12. background: #fff url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr3eKACUKUAAAAt6hBk9U355.png) 0 0 repeat-x;
  13. background-size: auto 10.5rpx;
  14. margin-bottom: 90rpx;
  15. }
  16. .address-list .item{
  17. height: 156.55rpx;
  18. align-items: center;
  19. display: flex;
  20. border-bottom: 1rpx solid #DCD9D9;
  21. }
  22. .address-list .item:last-child{
  23. border-bottom: none;
  24. }
  25. .address-list .l{
  26. width: 125rpx;
  27. height: 80rpx;
  28. overflow: hidden;
  29. }
  30. .address-list .name{
  31. width: 125rpx;
  32. height: 43rpx;
  33. font-size: 29rpx;
  34. color: #333;
  35. margin-bottom: 5.2rpx;
  36. text-overflow: ellipsis;
  37. white-space: nowrap;
  38. overflow: hidden;
  39. }
  40. .address-list .default{
  41. width: 62.5rpx;
  42. height: 33rpx;
  43. line-height: 28rpx;
  44. text-align: center;
  45. font-size: 20rpx;
  46. color: #b4282d;
  47. border: 1rpx solid #b4282d;
  48. visibility: visible;
  49. }
  50. .address-list .c{
  51. flex: 1;
  52. height: auto;
  53. overflow: hidden;
  54. }
  55. .address-list .mobile{
  56. height: 29rpx;
  57. font-size: 29rpx;
  58. line-height: 29rpx;
  59. overflow: hidden;
  60. color: #333;
  61. margin-bottom: 6.25rpx;
  62. }
  63. .address-list .address{
  64. height: 37rpx;
  65. font-size: 25rpx;
  66. line-height: 37rpx;
  67. overflow: hidden;
  68. color: #666;
  69. }
  70. .address-list .r{
  71. width:122rpx;
  72. height: auto;
  73. overflow: hidden;
  74. /* margin-right: 16.5rpx; */
  75. }
  76. .address-list .del{
  77. display: 122rpx;
  78. width: 42rpx;
  79. height: 42rpx;
  80. left:0;
  81. }
  82. .address-list .del2{
  83. display: 122rpx;
  84. width: 42rpx;
  85. height: 42rpx;
  86. left:0;
  87. margin-left: 10px;
  88. }
  89. .add-address{
  90. background: #b4282d;
  91. text-align: center;
  92. width: 100%;
  93. height: 99rpx;
  94. line-height: 99rpx;
  95. position: fixed;
  96. border-radius: 0;
  97. border: none;
  98. color: #fff;
  99. font-size: 29rpx;
  100. bottom: 105rpx;
  101. left:0;
  102. }
  103. .sync-address{
  104. background: #51C332;
  105. text-align: center;
  106. width: 100%;
  107. height: 99rpx;
  108. line-height: 99rpx;
  109. position: fixed;
  110. border-radius: 0;
  111. border: none;
  112. color: #fff;
  113. font-size: 29rpx;
  114. bottom: 0;
  115. left:0;
  116. }
  117. .empty-view{
  118. height: 100%;
  119. width: 100%;
  120. display: flex;
  121. flex-direction: column;
  122. align-items: center;
  123. justify-content: center;
  124. }
  125. .empty-view .icon{
  126. height: 248rpx;
  127. width: 258rpx;
  128. margin-bottom: 10rpx;
  129. }
  130. .empty-view .text{
  131. width: auto;
  132. font-size: 28rpx;
  133. line-height: 35rpx;
  134. color: #999;
  135. }