jiazhipeng 4 months ago
parent
commit
c050e8caac
  1. 21
      pages/index/index.vue
  2. BIN
      static/1/1.png
  3. BIN
      static/1/2.png
  4. BIN
      static/1/arrow.png
  5. 2
      unpackage/dist/build/web/index.html
  6. BIN
      unpackage/dist/build/web/static/1/1.png
  7. BIN
      unpackage/dist/build/web/static/1/2.png
  8. BIN
      unpackage/dist/build/web/static/1/arrow.png
  9. 2
      unpackage/dist/build/web/static/js/index.657e9852.js
  10. 1
      unpackage/dist/build/web/static/js/pages-index-index.227f4307.js
  11. 1
      unpackage/dist/build/web/static/js/pages-index-index.af2801c8.js

21
pages/index/index.vue

@ -3,8 +3,8 @@
<!-- <view class="content" :style="{backgroundImage: 'url('+imgSrc+')'}" @click="click"
@touchstart="touchStart" @touchend="touchEnd"></view> -->
<view class="content" v-show="number == 0">
<image class="bg-image" src="/static/1/1.png" mode="widthFix"></image>
<view class="content content_bg" style="background-image: url(/static/1/1.png);" v-show="number == 0">
<!-- <image class="bg-image" src="/static/1/1.png" mode="widthFix"></image> -->
<image src="/static/1/1btn.png" class="btn_1" @click="click"></image>
</view>
@ -18,12 +18,14 @@
<view style="font-weight: bold;font-size: 24rpx;color: #8F76EE;">{{progressNum}}%</view>
</view>
<view class="content" v-show="number == 2" @click="click"
<view class="content content_bg" v-show="number == 2" @click="click"
@touchstart="touchStart" @touchend="touchEnd">
<image class="bg-image" style="opacity: 0;" src="/static/1/2.png" mode="widthFix"></image>
<swiper class="swiper-box" :vertical="true">
<swiper-item >
<image class="bg-image" src="/static/1/2.png" mode="widthFix"></image>
<!-- <image class="bg-image" style="opacity: 0;" src="/static/1/2.png" mode="widthFix"></image> -->
<swiper class="swiper-box" style="height: 100%;" :vertical="true">
<swiper-item style="position: relative;">
<!-- <image class="bg-image" src="/static/1/2.png" mode="widthFix"></image> -->
<image class="bg-image" src="/static/1/2.png" style="height: 100%;"></image>
<image style="position: absolute;left: 349rpx;bottom: 187rpx;width: 49rpx;height: 30rpx;" src="/static/1/arrow.png"></image>
</swiper-item>
</swiper>
</view>
@ -155,7 +157,10 @@
}
.content_bg{
height: 100vh;
background-size: 100% auto;
}
.btn-box {
width: 100%;
height: 100%;

BIN
static/1/1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 MiB

After

Width:  |  Height:  |  Size: 1.0 MiB

BIN
static/1/2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 539 KiB

BIN
static/1/arrow.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

2
unpackage/dist/build/web/index.html

@ -1,2 +1,2 @@
<!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>shanjuandong</title><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/static/index.2da1efab.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/static/js/chunk-vendors.561af9c1.js></script><script src=/static/js/index.f0e3708b.js></script></body></html>
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/static/index.2da1efab.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/static/js/chunk-vendors.561af9c1.js></script><script src=/static/js/index.657e9852.js></script></body></html>

BIN
unpackage/dist/build/web/static/1/1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 MiB

After

Width:  |  Height:  |  Size: 1.0 MiB

BIN
unpackage/dist/build/web/static/1/2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 539 KiB

BIN
unpackage/dist/build/web/static/1/arrow.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

2
unpackage/dist/build/web/static/js/index.f0e3708b.js → unpackage/dist/build/web/static/js/index.657e9852.js

File diff suppressed because one or more lines are too long

1
unpackage/dist/build/web/static/js/pages-index-index.227f4307.js

File diff suppressed because one or more lines are too long

1
unpackage/dist/build/web/static/js/pages-index-index.af2801c8.js

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save