team.wxss 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  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. .l1.data-v-42603af6 {
  27. background-color: #fff;
  28. height: 86rpx;
  29. line-height: 86rpx;
  30. font-size: 28rpx;
  31. color: #282828;
  32. border-bottom: 1rpx solid #eee;
  33. border-top-left-radius: 14rpx;
  34. border-top-right-radius: 14rpx;
  35. display: flex;
  36. justify-content: space-around;
  37. }
  38. .header-box.data-v-42603af6 {
  39. box-sizing: border-box;
  40. padding: 0 20rpx 20rpx 20rpx;
  41. width: 750rpx;
  42. z-index: 3;
  43. position: relative;
  44. background: var(--768616fe) no-repeat, linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
  45. background-size: 750rpx 100%;
  46. }
  47. .header-box .team-data-box .data-card.data-v-42603af6 {
  48. width: 305rpx;
  49. background: #ffffff;
  50. border-radius: 20rpx;
  51. padding: 20rpx;
  52. }
  53. .header-box .team-data-box .data-card .item-title.data-v-42603af6 {
  54. font-size: 22rpx;
  55. font-weight: 500;
  56. color: #999999;
  57. line-height: 30rpx;
  58. margin-bottom: 10rpx;
  59. }
  60. .header-box .team-data-box .data-card .total-item.data-v-42603af6 {
  61. margin-bottom: 30rpx;
  62. }
  63. .header-box .team-data-box .data-card .total-num.data-v-42603af6 {
  64. font-size: 38rpx;
  65. font-weight: 500;
  66. color: #333333;
  67. font-family: OPPOSANS;
  68. }
  69. .header-box .team-data-box .data-card .category-num.data-v-42603af6 {
  70. font-size: 26rpx;
  71. font-weight: 500;
  72. color: #333333;
  73. font-family: OPPOSANS;
  74. }
  75. .list-box.data-v-42603af6 {
  76. z-index: 3;
  77. position: relative;
  78. }
  79. .chat-custom-right .time-text.data-v-42603af6 {
  80. font-size: 22rpx;
  81. font-weight: 400;
  82. color: #999999;
  83. }
  84. .chat-custom-right .tag-box.data-v-42603af6 {
  85. background: rgba(0, 0, 0, 0.2);
  86. border-radius: 21rpx;
  87. line-height: 30rpx;
  88. padding: 5rpx 10rpx;
  89. width: 140rpx;
  90. }
  91. .chat-custom-right .tag-box .tag-img.data-v-42603af6 {
  92. width: 34rpx;
  93. height: 34rpx;
  94. margin-right: 6rpx;
  95. border-radius: 50%;
  96. }
  97. .chat-custom-right .tag-box .tag-title.data-v-42603af6 {
  98. font-size: 18rpx;
  99. font-weight: 500;
  100. color: white;
  101. line-height: 20rpx;
  102. }
  103. .referrer-box.data-v-42603af6 {
  104. font-size: 28rpx;
  105. font-weight: 500;
  106. color: #ffffff;
  107. padding: 20rpx;
  108. }
  109. .referrer-box .referrer-avatar.data-v-42603af6 {
  110. width: 34rpx;
  111. height: 34rpx;
  112. border-radius: 50%;
  113. }
  114. .promoter-list .nav.data-v-42603af6 {
  115. background-color: #fff;
  116. height: 86rpx;
  117. line-height: 86rpx;
  118. font-size: 28rpx;
  119. color: #282828;
  120. border-bottom: 1rpx solid #eee;
  121. border-top-left-radius: 14rpx;
  122. border-top-right-radius: 14rpx;
  123. margin-top: -30rpx;
  124. }
  125. .promoter-list .nav .item.on.data-v-42603af6 {
  126. border-bottom: 5rpx solid;
  127. color: red;
  128. }
  129. .promoter-list .search.data-v-42603af6 {
  130. width: 100%;
  131. background-color: #fff;
  132. height: 100rpx;
  133. padding: 0 24rpx;
  134. box-sizing: border-box;
  135. border-bottom-left-radius: 14rpx;
  136. border-bottom-right-radius: 14rpx;
  137. }
  138. .promoter-list .search .input.data-v-42603af6 {
  139. width: 592rpx;
  140. height: 60rpx;
  141. border-radius: 50rpx;
  142. background-color: #f5f5f5;
  143. text-align: center;
  144. position: relative;
  145. }
  146. .promoter-list .search .input input.data-v-42603af6 {
  147. height: 100%;
  148. font-size: 26rpx;
  149. width: 610rpx;
  150. text-align: center;
  151. }
  152. .promoter-list .search .input .placeholder.data-v-42603af6 {
  153. color: #bbb;
  154. }
  155. .promoter-list .search .input .iconfont.data-v-42603af6 {
  156. position: absolute;
  157. right: 28rpx;
  158. color: #999;
  159. font-size: 28rpx;
  160. top: 50%;
  161. transform: translateY(-50%);
  162. }
  163. .promoter-list .search .iconfont.data-v-42603af6 {
  164. font-size: 32rpx;
  165. color: #515151;
  166. height: 60rpx;
  167. line-height: 60rpx;
  168. }
  169. .promoter-list .list.data-v-42603af6 {
  170. margin-top: 20rpx;
  171. }
  172. .promoter-list .list .sortNav.data-v-42603af6 {
  173. background-color: #fff;
  174. height: 76rpx;
  175. border-bottom: 1rpx solid #eee;
  176. color: #333;
  177. font-size: 28rpx;
  178. border-top-left-radius: 14rpx;
  179. border-top-right-radius: 14rpx;
  180. }
  181. .promoter-list .list .sortNav .sortItem.data-v-42603af6 {
  182. text-align: center;
  183. flex: 1;
  184. }
  185. .promoter-list .list .sortNav .sortItem image.data-v-42603af6 {
  186. width: 24rpx;
  187. height: 24rpx;
  188. margin-left: 6rpx;
  189. vertical-align: -3rpx;
  190. }
  191. .promoter-list .list .item.data-v-42603af6 {
  192. background-color: #fff;
  193. border-bottom: 1rpx solid #eee;
  194. height: 152rpx;
  195. padding: 0 24rpx;
  196. font-size: 24rpx;
  197. color: #666;
  198. }
  199. .promoter-list .list .item .picTxt .pictrue.data-v-42603af6 {
  200. width: 106rpx;
  201. height: 106rpx;
  202. border-radius: 50%;
  203. }
  204. .promoter-list .list .item .picTxt .pictrue image.data-v-42603af6 {
  205. width: 100%;
  206. height: 100%;
  207. border-radius: 50%;
  208. border: 3rpx solid #fff;
  209. box-shadow: 0 0 10rpx #aaa;
  210. box-sizing: border-box;
  211. }
  212. .promoter-list .list .item .picTxt .text.data-v-42603af6 {
  213. font-size: 24rpx;
  214. color: #666;
  215. margin-left: 14rpx;
  216. }
  217. .promoter-list .list .item .picTxt .text .name.data-v-42603af6 {
  218. font-size: 28rpx;
  219. color: #333;
  220. margin-bottom: 13rpx;
  221. }
  222. .promoter-list .list .item .right.data-v-42603af6 {
  223. text-align: right;
  224. font-size: 22rpx;
  225. color: #333;
  226. }
  227. .promoter-list .list .item .right .num.data-v-42603af6 {
  228. margin-right: 7rpx;
  229. }