zyXingqing.vue 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  1. <template>
  2. <view class="all">
  3. <view class="shang">
  4. <view class="tz">質押投資一</view>
  5. <view class="sy">
  6. <view class="syl">{{$t('zy.m0')}}:177</view>
  7. </view>
  8. <view class="sj">
  9. <view class="sj1">
  10. <view class="sz">1</view>
  11. <view class="wz">{{$t('zy.m1')}}</view>
  12. </view>
  13. <view class="sj1">
  14. <view class="sz">232</view>
  15. <view class="wz">{{$t('zy.m3')}}</view>
  16. </view>
  17. <view class="sj1">
  18. <view class="sz">1</view>
  19. <view class="wz">{{$t('zy.m2')}}</view>
  20. </view>
  21. <view class="sj1">
  22. <view class="sz">232</view>
  23. <view class="wz">{{$t('zy.m4')}}</view>
  24. </view>
  25. </view>
  26. <image class="img" src="../../static/img/xq6.png" mode=""></image>
  27. </view>
  28. <view class="aaa"></view>
  29. <view class="sygc">
  30. <view class="gc">{{$t('zy.m5')}}</view>
  31. <view class="an">
  32. <view class="an1">
  33. <view class="xian"></view>
  34. </view>
  35. <view class="an1">
  36. <view class="xian"></view>
  37. </view>
  38. <view class="an1"></view>
  39. </view>
  40. <view class="wenben">
  41. <view class="wb">
  42. <view class="wen">{{$t('zy.m6')}}</view>
  43. <view class="wen">{{$t('zy.m7')}}</view>
  44. </view>
  45. <view class="wb">
  46. <view class="wen">{{$t('zy.m8')}}</view>
  47. <view class="wen">{{$t('zy.m9')}}</view>
  48. </view>
  49. <view class="wb">
  50. <view class="wen" style="margin-left: 70rpx;">{{$t('zy.m10')}}</view>
  51. <view class="wen">{{$t('zy.m11')}}</view>
  52. </view>
  53. </view>
  54. <view class="icon">
  55. <view class="">
  56. <image class="ic" src="../../static/img/xq1.png" mode=""></image>
  57. </view>
  58. <view class="jiaru">{{$t('zy.m12')}}</view>
  59. </view>
  60. <view class="icon">
  61. <view class="">
  62. <image class="ic" src="../../static/img/xq4.png" mode=""></image>
  63. </view>
  64. <view class="jiaru">{{$t('zy.m13')}}</view>
  65. </view>
  66. <view class="icon">
  67. <view class="">
  68. <image class="ic" src="../../static/img/xq3.png" mode=""></image>
  69. </view>
  70. <view class="jiaru">{{$t('zy.m14')}}:580*(0.10%+0.00%)*1</view>
  71. </view>
  72. <view class="icon">
  73. <view class="">
  74. <image class="ic" src="../../static/img/xq2.png" mode=""></image>
  75. </view>
  76. <view class="jiaru">{{$t('zy.m15')}}:582.2321</view>
  77. </view>
  78. </view>
  79. <view class="aaa" style="margin-top: 20rpx;"></view>
  80. <view class="jine">
  81. <view class="je">{{$t('zy.m16')}}</view>
  82. <view class="jes">20.3623U</view>
  83. </view>
  84. <view class="aaa" style="margin-top: 20rpx;"></view>
  85. <view class="yue">
  86. <view class="">
  87. <image class="qianbao" src="../../static/img/xq5.png" mode=""></image>
  88. </view>
  89. <view class="ye">{{$t('zy.m17')}}</view>
  90. <view class="dangqian">{{$t('zy.m18')}}:</view>
  91. <view class="dqs">0.00</view>
  92. </view>
  93. <view class="aaa" style="margin-top: 20rpx;"></view>
  94. <view class="liji">
  95. <view class="jr">
  96. <view class="jia">{{$t('zy.m19')}}</view>
  97. </view>
  98. </view>
  99. </view>
  100. </template>
  101. <script>
  102. export default {
  103. data() {
  104. return {
  105. };
  106. }
  107. }
  108. </script>
  109. <style lang="scss">
  110. .all {
  111. width: 750rpx;
  112. height: 100%;
  113. background-color: $page-color-base;
  114. }
  115. .shang {
  116. width: 720rpx;
  117. height: 310rpx;
  118. }
  119. .tz {
  120. height: 32rpx;
  121. font-size: 33rpx;
  122. font-family: PingFang SC;
  123. font-weight: 800;
  124. color: #FFFFFF;
  125. line-height: 43rpx;
  126. margin-left: 22rpx;
  127. padding-top: 45rpx;
  128. }
  129. .sy {
  130. width: 250rpx;
  131. height: 32rpx;
  132. background: #FEB041;
  133. border-radius: 5rpx;
  134. margin-left: 22rpx;
  135. margin-top: 60rpx;
  136. }
  137. .syl {
  138. // height: 21rpx;
  139. font-size: 21rpx;
  140. font-family: PingFang SC;
  141. font-weight: 800;
  142. color: #000000;
  143. }
  144. .sj {
  145. display: flex;
  146. justify-content: space-around;
  147. margin-top: 55rpx;
  148. }
  149. .sz {
  150. height: 31rpx;
  151. font-size: 40rpx;
  152. font-family: PingFang SC;
  153. font-weight: 800;
  154. color: #FFFFFF;
  155. line-height: 43rpx;
  156. margin-left: 15rpx;
  157. }
  158. .wz {
  159. height: 21rpx;
  160. font-size: 22rpx;
  161. font-family: PingFang SC;
  162. font-weight: 500;
  163. color: #999999;
  164. line-height: 43rpx;
  165. margin-top: 20rpx;
  166. }
  167. .img {
  168. width: 325rpx;
  169. height: 285rpx;
  170. margin-top: -235rpx;
  171. margin-left: 350rpx;
  172. }
  173. .aaa {
  174. width: 750rpx;
  175. height: 20rpx;
  176. background-color: #191a1f;
  177. }
  178. .gc {
  179. height: 27rpx;
  180. font-size: 28rpx;
  181. font-family: PingFang SC;
  182. font-weight: 800;
  183. color: #FFFFFF;
  184. line-height: 70rpx;
  185. margin-top: 15rpx;
  186. margin-left: 31rpx;
  187. }
  188. .an {
  189. display: flex;
  190. justify-content: space-around;
  191. margin-top: 56rpx;
  192. margin-left: -60rpx;
  193. }
  194. .an1 {
  195. width: 24rpx;
  196. height: 24rpx;
  197. border: 4px solid #FEB041;
  198. border-radius: 12rpx;
  199. }
  200. .xian {
  201. width: 281rpx;
  202. height: 1rpx;
  203. background: #fff;
  204. }
  205. .wenben {
  206. display: flex;
  207. justify-content: space-around;
  208. margin-top: 18rpx;
  209. }
  210. .wen {
  211. // height: 59rpx;
  212. font-size: 22rpx;
  213. font-family: PingFang SC;
  214. font-weight: 500;
  215. color: #999999;
  216. line-height: 38rpx;
  217. }
  218. .icon {
  219. width: 634rpx;
  220. height: 67rpx;
  221. background: #161616;
  222. display: flex;
  223. justify-content: start;
  224. margin-left: 58rpx;
  225. margin-top: 38rpx;
  226. }
  227. .ic {
  228. width: 38rpx;
  229. height: 36rpx;
  230. margin-left: 20rpx;
  231. margin-top: 16rpx;
  232. }
  233. .jiaru {
  234. height: 23rpx;
  235. font-size: 24rpx;
  236. font-family: PingFang SC;
  237. font-weight: 500;
  238. color: #FFFFFF;
  239. line-height: 38rpx;
  240. margin-left: 20rpx;
  241. margin-top: 16rpx;
  242. }
  243. .jine {
  244. width: 750rpx;
  245. height: 200rpx;
  246. }
  247. .je {
  248. height: 27rpx;
  249. font-size: 28rpx;
  250. font-family: PingFang SC;
  251. font-weight: 500;
  252. color: #999999;
  253. line-height: 38rpx;
  254. margin-left: 30rpx;
  255. margin-top: 40rpx;
  256. }
  257. .jes {
  258. height: 56rpx;
  259. font-size: 74rpx;
  260. font-family: PingFang SC;
  261. font-weight: 800;
  262. color: #FEB041;
  263. line-height: 38rpx;
  264. margin-left: 30rpx;
  265. margin-top: 70rpx;
  266. }
  267. .yue {
  268. width: 750rpx;
  269. height: 130rpx;
  270. display: flex;
  271. justify-content: start;
  272. }
  273. .qianbao {
  274. width: 80rpx;
  275. height: 64rpx;
  276. margin-left: 33rpx;
  277. margin-top: 38rpx;
  278. }
  279. .ye {
  280. height: 28rpx;
  281. font-size: 29rpx;
  282. font-family: PingFang SC;
  283. font-weight: 500;
  284. color: #FFFFFF;
  285. line-height: 38rpx;
  286. margin-left: 23rpx;
  287. margin-top: 48rpx;
  288. }
  289. .dangqian {
  290. height: 28rpx;
  291. font-size: 29rpx;
  292. font-family: PingFang SC;
  293. font-weight: 500;
  294. color: #FFFFFF;
  295. line-height: 38rpx;
  296. margin-left: 323rpx;
  297. margin-top: 48rpx;
  298. }
  299. .dqs {
  300. height: 28rpx;
  301. font-size: 29rpx;
  302. font-family: PingFang SC;
  303. font-weight: 500;
  304. color: #FEB041;
  305. line-height: 38rpx;
  306. margin-top: 48rpx;
  307. }
  308. .liji {
  309. width: 750rpx;
  310. height: 130rpx;
  311. }
  312. .jr {
  313. width: 690rpx;
  314. height: 90rpx;
  315. background: linear-gradient(90deg, #feb041 0%, #feb041 100%);
  316. border-radius: 10rpx;
  317. margin-left: 30rpx;
  318. margin-top: 50rpx;
  319. }
  320. .jia {
  321. height: 31rpx;
  322. font-size: 32rpx;
  323. font-family: PingFang SC;
  324. font-weight: bold;
  325. color: #040404;
  326. line-height: 55rpx;
  327. margin-left: 280rpx;
  328. padding-top: 25rpx;
  329. }
  330. </style>