teamDetails.vue 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. <template>
  2. <view class="center">
  3. <view class="box">
  4. <view class="title">
  5. <view class="log"><image src="" mode=""></image></view>
  6. <view class="name">FilsCoin矿机拼购</view>
  7. <view class="lun">36轮</view>
  8. <view class="more">已开奖</view>
  9. </view>
  10. <view class="main">
  11. <view class="main-info rule">每轮限购1组,每组限购1份</view>
  12. <view class="main-info time">
  13. 开奖时间:
  14. <text>2021-07-21 08:00:00</text>
  15. </view>
  16. <view class="main-info new">该轮预约1份,拼中1份,退回0份</view>
  17. </view>
  18. </view>
  19. <view class="box">
  20. <view class="allTitle">
  21. <view class="title-left">第1组 预约份数/总份数:11/11</view>
  22. <view class="title-right">未中奖</view>
  23. </view>
  24. <view class="yu-main">
  25. <view class="img"><image src="" mode=""></image></view>
  26. <view class="yu-info">
  27. <view class="info">
  28. <view class="yu-font">回退本金</view>
  29. <view class="yu-num">100USDT</view>
  30. </view>
  31. <view class="info">
  32. <view class="yu-font">收益</view>
  33. <view class="yu-num">3USDT</view>
  34. </view>
  35. <view class="info">
  36. <view class="yu-font">唯一凭证</view>
  37. <view class="yu-num">LALA122002552000</view>
  38. </view>
  39. </view>
  40. </view>
  41. <view class="boom">
  42. <view class="boom-font">当前组爆快</view>
  43. <view class="boom-num">
  44. LALA122002552000
  45. <br />
  46. LALA122002552000
  47. </view>
  48. </view>
  49. </view>
  50. </view>
  51. </template>
  52. <script>
  53. export default {
  54. data() {
  55. return {
  56. data: ''
  57. };
  58. }
  59. };
  60. </script>
  61. <style lang="scss">
  62. .center,
  63. page {
  64. height: 100%;
  65. background: #f7fbfe;
  66. }
  67. .box {
  68. margin: 30rpx auto 0;
  69. width: 690rpx;
  70. background: #ffffff;
  71. box-shadow: 0px 0px 17rpx 0px rgba(0, 0, 0, 0.05);
  72. border-radius: 20rpx;
  73. padding: 26rpx 36rpx 30rpx 30rpx;
  74. .title {
  75. display: flex;
  76. justify-content: flex-start;
  77. align-items: center;
  78. .log {
  79. width: 48rpx;
  80. height: 46rpx;
  81. background: #00bcd4;
  82. image {
  83. width: 100%;
  84. height: 100%;
  85. }
  86. }
  87. .name {
  88. padding-left: 12rpx;
  89. font-size: 34rpx;
  90. font-family: PingFang SC;
  91. font-weight: bold;
  92. color: #0f253a;
  93. }
  94. .lun {
  95. padding-left: 10rpx;
  96. font-size: 26rpx;
  97. font-family: PingFang SC;
  98. font-weight: 500;
  99. color: #6d7c88;
  100. }
  101. .more {
  102. padding-left: 140rpx;
  103. font-size: 28rpx;
  104. font-family: PingFang SC;
  105. font-weight: bold;
  106. color: #44969d;
  107. }
  108. }
  109. .main {
  110. margin-top: 26rpx;
  111. .main-info {
  112. padding-top: 16rpx;
  113. }
  114. .rule {
  115. font-size: 26rpx;
  116. font-family: PingFang SC;
  117. font-weight: 500;
  118. color: #0f253a;
  119. }
  120. .time {
  121. font-size: 26rpx;
  122. font-family: PingFang SC;
  123. font-weight: 500;
  124. color: #6d7c88;
  125. text {
  126. color: #0f253a;
  127. }
  128. }
  129. .new {
  130. font-size: 24rpx;
  131. font-family: PingFang SC;
  132. font-weight: 500;
  133. color: #ff4c4c;
  134. }
  135. }
  136. }
  137. .allTitle {
  138. display: flex;
  139. justify-content: space-between;
  140. align-items: center;
  141. .title-left {
  142. font-size: 34rpx;
  143. font-family: PingFang SC;
  144. font-weight: bold;
  145. color: #0f253a;
  146. }
  147. .title-right {
  148. font-size: 26rpx;
  149. font-family: PingFang SC;
  150. font-weight: 500;
  151. color: #6d7c88;
  152. }
  153. }
  154. .yu-main {
  155. margin-top: 40rpx;
  156. display: flex;
  157. justify-content: flex-start;
  158. align-items: center;
  159. .img {
  160. width: 180rpx;
  161. height: 155rpx;
  162. flex-shrink: 0;
  163. image {
  164. width: 100%;
  165. height: 100%;
  166. }
  167. }
  168. .yu-info {
  169. padding-top: 14rpx;
  170. margin-left: 20rpx;
  171. width: 100%;
  172. .info {
  173. display: flex;
  174. justify-content: space-between;
  175. .yu-font {
  176. font-size: 26rpx;
  177. font-family: PingFang SC;
  178. font-weight: 500;
  179. color: #6d7c88;
  180. }
  181. .yu-num {
  182. font-size: 26rpx;
  183. font-family: PingFang SC;
  184. font-weight: bold;
  185. color: #0f253a;
  186. }
  187. }
  188. }
  189. }
  190. .boom {
  191. padding-left: 14rpx;
  192. margin-top: 28rpx;
  193. display: flex;
  194. justify-content: space-between;
  195. .boom-font {
  196. font-size: 26rpx;
  197. font-family: PingFang SC;
  198. font-weight: 500;
  199. color: #6d7c88;
  200. }
  201. .boom-num {
  202. font-size: 26rpx;
  203. font-family: PingFang SC;
  204. font-weight: bold;
  205. color: #0f253a;
  206. }
  207. }
  208. </style>