address.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  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. -webkit-box-align: center;
  21. -webkit-align-items: center;
  22. align-items: center;
  23. padding: 20rpx 30rpx;
  24. background: #fff;
  25. margin: 20rpx;
  26. margin-top: 0;
  27. }
  28. .list .buttom {
  29. display: -webkit-box;
  30. display: -webkit-flex;
  31. display: flex;
  32. -webkit-box-align: center;
  33. -webkit-align-items: center;
  34. align-items: center;
  35. -webkit-box-pack: justify;
  36. -webkit-justify-content: space-between;
  37. justify-content: space-between;
  38. padding-top: 10rpx;
  39. }
  40. .list .buttom .checkbox {
  41. font-size: 44rpx;
  42. line-height: 1;
  43. padding: 4rpx;
  44. color: #c0c4cc;
  45. background: #fff;
  46. border-radius: 50px;
  47. }
  48. .list .buttom .checkbox.checked {
  49. color: #5dbc7c;
  50. }
  51. .list .buttom .default-buttom {
  52. display: -webkit-box;
  53. display: -webkit-flex;
  54. display: flex;
  55. -webkit-box-align: center;
  56. -webkit-align-items: center;
  57. align-items: center;
  58. }
  59. .list .buttom .operation {
  60. display: -webkit-box;
  61. display: -webkit-flex;
  62. display: flex;
  63. -webkit-box-align: center;
  64. -webkit-align-items: center;
  65. align-items: center;
  66. }
  67. .list .buttom .operation .blank {
  68. width: 30rpx;
  69. }
  70. .list .buttom .text {
  71. padding-left: 10rpx;
  72. font-size: 24rpx;
  73. color: #666666;
  74. }
  75. .wrapper {
  76. display: -webkit-box;
  77. display: -webkit-flex;
  78. display: flex;
  79. -webkit-box-orient: vertical;
  80. -webkit-box-direction: normal;
  81. -webkit-flex-direction: column;
  82. flex-direction: column;
  83. -webkit-box-flex: 1;
  84. -webkit-flex: 1;
  85. flex: 1;
  86. border-bottom: 1px solid #f0f0f0;
  87. padding-bottom: 20rpx;
  88. }
  89. .address-box {
  90. display: -webkit-box;
  91. display: -webkit-flex;
  92. display: flex;
  93. -webkit-box-align: center;
  94. -webkit-align-items: center;
  95. align-items: center;
  96. -webkit-box-pack: justify;
  97. -webkit-justify-content: space-between;
  98. justify-content: space-between;
  99. }
  100. .address-box .address {
  101. font-size: 30rpx;
  102. color: #303133;
  103. }
  104. .address-box .mobile {
  105. font-size: 28rpx;
  106. color: #333333;
  107. }
  108. .u-box {
  109. font-size: 28rpx;
  110. color: #909399;
  111. margin-top: 16rpx;
  112. }
  113. .u-box .name {
  114. margin-right: 30rpx;
  115. }
  116. .icon-bianji {
  117. display: -webkit-box;
  118. display: -webkit-flex;
  119. display: flex;
  120. -webkit-box-align: center;
  121. -webkit-align-items: center;
  122. align-items: center;
  123. height: 80rpx;
  124. font-size: 40rpx;
  125. color: #909399;
  126. padding-left: 30rpx;
  127. }
  128. .add-btn {
  129. position: fixed;
  130. left: 30rpx;
  131. right: 30rpx;
  132. bottom: 16rpx;
  133. z-index: 95;
  134. display: -webkit-box;
  135. display: -webkit-flex;
  136. display: flex;
  137. -webkit-box-align: center;
  138. -webkit-align-items: center;
  139. align-items: center;
  140. -webkit-box-pack: center;
  141. -webkit-justify-content: center;
  142. justify-content: center;
  143. width: 690rpx;
  144. height: 80rpx;
  145. font-size: 32rpx;
  146. color: #fff;
  147. background-color: #5dbc7c;
  148. border-radius: 10rpx;
  149. }