team.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  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. .score-box.data-v-f08f8293 {
  27. margin: 20rpx;
  28. border-radius: 20rpx;
  29. padding-top: 100rpx;
  30. }
  31. .avatar-box.data-v-f08f8293 {
  32. width: 100rpx;
  33. height: 100rpx;
  34. border-radius: 50%;
  35. overflow: hidden;
  36. border: 1px solid #eaeaea;
  37. }
  38. .avatar-box .avatar-img.data-v-f08f8293 {
  39. width: 100%;
  40. height: 100%;
  41. }
  42. .value-box.data-v-f08f8293 {
  43. width: 100rpx;
  44. height: 100rpx;
  45. line-height: 100rpx;
  46. text-align: center;
  47. border-radius: 50%;
  48. border: 2px solid #f6f6f6;
  49. }
  50. .btn.data-v-f08f8293 {
  51. width: 300rpx;
  52. background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
  53. border-radius: 20rpx;
  54. font-size: 30rpx;
  55. font-weight: 500;
  56. line-height: 80rpx;
  57. color: #ffffff;
  58. position: relative;
  59. z-index: 1;
  60. }
  61. .header-box.data-v-f08f8293 {
  62. width: 100%;
  63. background: linear-gradient(180deg, var(--ui-BG-Main) 0%, var(--ui-BG-Main-gradient) 100%) no-repeat;
  64. background-size: 750rpx 100%;
  65. padding: 0 0 120rpx 0;
  66. box-sizing: border-box;
  67. }
  68. .header-box .score-box.data-v-f08f8293 {
  69. height: 100%;
  70. }
  71. .header-box .score-box .all-num.data-v-f08f8293 {
  72. font-size: 50rpx;
  73. font-weight: bold;
  74. color: #fff;
  75. font-family: OPPOSANS;
  76. }
  77. .header-box .score-box .all-title.data-v-f08f8293 {
  78. font-size: 26rpx;
  79. font-weight: 500;
  80. color: #fff;
  81. }
  82. .header-box .score-box .cicon-help-o.data-v-f08f8293 {
  83. color: #fff;
  84. font-size: 28rpx;
  85. }
  86. .filter-box.data-v-f08f8293 {
  87. height: 114rpx;
  88. background-color: #f6f6f6;
  89. }
  90. .filter-box .total-box.data-v-f08f8293 {
  91. font-size: 24rpx;
  92. font-weight: 500;
  93. color: #999999;
  94. }
  95. .filter-box .date-btn.data-v-f08f8293 {
  96. background-color: #ffffff;
  97. line-height: 54rpx;
  98. border-radius: 27rpx;
  99. padding: 0 20rpx;
  100. font-size: 24rpx;
  101. font-weight: 500;
  102. color: #666666;
  103. }
  104. .filter-box .date-btn .ss-seldate-icon.data-v-f08f8293 {
  105. font-size: 50rpx;
  106. color: #999999;
  107. }
  108. .list-box.data-v-f08f8293 {
  109. width: 500rpx;
  110. height: 600rpx;
  111. padding: 0 20rpx;
  112. overflow-y: auto;
  113. }
  114. .list-box .list-item.data-v-f08f8293 {
  115. background: #fff;
  116. padding: 30rpx;
  117. }
  118. .list-box .list-item .name.data-v-f08f8293 {
  119. font-size: 30rpx;
  120. font-weight: 500;
  121. color: #666666;
  122. line-height: 30rpx;
  123. display: flex;
  124. align-items: center;
  125. justify-content: space-between;
  126. }
  127. .list-box .list-item .time.data-v-f08f8293 {
  128. font-size: 24rpx;
  129. font-weight: 500;
  130. color: #c4c4c4;
  131. line-height: 24px;
  132. }
  133. .list-box .list-item .add.data-v-f08f8293 {
  134. font-size: 30rpx;
  135. font-weight: 500;
  136. color: #e6b873;
  137. }
  138. .list-box .list-item .minus.data-v-f08f8293 {
  139. font-size: 30rpx;
  140. font-weight: 500;
  141. color: #333333;
  142. }