tabulation.vue 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. <template>
  2. <view class="all">
  3. <view class="row">
  4. <view class="row1">
  5. <view class="shu">30</view>
  6. <view class="wenben">直推人數</view>
  7. </view>
  8. <view class="row2">
  9. <view class="shu">30</view>
  10. <view class="wenben">團隊人數</view>
  11. </view>
  12. </view>
  13. <view class="rowT">
  14. <view class="row1">
  15. <view class="shu">30</view>
  16. <view class="wenben">賬戶總數</view>
  17. </view>
  18. <view class="row2">
  19. <view class="shu">30</view>
  20. <view class="wenben">有效賬戶</view>
  21. </view>
  22. </view>
  23. <view class="list" v-for="item in 12" :key="item">
  24. <view class="top">
  25. <view class="nc">123****032@qq.com</view>
  26. <view class="">
  27. <image class="img" src="../../static/shouye/huiyuan.png" mode=""></image>
  28. </view>
  29. </view>
  30. <view class="center">
  31. <view class="sj">2023.05.05 15:00</view>
  32. <view class="xq">詳情</view>
  33. <view class="">
  34. <image class="ima" src="../../static/icon/jt.png" mode=""></image>
  35. </view>
  36. </view>
  37. <view class="xian"></view>
  38. <view class="last">
  39. <view class="left">互娛金額:</view>
  40. <view class="leftT">5000U</view>
  41. <view class="right">推廣數:</view>
  42. <view class="rightT">50</view>
  43. </view>
  44. </view>
  45. </view>
  46. </template>
  47. <script>
  48. export default {
  49. data() {
  50. return {
  51. };
  52. }
  53. }
  54. </script>
  55. <style lang="scss">
  56. .all {
  57. width: 750rpx;
  58. // height: 100%;
  59. min-height: 100vh;
  60. background-color: #000000;
  61. }
  62. .row {
  63. display: flex;
  64. justify-content: space-between;
  65. }
  66. .rowT {
  67. display: flex;
  68. justify-content: space-between;
  69. margin-top: 20rpx;
  70. }
  71. .row1 {
  72. width: 325rpx;
  73. height: 168rpx;
  74. background: #191A1F;
  75. border-radius: 10rpx;
  76. margin-left: 36rpx;
  77. }
  78. .wenben {
  79. height: 27rpx;
  80. font-size: 28rpx;
  81. font-family: PingFang SC;
  82. font-weight: 500;
  83. color: #FFFFFF;
  84. margin-left: 107rpx;
  85. margin-top: 22rpx;
  86. }
  87. .shu {
  88. width: 52rpx;
  89. height: 35rpx;
  90. font-size: 46rpx;
  91. font-family: PingFang SC;
  92. font-weight: bold;
  93. color: #FEB041;
  94. margin-left: 136rpx;
  95. margin-top: 43rpx;
  96. }
  97. .row2 {
  98. width: 325rpx;
  99. height: 168rpx;
  100. background: #191A1F;
  101. border-radius: 10rpx;
  102. margin-right: 36rpx;
  103. }
  104. .list {
  105. width: 684rpx;
  106. height: 262rpx;
  107. background: #191A1F;
  108. border-radius: 16rpx;
  109. margin-left: 36rpx;
  110. margin-top: 25rpx;
  111. }
  112. .top {
  113. display: flex;
  114. justify-content: start;
  115. }
  116. .nc {
  117. height: 31rpx;
  118. font-size: 32rpx;
  119. font-family: PingFang SC;
  120. font-weight: bold;
  121. color: #FFFFFF;
  122. margin-left: 35rpx;
  123. padding-top: 40rpx;
  124. }
  125. .img {
  126. width: 100rpx;
  127. height: 32rpx;
  128. margin-left: 20rpx;
  129. margin-top: 46rpx;
  130. object-fit: cover;
  131. }
  132. .center {
  133. display: flex;
  134. justify-content: start;
  135. }
  136. .sj {
  137. margin-left: 34rpx;
  138. margin-top: 25rpx;
  139. height: 22rpx;
  140. float: length($list: 231rpx);
  141. font-size: 28rpx;
  142. font-family: PingFang SC;
  143. font-weight: 500;
  144. color: #999999;
  145. }
  146. .xq {
  147. margin-top: 25rpx;
  148. margin-left: 290rpx;
  149. height: 26rpx;
  150. font-size: 28rpx;
  151. font-family: PingFang SC;
  152. font-weight: 500;
  153. color: #999999;
  154. float: length($list: 54rpx);
  155. }
  156. .ima {
  157. width: 13rpx;
  158. height: 19rpx;
  159. // background: #FFFFFF;
  160. margin-top: 35rpx;
  161. margin-left: 20rpx;
  162. }
  163. .xian {
  164. width: 618rpx;
  165. height: 1rpx;
  166. background: #DDE1EB;
  167. opacity: 0.2;
  168. margin-left: 20rpx;
  169. margin-top: 30rpx;
  170. }
  171. .last {
  172. display: flex;
  173. //
  174. justify-content: start;
  175. }
  176. .left {
  177. font-size: 28rpx;
  178. font-family: PingFang SC;
  179. font-weight: 500;
  180. color: #999999;
  181. margin-left: 36rpx;
  182. margin-top: 30rpx;
  183. }
  184. .leftT {
  185. font-size: 28rpx;
  186. font-family: PingFang SC;
  187. font-weight: 500;
  188. color: #b98134;
  189. // margin-left: 10rpx;
  190. margin-top: 30rpx;
  191. }
  192. .right {
  193. font-size: 28rpx;
  194. font-family: PingFang SC;
  195. font-weight: 500;
  196. color: #999999;
  197. margin-left: 220rpx;
  198. margin-top: 30rpx;
  199. }
  200. .rightT {
  201. font-size: 28rpx;
  202. font-family: PingFang SC;
  203. font-weight: 500;
  204. color: #ffffff;
  205. margin-top: 30rpx;
  206. }
  207. </style>