address.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/icon-normal/address-bg-bd30f2bfeb.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 .l {
  23. width: 125rpx;
  24. height: 80rpx;
  25. overflow: hidden;
  26. }
  27. .address-list .name {
  28. width: 125rpx;
  29. height: 43rpx;
  30. font-size: 29rpx;
  31. margin-bottom: 5.2rpx;
  32. text-overflow: ellipsis;
  33. white-space: nowrap;
  34. overflow: hidden;
  35. }
  36. .address-list .default {
  37. width: 62.5rpx;
  38. height: 33rpx;
  39. line-height: 28rpx;
  40. text-align: center;
  41. font-size: 20rpx;
  42. color: #a78845;
  43. border: 1rpx solid #a78845;
  44. visibility: visible;
  45. }
  46. .address-list .c {
  47. flex: 1;
  48. height: auto;
  49. overflow: hidden;
  50. }
  51. .address-list .mobile {
  52. height: 29rpx;
  53. font-size: 29rpx;
  54. line-height: 29rpx;
  55. overflow: hidden;
  56. margin-bottom: 6.25rpx;
  57. }
  58. .address-list .address {
  59. height: 37rpx;
  60. font-size: 25rpx;
  61. line-height: 37rpx;
  62. overflow: hidden;
  63. }
  64. .address-list .r {
  65. width: 52rpx;
  66. height: auto;
  67. overflow: hidden;
  68. margin-right: 16.5rpx;
  69. }
  70. .address-list .del {
  71. display: block;
  72. width: 52rpx;
  73. height: 52rpx;
  74. }
  75. .add-address {
  76. background: #a78845;
  77. text-align: center;
  78. width: 100%;
  79. height: 99rpx;
  80. line-height: 99rpx;
  81. position: fixed;
  82. border-radius: 0;
  83. border: none;
  84. color: #fff;
  85. font-size: 29rpx;
  86. bottom: 0;
  87. left: 0;
  88. }
  89. .empty-view {
  90. height: 100%;
  91. width: 100%;
  92. display: flex;
  93. flex-direction: column;
  94. align-items: center;
  95. justify-content: center;
  96. }
  97. .empty-view .icon {
  98. height: 248rpx;
  99. width: 258rpx;
  100. margin-bottom: 10rpx;
  101. }
  102. .empty-view .text {
  103. width: auto;
  104. font-size: 28rpx;
  105. line-height: 35rpx;
  106. color: #999;
  107. }