address.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  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 .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: 52rpx;
  72. height: auto;
  73. overflow: hidden;
  74. margin-right: 16.5rpx;
  75. }
  76. .address-list .del{
  77. display: block;
  78. width: 52rpx;
  79. height: 52rpx;
  80. }
  81. .add-address{
  82. background: #b4282d;
  83. text-align: center;
  84. width: 100%;
  85. height: 99rpx;
  86. line-height: 99rpx;
  87. position: fixed;
  88. border-radius: 0;
  89. border: none;
  90. color: #fff;
  91. font-size: 29rpx;
  92. bottom: 0;
  93. left:0;
  94. }
  95. .empty-view{
  96. height: 100%;
  97. width: 100%;
  98. display: flex;
  99. flex-direction: column;
  100. align-items: center;
  101. justify-content: center;
  102. }
  103. .empty-view .icon{
  104. height: 248rpx;
  105. width: 258rpx;
  106. margin-bottom: 10rpx;
  107. }
  108. .empty-view .text{
  109. width: auto;
  110. font-size: 28rpx;
  111. line-height: 35rpx;
  112. color: #999;
  113. }