tabulation.vue 3.7 KB

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