爱简收旧衣按件回收前端代码仓库
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.

196 lines
4.3 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. .tui-manage-container.data-v-0446c0b6 {
  27. min-height: 100vh;
  28. background: #f7f7f7;
  29. padding-bottom: 40rpx;
  30. }
  31. .navbar.data-v-0446c0b6 {
  32. position: fixed;
  33. top: 0;
  34. left: 0;
  35. width: 100vw;
  36. height: 100rpx;
  37. background: #fff;
  38. z-index: 10;
  39. display: flex;
  40. align-items: flex-end;
  41. justify-content: space-between;
  42. box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.03);
  43. padding: 0 32rpx;
  44. }
  45. .navbar .nav-left.data-v-0446c0b6 {
  46. flex: 0 0 48rpx;
  47. display: flex;
  48. align-items: center;
  49. height: 100%;
  50. }
  51. .navbar .nav-title.data-v-0446c0b6 {
  52. flex: 1;
  53. text-align: center;
  54. font-size: 36rpx;
  55. font-weight: bold;
  56. color: #222;
  57. line-height: 100rpx;
  58. }
  59. .navbar .nav-right.data-v-0446c0b6 {
  60. flex: 0 0 80rpx;
  61. display: flex;
  62. align-items: center;
  63. justify-content: flex-end;
  64. height: 100%;
  65. }
  66. .tab-bar-fixed.data-v-0446c0b6 {
  67. position: fixed;
  68. left: 0;
  69. width: 100vw;
  70. z-index: 20;
  71. background: #fff;
  72. display: flex;
  73. align-items: center;
  74. justify-content: space-around;
  75. height: 80rpx;
  76. border-bottom: 2rpx solid #f3f3f3;
  77. margin: 0;
  78. box-sizing: border-box;
  79. padding-left: 0;
  80. padding-right: 32rpx;
  81. }
  82. .tab-tabs.data-v-0446c0b6 {
  83. display: flex;
  84. flex: 1;
  85. height: 100%;
  86. }
  87. .tab-item.data-v-0446c0b6 {
  88. flex: 1;
  89. text-align: center;
  90. font-size: 32rpx;
  91. color: #222;
  92. font-weight: 500;
  93. position: relative;
  94. padding-bottom: 12rpx;
  95. display: flex;
  96. align-items: center;
  97. justify-content: center;
  98. }
  99. .tab-item.active.data-v-0446c0b6 {
  100. color: #ffb400;
  101. font-weight: bold;
  102. }
  103. .tab-item.active.data-v-0446c0b6::after {
  104. content: "";
  105. display: block;
  106. width: 48rpx;
  107. height: 6rpx;
  108. border-radius: 6rpx;
  109. background: #ffb400;
  110. position: absolute;
  111. left: 50%;
  112. transform: translateX(-50%);
  113. bottom: 0;
  114. }
  115. .tab-search.data-v-0446c0b6 {
  116. margin-left: 16rpx;
  117. }
  118. .tab-content.data-v-0446c0b6 {
  119. margin-top: 32rpx;
  120. }
  121. .tui-card.data-v-0446c0b6 {
  122. background: #fff;
  123. border-radius: 40rpx;
  124. margin: 0 32rpx 32rpx 32rpx;
  125. padding: 40rpx 36rpx 36rpx 36rpx;
  126. box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.03);
  127. }
  128. .tui-info-row.data-v-0446c0b6 {
  129. display: flex;
  130. align-items: center;
  131. margin-bottom: 18rpx;
  132. }
  133. .tui-info-row .tui-label.data-v-0446c0b6 {
  134. font-size: 30rpx;
  135. color: #b3b3b3;
  136. width: 180rpx;
  137. font-weight: 400;
  138. }
  139. .tui-info-row .tui-value.data-v-0446c0b6 {
  140. font-size: 32rpx;
  141. color: #222;
  142. font-weight: 500;
  143. }
  144. .tui-status-bar.data-v-0446c0b6 {
  145. display: flex;
  146. justify-content: flex-end;
  147. margin-top: 12rpx;
  148. }
  149. .tui-status.data-v-0446c0b6 {
  150. font-size: 28rpx;
  151. border-radius: 0 0 20rpx 0;
  152. padding: 8rpx 32rpx;
  153. font-weight: 400;
  154. }
  155. .tui-status.orange.data-v-0446c0b6 {
  156. background: #fff7e6;
  157. color: #ffb400;
  158. }
  159. .tui-status.red.data-v-0446c0b6 {
  160. background: #ffeaea;
  161. color: #ff4d4f;
  162. }
  163. .tui-status.gray.data-v-0446c0b6 {
  164. background: #f5f5f5;
  165. color: #999;
  166. }
  167. .tui-action-bar.data-v-0446c0b6 {
  168. display: flex;
  169. justify-content: center;
  170. align-items: center;
  171. margin-top: 24rpx;
  172. gap: 80rpx;
  173. }
  174. .tui-action.data-v-0446c0b6 {
  175. display: flex;
  176. flex-direction: column;
  177. align-items: center;
  178. font-size: 28rpx;
  179. color: #999;
  180. }
  181. .tui-action uni-icons.data-v-0446c0b6 {
  182. margin-bottom: 4rpx;
  183. }
  184. .search-input-wrap.data-v-0446c0b6 {
  185. display: flex;
  186. align-items: center;
  187. padding: 2rpx;
  188. border: 1rpx solid #ccc;
  189. border-radius: 10rpx;
  190. }
  191. .search-input-wrap .search-input.data-v-0446c0b6 {
  192. flex: 1;
  193. }
  194. .search-cancel.data-v-0446c0b6 {
  195. margin-left: 16rpx;
  196. color: #999;
  197. }