shopList.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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. }
  54. .address-box,.wrapper {
  55. display: flex;
  56. }
  57. .address-box {
  58. -webkit-box-align: center;
  59. align-items: center;
  60. -webkit-box-pack: justify;
  61. justify-content: space-between;
  62. }
  63. .address-box .address {
  64. font-size: 30rpx;
  65. color: #303133;
  66. }
  67. .address-box .mobile {
  68. font-size: 28rpx;
  69. color: #333;
  70. }
  71. .u-box {
  72. font-size: 28rpx;
  73. color: #909399;
  74. margin-top: 16rpx;
  75. }
  76. .u-box .name {
  77. margin-right: 30rpx;
  78. }
  79. .icon-bianji {
  80. font-size: 40rpx;
  81. color: #909399;
  82. padding-left: 30rpx;
  83. }
  84. .add-btn,.icon-bianji {
  85. display: flex;
  86. -webkit-box-align: center;
  87. align-items: center;
  88. height: 80rpx;
  89. }
  90. .add-btn {
  91. position: fixed;
  92. left: 30rpx;
  93. right: 30rpx;
  94. bottom: 16rpx;
  95. z-index: 95;
  96. -webkit-box-pack: center;
  97. justify-content: center;
  98. width: 690rpx;
  99. font-size: 32rpx;
  100. color: #fff;
  101. background-color: #5dbc7c;
  102. border-radius: 10rpx;
  103. }