address.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. page{
  2. width: 100%;
  3. height: calc(100% - 100rpx);
  4. padding-bottom: 100rpx;
  5. background: #f4f4f4;
  6. }
  7. .container{
  8. width: 100%;
  9. height: 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 .l{
  26. width: 155rpx;
  27. height: 80rpx;
  28. overflow: hidden;
  29. }
  30. .address-list .name{
  31. width: 155rpx;
  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: 33rpx;
  44. text-align: center;
  45. font-size: 20rpx;
  46. color: #ED5D18;
  47. border: 1rpx solid #ED5D18;
  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. font-size: 25rpx;
  65. overflow: hidden;
  66. color: #666;
  67. }
  68. .address-list .r{
  69. width: 52rpx;
  70. height: auto;
  71. overflow: hidden;
  72. margin-right: 16.5rpx;
  73. }
  74. .address-list .del{
  75. display: block;
  76. width: 52rpx;
  77. height: 52rpx;
  78. }
  79. .add-address{
  80. background: #ED5D18;
  81. text-align: center;
  82. width: 100%;
  83. height: 99rpx;
  84. line-height: 99rpx;
  85. position: fixed;
  86. border-radius: 0;
  87. border: none;
  88. color: #fff;
  89. font-size: 29rpx;
  90. bottom: 0;
  91. left:0;
  92. }
  93. .empty-view{
  94. height: 100%;
  95. width: 100%;
  96. display: flex;
  97. flex-direction: column;
  98. align-items: center;
  99. justify-content: center;
  100. }
  101. .empty-view .icon{
  102. height: 248rpx;
  103. width: 258rpx;
  104. margin-bottom: 10rpx;
  105. }
  106. .empty-view .text{
  107. width: auto;
  108. font-size: 28rpx;
  109. line-height: 35rpx;
  110. color: #999;
  111. }