address.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. padding-bottom: 120rpx;
  13. padding-top: 20rpx;
  14. background-color: #f8f8f8;
  15. }
  16. .content {
  17. position: relative;
  18. }
  19. .list {
  20. align-items: center;
  21. padding: 20rpx 30rpx;
  22. background: #fff;
  23. margin: 20rpx;
  24. margin-top: 0;
  25. }
  26. .list .buttom {
  27. display: flex;
  28. align-items: center;
  29. justify-content: space-between;
  30. padding-top: 10rpx;
  31. }
  32. .list .buttom .checkbox {
  33. font-size: 44rpx;
  34. line-height: 1;
  35. padding: 4rpx;
  36. color: #c0c4cc;
  37. background: #fff;
  38. border-radius: 50px;
  39. }
  40. .list .buttom .checkbox.checked {
  41. color: #f65067;
  42. }
  43. .list .buttom .default-buttom {
  44. display: flex;
  45. align-items: center;
  46. }
  47. .list .buttom .operation {
  48. display: flex;
  49. align-items: center;
  50. }
  51. .list .buttom .operation .blank {
  52. width: 30rpx;
  53. }
  54. .list .buttom .text {
  55. padding-left: 10rpx;
  56. font-size: 24rpx;
  57. color: #666666;
  58. }
  59. .wrapper {
  60. display: flex;
  61. flex-direction: column;
  62. flex: 1;
  63. border-bottom: 1px solid #f0f0f0;
  64. padding-bottom: 20rpx;
  65. }
  66. .address-box {
  67. display: flex;
  68. align-items: center;
  69. justify-content: space-between;
  70. }
  71. .address-box .address {
  72. font-size: 30rpx;
  73. color: #303133;
  74. }
  75. .address-box .mobile {
  76. font-size: 28rpx;
  77. color: #333333;
  78. }
  79. .u-box {
  80. font-size: 28rpx;
  81. color: #909399;
  82. margin-top: 16rpx;
  83. }
  84. .u-box .name {
  85. margin-right: 30rpx;
  86. }
  87. .icon-bianji {
  88. display: flex;
  89. align-items: center;
  90. height: 80rpx;
  91. font-size: 40rpx;
  92. color: #909399;
  93. padding-left: 30rpx;
  94. }
  95. .add-btn {
  96. position: fixed;
  97. left: 30rpx;
  98. right: 30rpx;
  99. bottom: 16rpx;
  100. z-index: 95;
  101. display: flex;
  102. align-items: center;
  103. justify-content: center;
  104. width: 690rpx;
  105. height: 80rpx;
  106. font-size: 32rpx;
  107. color: #fff;
  108. background-color: #f65067;
  109. border-radius: 10rpx;
  110. }