address.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. page{
  2. height: calc(100% - 100rpx);
  3. width: 100%;
  4. background: #f4f4f4;
  5. padding-bottom: 100rpx;
  6. }
  7. .container{
  8. height: 100%;
  9. width: 100%;
  10. }
  11. .address-list{
  12. padding-left: 31.25rpx;
  13. background: #fff url(https://4d-tjw.oss-cn-shenzhen.aliyuncs.com/wxmall/images/address-bg-bd.png) 0 0 repeat-x;
  14. background-size: auto 10.5rpx;
  15. margin-bottom: 90rpx;
  16. padding-bottom: 100rpx;
  17. }
  18. .address-list .item{
  19. min-height: 156rpx;
  20. align-items: center;
  21. display: flex;
  22. border-bottom: 1rpx solid #DCD9D9;
  23. padding: 20rpx 0;
  24. }
  25. .address-list .item:last-child{
  26. border-bottom: none;
  27. }
  28. .address-list .l{
  29. width: 155rpx;
  30. height: 80rpx;
  31. overflow: hidden;
  32. }
  33. .address-list .name{
  34. width: 155rpx;
  35. min-height: 43rpx;
  36. font-size: 29rpx;
  37. color: #333;
  38. margin-bottom: 5.2rpx;
  39. text-overflow: ellipsis;
  40. white-space: nowrap;
  41. overflow: hidden;
  42. }
  43. .address-list .default{
  44. width: 62.5rpx;
  45. height: 28rpx;
  46. line-height: 28rpx;
  47. text-align: center;
  48. font-size: 20rpx;
  49. color: #1fe4dc;
  50. border: 1rpx solid #1fe4dc;
  51. visibility: visible;
  52. }
  53. .address-list .c{
  54. flex: 1;
  55. height: auto;
  56. overflow: hidden;
  57. }
  58. .address-list .mobile{
  59. height: 29rpx;
  60. font-size: 29rpx;
  61. line-height: 29rpx;
  62. overflow: hidden;
  63. color: #333;
  64. margin-bottom: 6.25rpx;
  65. }
  66. .address-list .address{
  67. font-size: 25rpx;
  68. overflow: hidden;
  69. color: #666;
  70. }
  71. .address-list .r{
  72. width: 52rpx;
  73. height: auto;
  74. overflow: hidden;
  75. margin-right: 16.5rpx;
  76. }
  77. .address-list .del{
  78. display: block;
  79. width: 52rpx;
  80. height: 52rpx;
  81. }
  82. .add-address{
  83. background: #1fe4dc;
  84. text-align: center;
  85. width: 100%;
  86. height: 99rpx;
  87. line-height: 99rpx;
  88. position: fixed;
  89. border-radius: 0;
  90. border: none;
  91. color: #fff;
  92. font-size: 29rpx;
  93. bottom: 0;
  94. left:0;
  95. }
  96. .empty-view{
  97. height: 100%;
  98. width: 100%;
  99. display: flex;
  100. flex-direction: column;
  101. align-items: center;
  102. justify-content: center;
  103. }
  104. .empty-view .icon{
  105. height: 248rpx;
  106. width: 258rpx;
  107. margin-bottom: 10rpx;
  108. }
  109. .empty-view .text{
  110. width: auto;
  111. font-size: 28rpx;
  112. line-height: 35rpx;
  113. color: #999;
  114. }