index.vue 2.3 KB

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