index.vue 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. <template>
  2. <view class="content">
  3. <view class="bg">
  4. <image src="../../static/index/bg01.png" mode=""></image>
  5. </view>
  6. <view class="bg1">
  7. <image src="../../static/index/bg03.png" mode=""></image>
  8. </view>
  9. <view class="box-top">
  10. <view class="bg3">
  11. <image src="../../static/index/img14.png" mode=""></image>
  12. </view>
  13. <view class="bg3 two">
  14. <image src="../../static/index/img08.png" mode=""></image>
  15. </view>
  16. </view>
  17. <view class="bg5">
  18. <image src="../../static/index/img09.png" mode=""></image>
  19. </view>
  20. <view class="bg4">
  21. <image src="../../static/index/img04.png" mode=""></image>
  22. </view>
  23. <view class="bg6">
  24. <image src="../../static/index/img10.png" mode=""></image>
  25. </view>
  26. <view class="bg7">
  27. <image src="../../static/index/img13.png" mode=""></image>
  28. </view>
  29. <view class="bg8">
  30. <image src="../../static/index/img06.png" mode=""></image>
  31. </view>
  32. <view class="bg9">
  33. <image src="../../static/index/bg05.png" mode=""></image>
  34. <view class="bg10">
  35. <image src="../../static/index/img01.png" mode=""></image>
  36. </view>
  37. </view>
  38. <view class="bg9">
  39. <image src="../../static/index/bg05.png" mode=""></image>
  40. <view class="bg10">
  41. <image src="../../static/index/img03.png" mode=""></image>
  42. </view>
  43. </view>
  44. <view class="bg9">
  45. <image src="../../static/index/bg05.png" mode=""></image>
  46. <view class="bg10">
  47. <image src="../../static/index/img02.png" mode=""></image>
  48. </view>
  49. </view>
  50. </view>
  51. </template>
  52. <script>
  53. export default {
  54. data() {
  55. return {
  56. };
  57. }
  58. }
  59. </script>
  60. <style lang="scss">
  61. page,
  62. .content {
  63. height: 100%;
  64. margin: 0;
  65. padding: 0;
  66. }
  67. image{
  68. height: 100%;
  69. width: 100%;
  70. }
  71. .bg {
  72. position: absolute;
  73. width: 750rpx;
  74. height: 3117rpx;
  75. }
  76. .box-top{
  77. display: flex;
  78. padding: 36rpx 41rpx 72rpx 41rpx;
  79. }
  80. .bg1 {
  81. position: absolute;
  82. width: 750rpx;
  83. height: 629rpx;
  84. }
  85. .bg3{
  86. width: 56rpx;
  87. height: 62rpx;
  88. }
  89. .two{
  90. margin-left: 36rpx;
  91. }
  92. .bg4{
  93. display: flex;
  94. margin: 0 auto;
  95. width: 680rpx;
  96. height: 581rpx;
  97. }
  98. .bg5{
  99. position: absolute;
  100. right: 0;
  101. top: 105rpx;
  102. width: 68rpx;
  103. height: 108rpx;
  104. }
  105. .bg6{
  106. width: 78rpx;
  107. height: 98rpx;
  108. margin: 33rpx 22rpx;
  109. }
  110. .bg7{
  111. position: absolute;
  112. right: 0;
  113. top:660rpx;
  114. width: 219rpx;
  115. height: 308rpx;
  116. }
  117. .bg8{
  118. width: 546rpx;
  119. height: 168rpx;
  120. margin: -66rpx auto;
  121. }
  122. .bg9{
  123. position: relative;
  124. display: flex;
  125. align-items: center;
  126. justify-content: center;
  127. width: 680rpx;
  128. height: 524rpx;
  129. margin: 40rpx auto;
  130. }
  131. .bg10{
  132. position: absolute;
  133. z-index: 99999;
  134. width:590rpx ;
  135. height: 400rpx;
  136. }
  137. </style>