index.less 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. /* pages/address/index.wxss */
  2. .container {
  3. height: 100vh;
  4. display: flex;
  5. flex-direction: column;
  6. background: #F5F6F7;
  7. --popup-round-border-radius: 20rpx !important;
  8. }
  9. .record-list {
  10. flex: 1;
  11. overflow-y: scroll;
  12. box-sizing: border-box;
  13. }
  14. .address-list {
  15. padding: 24rpx 26rpx;
  16. }
  17. .address-item {
  18. padding: 28rpx 24rpx 16rpx;
  19. background: #fff;
  20. border-radius: 20rpx;
  21. border: 2rpx solid #fff;
  22. margin-bottom: 22rpx;
  23. &:last-child {
  24. margin-bottom: 0;
  25. }
  26. // &.active {
  27. // border: 2rpx solid rgba(254, 36, 81, 0.7);
  28. // background: #FFF4F6;
  29. // }
  30. .item-title {
  31. font-size: 26rpx;
  32. color: rgba(0, 0, 0, 0.5);
  33. line-height: 36rpx;
  34. }
  35. .detailAddress {
  36. padding-top: 16rpx;
  37. font-size: 28rpx;
  38. color: #131415;
  39. line-height: 40rpx;
  40. word-break: break-all;
  41. }
  42. .item-users {
  43. display: flex;
  44. align-items: center;
  45. // justify-content: space-between;
  46. .iconChecked {
  47. width: 32rpx;
  48. height: 32rpx;
  49. margin-right: 8rpx;
  50. flex-shrink: 0;
  51. }
  52. .item-user {
  53. font-size: 28rpx;
  54. color: #333;
  55. line-height: 36rpx;
  56. font-weight: bold;
  57. display: flex;
  58. align-items: center;
  59. .username {
  60. max-width: 200rpx;
  61. white-space: nowrap;
  62. overflow: hidden;
  63. display: block;
  64. text-overflow: ellipsis;
  65. }
  66. text {
  67. padding-right: 12rpx;
  68. &:last-child {
  69. font-weight: 400;
  70. color: #777777;
  71. }
  72. }
  73. }
  74. }
  75. .item-btn-group {
  76. display: flex;
  77. flex: 1;
  78. justify-content: flex-end;
  79. margin-top: 24rpx;
  80. // border-top: 2rpx solid rgba(0, 0, 0, 0.06);
  81. .btn {
  82. width: 104rpx;
  83. padding: 0 !important;
  84. margin: 0 0 0 24rpx !important;
  85. line-height: 46rpx;
  86. border-radius: 46rpx;
  87. font-weight: 400;
  88. font-size: 24rpx;
  89. color: #333333;
  90. background-color: transparent;
  91. border-radius: 12rpx;
  92. border: 2rpx solid #DCDCDC;
  93. }
  94. }
  95. }
  96. .dialog-section {
  97. width: 532rpx;
  98. // background: linear-gradient(180deg, #FFDEE7 0%, #FFFFFF 19%, #FFFFFF 100%);
  99. // border-radius: 20rpx;
  100. box-sizing: border-box;
  101. // .dialog-title {
  102. // text-align: center;
  103. // font-weight: 600;
  104. // font-size: 36rpx;
  105. // color: #000000;
  106. // line-height: 50rpx;
  107. // }
  108. .dialog-content {
  109. padding: 48rpx 0;
  110. font-size: 32rpx;
  111. color: #131415;
  112. font-weight: 600;
  113. line-height: 44rpx;
  114. text-align: center;
  115. }
  116. .dialog-btn-group {
  117. display: flex;
  118. align-items: center;
  119. border-top: 2rpx solid #F2F2F2;
  120. .btn {
  121. flex: 1;
  122. text-align: center;
  123. line-height: 80rpx;
  124. font-size: 28rpx;
  125. color: #777777;
  126. }
  127. .del-btn {
  128. border-left: 2rpx solid #F2F2F2;
  129. color: #FE4600;
  130. }
  131. }
  132. }
  133. .empty-box {
  134. position: absolute;
  135. left: 50%;
  136. top: 50%;
  137. transform: translate(-50%, -80%);
  138. font-size: 32rpx;
  139. font-family: PingFangSC-Regular, PingFang SC;
  140. font-weight: 400;
  141. color: #999999;
  142. image {
  143. width: 384rpx;
  144. height: 198rpx;
  145. }
  146. .empty-text {
  147. font-size: 28rpx;
  148. color: #777777;
  149. line-height: 40rpx;
  150. text-align: center;
  151. padding-top: 24rpx;
  152. }
  153. }
  154. .pop-btn-list {
  155. padding: 12rpx 32rpx 50rpx;
  156. box-shadow: inset 0rpx 2rpx 0rpx 0rpx #F0F0F0;
  157. background-color: #fff;
  158. .submit-btn {
  159. width: 100% !important;
  160. margin: 0 !important;
  161. padding: 0 !important;
  162. background: linear-gradient(90deg, #544F4A 0%, #302F2B 100%);
  163. box-shadow: 0rpx 14rpx 14rpx 0rpx rgba(0, 0, 0, 0.18);
  164. border-radius: 30rpx;
  165. border: 8rpx solid #FFFFFF;
  166. color: #FEFFCA;
  167. font-size: 36rpx;
  168. font-weight: 600;
  169. line-height: 94rpx;
  170. }
  171. }