address.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. page {
  2. padding-bottom: 120rpx;
  3. padding-top: 20rpx;
  4. }
  5. .content {
  6. position: relative;
  7. }
  8. .list {
  9. padding: 20rpx 30rpx;
  10. background: #fff;
  11. margin: 0 20rpx 20rpx;
  12. }
  13. .list,.list .buttom {
  14. -webkit-box-align: center;
  15. align-items: center;
  16. }
  17. .list .buttom {
  18. display: flex;
  19. -webkit-box-pack: justify;
  20. justify-content: space-between;
  21. padding-top: 10rpx;
  22. }
  23. .list .buttom .checkbox {
  24. font-size: 44rpx;
  25. line-height: 1;
  26. padding: 4rpx;
  27. color: #c0c4cc;
  28. background: #fff;
  29. border-radius: 50px;
  30. }
  31. .list .buttom .checkbox.checked {
  32. color: #5dbc7c;
  33. }
  34. .list .buttom .default-buttom,.list .buttom .operation {
  35. display: flex;
  36. -webkit-box-align: center;
  37. align-items: center;
  38. }
  39. .list .buttom .operation .blank {
  40. width: 30rpx;
  41. }
  42. .list .buttom .text {
  43. padding-left: 10rpx;
  44. font-size: 24rpx;
  45. color: #666;
  46. }
  47. .wrapper {
  48. -webkit-box-orient: vertical;
  49. -webkit-box-direction: normal;
  50. flex-direction: column;
  51. -webkit-box-flex: 1;
  52. flex: 1;
  53. border-bottom: 1px solid #f0f0f0;
  54. padding-bottom: 20rpx;
  55. }
  56. .address-box,.wrapper {
  57. display: flex;
  58. }
  59. .address-box {
  60. -webkit-box-align: center;
  61. align-items: center;
  62. -webkit-box-pack: justify;
  63. justify-content: space-between;
  64. }
  65. .address-box .address {
  66. font-size: 30rpx;
  67. color: #303133;
  68. }
  69. .address-box .mobile {
  70. font-size: 28rpx;
  71. color: #333;
  72. }
  73. .u-box {
  74. font-size: 28rpx;
  75. color: #909399;
  76. margin-top: 16rpx;
  77. }
  78. .u-box .name {
  79. margin-right: 30rpx;
  80. }
  81. .icon-bianji {
  82. font-size: 40rpx;
  83. color: #909399;
  84. padding-left: 30rpx;
  85. }
  86. .add-btn,.icon-bianji {
  87. display: flex;
  88. -webkit-box-align: center;
  89. align-items: center;
  90. height: 80rpx;
  91. }
  92. .add-btn {
  93. position: fixed;
  94. left: 30rpx;
  95. right: 30rpx;
  96. bottom: 16rpx;
  97. z-index: 95;
  98. -webkit-box-pack: center;
  99. justify-content: center;
  100. width: 690rpx;
  101. }
  102. .add-btn,.btn {
  103. font-size: 32rpx;
  104. color: #fff;
  105. background-color: #5dbc7c;
  106. border-radius: 10rpx;
  107. }
  108. .btn {
  109. width: 40%;
  110. height: 80rpx;
  111. }