123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- <template>
- <view class="content">
- <view class="bg"><image src="../../static/index/bg01.png" mode=""></image></view>
- <view class="bg1"><image src="../../static/index/bg03.png" mode=""></image></view>
- <top></top>
- <view class="bg5"><image src="../../static/index/img09.png" mode=""></image></view>
- <view class="bg4"><image src="../../static/index/img04.png" mode=""></image></view>
- <view class="bg6"><image src="../../static/index/img10.png" mode=""></image></view>
- <view class="bg7"><image src="../../static/index/img13.png" mode=""></image></view>
- <view class="bg8"><image src="../../static/index/img06.png" mode=""></image></view>
- <view class="bg9">
- <image src="../../static/index/bg05.png" mode=""></image>
- <view class="bg10"><image src="../../static/index/img01.png" mode=""></image></view>
- </view>
- <view class="bg9">
- <image src="../../static/index/bg05.png" mode=""></image>
- <view class="bg10"><image src="../../static/index/img03.png" mode=""></image></view>
- </view>
- <view class="bg9">
- <image src="../../static/index/bg05.png" mode=""></image>
- <view class="bg10"><image src="../../static/index/img02.png" mode=""></image></view>
- </view>
- <view class="bg11"><image src="../../static/img/bottom.png" mode=""></image></view>
- </view>
- </template>
- <script>
- import top from '@/components/top/top.vue';
- export default {
- comments: {
- top
- },
- data() {
- return {
- };
- },
- methods: {
- }
- };
- </script>
- <style lang="scss">
- page,
- .content {
- height: 100%;
- margin: 0;
- padding: 0;
- }
- image {
- height: 100%;
- width: 100%;
- }
- .bg {
- position: absolute;
- width: 750rpx;
- height: 3117rpx;
- }
- .box-top {
- display: flex;
- padding: 36rpx 41rpx 72rpx 41rpx;
- }
- .bg1 {
- position: absolute;
- width: 750rpx;
- height: 629rpx;
- }
- .bg3 {
- width: 56rpx;
- height: 62rpx;
- }
- .two {
- margin-left: 36rpx;
- }
- .bg4 {
- display: flex;
- margin: 0 auto;
- width: 680rpx;
- height: 581rpx;
- }
- .bg5 {
- position: absolute;
- right: 0;
- top: 105rpx;
- width: 68rpx;
- height: 108rpx;
- }
- .bg6 {
- width: 78rpx;
- height: 98rpx;
- margin: 33rpx 22rpx;
- }
- .bg7 {
- position: absolute;
- right: 0;
- top: 660rpx;
- width: 219rpx;
- height: 308rpx;
- }
- .bg8 {
- width: 546rpx;
- height: 168rpx;
- margin: -66rpx auto;
- }
- .bg9 {
- position: relative;
- display: flex;
- align-items: center;
- justify-content: center;
- width: 680rpx;
- height: 524rpx;
- margin: 40rpx auto;
- }
- .bg10 {
- position: absolute;
- width: 590rpx;
- height: 400rpx;
- }
- .bg11 {
- background: black;
- float: left;
- bottom: 0;
- width: 750rpx;
- height: 650rpx;
- }
- </style>
|