爱简收旧衣按件回收前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

178 lines
4.2 KiB

  1. /**
  2. * 这里是uni-app内置的常用样式变量
  3. *
  4. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  5. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  6. *
  7. */
  8. /**
  9. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  10. *
  11. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  12. */
  13. /* 颜色变量 */
  14. /* 行为相关颜色 */
  15. /* 文字基本颜色 */
  16. /* 背景颜色 */
  17. /* 边框颜色 */
  18. /* 尺寸变量 */
  19. /* 文字尺寸 */
  20. /* 图片尺寸 */
  21. /* Border Radius */
  22. /* 水平间距 */
  23. /* 垂直间距 */
  24. /* 透明度 */
  25. /* 文章场景相关 */
  26. .team-container.data-v-f0795b19 {
  27. min-height: 100vh;
  28. background: #f7f7f7;
  29. }
  30. .nav-bar.data-v-f0795b19 {
  31. display: flex;
  32. align-items: center;
  33. height: calc(150rpx + var(--status-bar-height));
  34. padding: 0 32rpx;
  35. padding-top: var(--status-bar-height);
  36. background: #fff;
  37. position: fixed;
  38. top: 0;
  39. left: 0;
  40. right: 0;
  41. z-index: 999;
  42. box-sizing: border-box;
  43. box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.03);
  44. }
  45. .nav-bar .back.data-v-f0795b19 {
  46. padding: 20rpx;
  47. margin-left: -20rpx;
  48. }
  49. .nav-bar .title.data-v-f0795b19 {
  50. flex: 1;
  51. text-align: center;
  52. font-size: 34rpx;
  53. font-weight: 500;
  54. color: #222;
  55. }
  56. .main-content.data-v-f0795b19 {
  57. margin-top: calc(150rpx + var(--status-bar-height));
  58. margin-bottom: 40rpx;
  59. }
  60. .team-tabs.data-v-f0795b19 {
  61. display: flex;
  62. justify-content: center;
  63. align-items: center;
  64. background: #fff;
  65. border-radius: 40rpx 40rpx 0 0;
  66. margin: 0 32rpx;
  67. padding: 0 0 0 0;
  68. box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.03);
  69. }
  70. .team-tabs .tab.data-v-f0795b19 {
  71. flex: 1;
  72. text-align: center;
  73. font-size: 30rpx;
  74. color: #b3b3b3;
  75. font-weight: 500;
  76. padding: 32rpx 0 24rpx 0;
  77. border-bottom: 4rpx solid transparent;
  78. transition: color 0.2s, border-color 0.2s;
  79. }
  80. .team-tabs .tab.active.data-v-f0795b19 {
  81. color: #ff8917;
  82. border-bottom: 4rpx solid #ff8917;
  83. font-weight: 600;
  84. }
  85. .team-summary.data-v-f0795b19 {
  86. background: #eeffe9;
  87. color: #4cbb4c;
  88. font-size: 26rpx;
  89. text-align: center;
  90. padding: 18rpx 0;
  91. margin: 0 32rpx 0 32rpx;
  92. border-radius: 0 0 20rpx 20rpx;
  93. font-family: PingFang SC;
  94. font-weight: 400;
  95. }
  96. .team-summary .highlight.data-v-f0795b19 {
  97. color: #f79400;
  98. font-weight: 600;
  99. }
  100. .team-list-card.data-v-f0795b19 {
  101. background: #fff;
  102. border-radius: 40rpx;
  103. margin: 24rpx 32rpx 32rpx 32rpx;
  104. padding: 0 0 0 0;
  105. box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.03);
  106. }
  107. .team-item.data-v-f0795b19 {
  108. display: flex;
  109. align-items: center;
  110. justify-content: flex-start;
  111. padding: 28rpx 36rpx 28rpx 36rpx;
  112. border-bottom: 2rpx solid #f3f3f3;
  113. }
  114. .team-item.data-v-f0795b19:last-child {
  115. border-bottom: none;
  116. }
  117. .avatar.data-v-f0795b19 {
  118. width: 60rpx;
  119. height: 60rpx;
  120. border-radius: 50%;
  121. margin-right: 24rpx;
  122. object-fit: cover;
  123. background: #f5f5f5;
  124. }
  125. .team-info.data-v-f0795b19 {
  126. display: flex;
  127. flex-direction: column;
  128. justify-content: center;
  129. min-width: 120rpx;
  130. }
  131. .team-name.data-v-f0795b19 {
  132. font-size: 28rpx;
  133. color: #222;
  134. font-weight: 500;
  135. }
  136. .team-join.data-v-f0795b19 {
  137. font-size: 22rpx;
  138. color: #b3b3b3;
  139. font-weight: 400;
  140. margin-top: 2rpx;
  141. }
  142. .team-order.data-v-f0795b19 {
  143. flex: 1;
  144. display: flex;
  145. flex-direction: column;
  146. align-items: center;
  147. min-width: 90rpx;
  148. margin-left: 12rpx;
  149. margin-right: 12rpx;
  150. }
  151. .team-order .order-count.data-v-f0795b19 {
  152. font-size: 26rpx;
  153. color: #222;
  154. font-weight: 500;
  155. }
  156. .team-order .order-label.data-v-f0795b19 {
  157. font-size: 22rpx;
  158. color: #b3b3b3;
  159. font-weight: 400;
  160. margin-top: 2rpx;
  161. }
  162. .team-amount.data-v-f0795b19 {
  163. min-width: 80rpx;
  164. display: flex;
  165. flex-direction: column;
  166. align-items: flex-end;
  167. margin-left: 12rpx;
  168. }
  169. .team-amount .amount.data-v-f0795b19 {
  170. font-size: 26rpx;
  171. color: #f79400;
  172. font-weight: 500;
  173. }
  174. .team-amount .amount-label.data-v-f0795b19 {
  175. font-size: 22rpx;
  176. color: #b3b3b3;
  177. font-weight: 400;
  178. margin-top: 2rpx;
  179. }