index.vue 2.5 KB

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