tabulation.vue 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  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/jump/details'
  59. })
  60. },
  61. }
  62. }
  63. </script>
  64. <style lang="scss">
  65. .all {
  66. width: 750rpx;
  67. min-height: 100vh;
  68. background-color: $page-color-base;
  69. }
  70. .row {
  71. display: flex;
  72. justify-content: space-between;
  73. }
  74. .rowT {
  75. display: flex;
  76. justify-content: space-between;
  77. margin-top: 20rpx;
  78. }
  79. .row1 {
  80. width: 325rpx;
  81. height: 168rpx;
  82. background: #191A1F;
  83. border-radius: 10rpx;
  84. margin-left: 36rpx;
  85. }
  86. .wenben {
  87. height: 27rpx;
  88. font-size: 28rpx;
  89. font-weight: 500;
  90. color: #FFFFFF;
  91. margin-left: 107rpx;
  92. margin-top: 22rpx;
  93. }
  94. .shu {
  95. width: 52rpx;
  96. height: 35rpx;
  97. font-size: 46rpx;
  98. font-weight: bold;
  99. color: #FEB041;
  100. margin-left: 136rpx;
  101. margin-top: 43rpx;
  102. }
  103. .row2 {
  104. width: 325rpx;
  105. height: 168rpx;
  106. background: #191A1F;
  107. border-radius: 10rpx;
  108. margin-right: 36rpx;
  109. }
  110. .list {
  111. width: 684rpx;
  112. height: 262rpx;
  113. background: #191A1F;
  114. border-radius: 16rpx;
  115. margin-left: 36rpx;
  116. margin-top: 25rpx;
  117. }
  118. .top {
  119. display: flex;
  120. justify-content: start;
  121. }
  122. .nc {
  123. height: 31rpx;
  124. font-size: 32rpx;
  125. font-weight: bold;
  126. color: #FFFFFF;
  127. margin-left: 35rpx;
  128. padding-top: 40rpx;
  129. }
  130. .img {
  131. width: 100rpx;
  132. height: 32rpx;
  133. margin-left: 20rpx;
  134. margin-top: 46rpx;
  135. object-fit: cover;
  136. }
  137. .center {
  138. display: flex;
  139. justify-content: start;
  140. }
  141. .sj {
  142. margin-left: 34rpx;
  143. margin-top: 25rpx;
  144. height: 22rpx;
  145. float: length($list: 231rpx);
  146. font-size: 28rpx;
  147. font-weight: 500;
  148. color: #999999;
  149. }
  150. .xq {
  151. margin-top: 25rpx;
  152. margin-left: 290rpx;
  153. height: 26rpx;
  154. font-size: 28rpx;
  155. font-family: PingFang SC;
  156. font-weight: 500;
  157. color: #999999;
  158. float: length($list: 54rpx);
  159. }
  160. .ima {
  161. width: 13rpx;
  162. height: 19rpx;
  163. margin-top: 35rpx;
  164. margin-left: 20rpx;
  165. }
  166. .xian {
  167. width: 618rpx;
  168. height: 1rpx;
  169. background: #DDE1EB;
  170. opacity: 0.2;
  171. margin-left: 20rpx;
  172. margin-top: 30rpx;
  173. }
  174. .last {
  175. display: flex;
  176. justify-content: start;
  177. }
  178. .left {
  179. font-size: 28rpx;
  180. font-family: PingFang SC;
  181. font-weight: 500;
  182. color: #999999;
  183. margin-left: 36rpx;
  184. margin-top: 30rpx;
  185. }
  186. .leftT {
  187. font-size: 28rpx;
  188. font-weight: 500;
  189. color: #b98134;
  190. margin-top: 30rpx;
  191. }
  192. .right {
  193. font-size: 28rpx;
  194. font-weight: 500;
  195. color: #999999;
  196. margin-left: 200rpx;
  197. margin-top: 30rpx;
  198. }
  199. .rightT {
  200. font-size: 28rpx;
  201. font-weight: 500;
  202. color: #ffffff;
  203. margin-top: 30rpx;
  204. }
  205. </style>