|
After Width: | Height: | Size: 1.6 MiB |
|
After Width: | Height: | Size: 790 KiB |
|
After Width: | Height: | Size: 987 KiB |
|
After Width: | Height: | Size: 793 KiB |
|
After Width: | Height: | Size: 286 KiB |
|
After Width: | Height: | Size: 469 KiB |
|
After Width: | Height: | Size: 775 KiB |
|
After Width: | Height: | Size: 509 KiB |
|
After Width: | Height: | Size: 659 KiB |
|
After Width: | Height: | Size: 699 KiB |
|
After Width: | Height: | Size: 543 KiB |
|
After Width: | Height: | Size: 459 KiB |
|
After Width: | Height: | Size: 703 KiB |
|
After Width: | Height: | Size: 777 KiB |
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 29 KiB |
@ -1,3 +1,38 @@ |
|||||||
|
page { |
||||||
|
padding-bottom: 100rpx; |
||||||
|
} |
||||||
.page { |
.page { |
||||||
width: 100vw; |
width: 100vw; |
||||||
|
min-height: 100vh; |
||||||
|
padding-bottom: 150rpx; |
||||||
|
.page-img { |
||||||
|
width: 100vw; |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
.tabbar { |
||||||
|
position: fixed; |
||||||
|
bottom: 0; |
||||||
|
left: 0; |
||||||
|
z-index: 2; |
||||||
|
width: 100vw; |
||||||
|
padding-bottom: 20rpx; |
||||||
|
background-color: #fff; |
||||||
|
.tabbar-img { |
||||||
|
width: 100%; |
||||||
|
} |
||||||
|
.tabbar-wrap { |
||||||
|
position: absolute; |
||||||
|
top: 0; |
||||||
|
left: 0; |
||||||
|
width: 100%; |
||||||
|
height: 100%; |
||||||
|
display: flex; |
||||||
|
justify-content: space-between; |
||||||
|
align-items: center; |
||||||
|
.tabbar-click { |
||||||
|
flex: 1; |
||||||
|
height: 160rpx; |
||||||
|
} |
||||||
|
} |
||||||
} |
} |
||||||
|
|||||||
@ -1,13 +1,23 @@ |
|||||||
const _app = getApp<IAppOption>(); |
const _app = getApp<IAppOption>(); |
||||||
|
|
||||||
Page({ |
Page({ |
||||||
data: {}, |
data: { |
||||||
|
current: 0, |
||||||
|
}, |
||||||
onLoad() {}, |
onLoad() {}, |
||||||
handleTap1() { |
handlePage1() { |
||||||
wx.navigateTo({ |
this.setData({ |
||||||
url: "/pages/3/index", |
current: 1, |
||||||
|
}); |
||||||
|
}, |
||||||
|
handlePage2() { |
||||||
|
this.setData({ |
||||||
|
current: 2, |
||||||
}); |
}); |
||||||
}, |
}, |
||||||
|
handlePage3() { |
||||||
|
wx.navigateBack(); |
||||||
|
}, |
||||||
}); |
}); |
||||||
|
|
||||||
export {}; |
export {}; |
||||||
|
|||||||
@ -1,2 +1,12 @@ |
|||||||
<navigation-bar></navigation-bar> |
<navigation-bar></navigation-bar> |
||||||
<image class="page" mode="widthFix" src="{{imageUrl}}8.png?t={{Timestamp}}" bind:tap="handleTap1"></image> |
<swiper class="page" current="{{current}}"> |
||||||
|
<swiper-item class="swiper-item1"> |
||||||
|
<image bind:tap="handlePage1" class="page-img" mode="widthFix" src="/images/qs/2.png"></image> |
||||||
|
</swiper-item> |
||||||
|
<swiper-item> |
||||||
|
<image bind:tap="handlePage2" class="page-img" mode="widthFix" src="/images/qs/3.png"></image> |
||||||
|
</swiper-item> |
||||||
|
<swiper-item> |
||||||
|
<image bind:tap="handlePage3" class="page-img" mode="widthFix" src="/images/qs/4.png"></image> |
||||||
|
</swiper-item> |
||||||
|
</swiper> |
||||||
|
|||||||
@ -1,3 +1,38 @@ |
|||||||
|
page { |
||||||
|
padding-bottom: 100rpx; |
||||||
|
} |
||||||
.page { |
.page { |
||||||
width: 100vw; |
width: 100vw; |
||||||
|
min-height: 100vh; |
||||||
|
padding-bottom: 150rpx; |
||||||
|
.page-img { |
||||||
|
width: 100vw; |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
.tabbar { |
||||||
|
position: fixed; |
||||||
|
bottom: 0; |
||||||
|
left: 0; |
||||||
|
z-index: 2; |
||||||
|
width: 100vw; |
||||||
|
padding-bottom: 20rpx; |
||||||
|
background-color: #fff; |
||||||
|
.tabbar-img { |
||||||
|
width: 100%; |
||||||
|
} |
||||||
|
.tabbar-wrap { |
||||||
|
position: absolute; |
||||||
|
top: 0; |
||||||
|
left: 0; |
||||||
|
width: 100%; |
||||||
|
height: 100%; |
||||||
|
display: flex; |
||||||
|
justify-content: space-between; |
||||||
|
align-items: center; |
||||||
|
.tabbar-click { |
||||||
|
flex: 1; |
||||||
|
height: 160rpx; |
||||||
|
} |
||||||
|
} |
||||||
} |
} |
||||||
|
|||||||
@ -1,2 +1,12 @@ |
|||||||
<navigation-bar></navigation-bar> |
<navigation-bar></navigation-bar> |
||||||
<image class="page" mode="widthFix" src="{{imageUrl}}13.png?t={{Timestamp}}" bind:tap="handleTap1"></image> |
<swiper class="page" current="{{current}}"> |
||||||
|
<swiper-item class="swiper-item1"> |
||||||
|
<image bind:tap="handlePage1" class="page-img" mode="widthFix" src="/images/qs/5.png"></image> |
||||||
|
</swiper-item> |
||||||
|
<swiper-item> |
||||||
|
<image bind:tap="handlePage2" class="page-img" mode="widthFix" src="/images/qs/6.png"></image> |
||||||
|
</swiper-item> |
||||||
|
<swiper-item> |
||||||
|
<image bind:tap="handlePage3" class="page-img" mode="widthFix" src="/images/qs/7.png"></image> |
||||||
|
</swiper-item> |
||||||
|
</swiper> |
||||||
|
|||||||
@ -1,11 +1,2 @@ |
|||||||
<image class="page" mode="widthFix" src="{{imageUrl}}2.png?t={{Timestamp}}" bind:tap="handleTap1"></image> |
<navigation-bar></navigation-bar> |
||||||
<view class="page-click" catchtap="handleTap2"></view> |
<image class="page" mode="widthFix" src="/images/qs/8.png" bind:tap="handleTap1"></image> |
||||||
|
|
||||||
<view class="tabbar"> |
|
||||||
<image class="tabbar-img" mode="widthFix" src="{{imageUrl}}tabbar1-2.png?t={{Timestamp}}"></image> |
|
||||||
<view class="tabbar-wrap"> |
|
||||||
<view class="tabbar-click" bind:tap="handleTabbar1"></view> |
|
||||||
<view class="tabbar-click" bind:tap="handleTabbar2"></view> |
|
||||||
<view class="tabbar-click" bind:tap="handleTabbar3"></view> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
|
|||||||
@ -1,3 +1,47 @@ |
|||||||
|
page { |
||||||
|
padding-bottom: 100rpx; |
||||||
|
} |
||||||
.page { |
.page { |
||||||
width: 100vw; |
width: 100vw; |
||||||
|
min-height: 100vh; |
||||||
|
padding-bottom: 150rpx; |
||||||
|
.page-img { |
||||||
|
width: 100vw; |
||||||
|
} |
||||||
|
} |
||||||
|
.page-click1 { |
||||||
|
position: absolute; |
||||||
|
top: 176rpx; |
||||||
|
right: 0; |
||||||
|
z-index: 1; |
||||||
|
width: 50vw; |
||||||
|
height: 96rpx; |
||||||
|
background-color: transparent; |
||||||
|
} |
||||||
|
|
||||||
|
.tabbar { |
||||||
|
position: fixed; |
||||||
|
bottom: 0; |
||||||
|
left: 0; |
||||||
|
z-index: 2; |
||||||
|
width: 100vw; |
||||||
|
padding-bottom: 20rpx; |
||||||
|
background-color: #fff; |
||||||
|
.tabbar-img { |
||||||
|
width: 100%; |
||||||
|
} |
||||||
|
.tabbar-wrap { |
||||||
|
position: absolute; |
||||||
|
top: 0; |
||||||
|
left: 0; |
||||||
|
width: 100%; |
||||||
|
height: 100%; |
||||||
|
display: flex; |
||||||
|
justify-content: space-between; |
||||||
|
align-items: center; |
||||||
|
.tabbar-click { |
||||||
|
flex: 1; |
||||||
|
height: 160rpx; |
||||||
|
} |
||||||
|
} |
||||||
} |
} |
||||||
|
|||||||
@ -1,2 +1,25 @@ |
|||||||
<navigation-bar></navigation-bar> |
<navigation-bar></navigation-bar> |
||||||
<image class="page" mode="widthFix" src="{{imageUrl}}4.png?t={{Timestamp}}" bind:tap="handleTap1"></image> |
<swiper class="page" current="{{current}}"> |
||||||
|
<swiper-item class="swiper-item1"> |
||||||
|
<image bind:tap="handlePage1" class="page-img" mode="widthFix" src="/images/qs/9.png"></image> |
||||||
|
</swiper-item> |
||||||
|
<swiper-item> |
||||||
|
<image bind:tap="handlePage2" class="page-img" mode="widthFix" src="/images/qs/10.png"></image> |
||||||
|
</swiper-item> |
||||||
|
<swiper-item> |
||||||
|
<image class="page-img" mode="widthFix" src="/images/qs/11.png"></image> |
||||||
|
</swiper-item> |
||||||
|
</swiper> |
||||||
|
|
||||||
|
<view class="page-click1" catch:tap="handelTap1"></view> |
||||||
|
|
||||||
|
<view class="tabbar"> |
||||||
|
<image class="tabbar-img" mode="widthFix" src="/images/qs/tabbar2.png"></image> |
||||||
|
<view class="tabbar-wrap"> |
||||||
|
<view class="tabbar-click" catch:tap="handleTabbar1"></view> |
||||||
|
<view class="tabbar-click"></view> |
||||||
|
<view class="tabbar-click"></view> |
||||||
|
<view class="tabbar-click" catch:tap="handleTabbar4"></view> |
||||||
|
<view class="tabbar-click" catch:tap="handleTabbar5"></view> |
||||||
|
</view> |
||||||
|
</view> |
||||||
|
|||||||
@ -1,3 +1,31 @@ |
|||||||
.page { |
.page { |
||||||
width: 100vw; |
width: 100vw; |
||||||
|
margin-bottom: 80px; |
||||||
|
} |
||||||
|
|
||||||
|
.tabbar { |
||||||
|
position: fixed; |
||||||
|
bottom: 0; |
||||||
|
left: 0; |
||||||
|
z-index: 2; |
||||||
|
width: 100vw; |
||||||
|
padding-bottom: 20rpx; |
||||||
|
background-color: #fff; |
||||||
|
.tabbar-img { |
||||||
|
width: 100%; |
||||||
|
} |
||||||
|
.tabbar-wrap { |
||||||
|
position: absolute; |
||||||
|
top: 0; |
||||||
|
left: 0; |
||||||
|
width: 100%; |
||||||
|
height: 100%; |
||||||
|
display: flex; |
||||||
|
justify-content: space-between; |
||||||
|
align-items: center; |
||||||
|
.tabbar-click { |
||||||
|
flex: 1; |
||||||
|
height: 160rpx; |
||||||
|
} |
||||||
|
} |
||||||
} |
} |
||||||
|
|||||||
@ -1,2 +1,12 @@ |
|||||||
<navigation-bar></navigation-bar> |
<image class="page" mode="widthFix" src="/images/qs/12.png"></image> |
||||||
<image class="page" mode="widthFix" src="{{imageUrl}}15.png?t={{Timestamp}}" bind:tap="handleTap1"></image> |
|
||||||
|
<view class="tabbar"> |
||||||
|
<image class="tabbar-img" mode="widthFix" src="/images/qs/tabbar3.png"></image> |
||||||
|
<view class="tabbar-wrap"> |
||||||
|
<view class="tabbar-click" catch:tap="handleTabbar1"></view> |
||||||
|
<view class="tabbar-click" catch:tap="handleTabbar2"></view> |
||||||
|
<view class="tabbar-click"></view> |
||||||
|
<view class="tabbar-click"></view> |
||||||
|
<view class="tabbar-click" catch:tap="handleTabbar5"></view> |
||||||
|
</view> |
||||||
|
</view> |
||||||
|
|||||||
@ -1,15 +1,21 @@ |
|||||||
<image class="page" mode="widthFix" src="{{imageUrl}}3.png?t={{Timestamp}}"></image> |
<image class="page" mode="widthFix" src="/images/qs/13.png"></image> |
||||||
<view class="page-click1" bind:tap="handelTap1"></view> |
<view class="page-click1" bind:tap="handelTap1"></view> |
||||||
<view class="page-click2" bind:tap="handelTap2"></view> |
|
||||||
<view class="page-click3" bind:tap="handelTap3"></view> |
|
||||||
|
|
||||||
<view class="tabbar"> |
<view class="tabbar"> |
||||||
<image class="tabbar-img" mode="widthFix" src="{{imageUrl}}tabbar1-3.png?t={{Timestamp}}"></image> |
<image class="tabbar-img" mode="widthFix" src="/images/qs/tabbar4.png"></image> |
||||||
<view class="tabbar-wrap"> |
<view class="tabbar-wrap"> |
||||||
<view class="tabbar-click" bind:tap="handleTabbar1"></view> |
<view class="tabbar-click" catch:tap="handleTabbar1"></view> |
||||||
<view class="tabbar-click" bind:tap="handleTabbar2"></view> |
<view class="tabbar-click" catch:tap="handleTabbar2"></view> |
||||||
|
<view class="tabbar-click"></view> |
||||||
|
<view class="tabbar-click" catch:tap="handleTabbar4"></view> |
||||||
<view class="tabbar-click"></view> |
<view class="tabbar-click"></view> |
||||||
</view> |
</view> |
||||||
</view> |
</view> |
||||||
|
|
||||||
<image wx:if="{{float1}}" class="float1" mode="widthFix" src="{{imageUrl}}12.png?t={{Timestamp}}" bind:tap="handleFloat1"></image> |
<image |
||||||
|
wx:if="{{float1}}" |
||||||
|
class="float1" |
||||||
|
mode="widthFix" |
||||||
|
src="{{imageUrl}}12.png?t={{Timestamp}}" |
||||||
|
bind:tap="handleFloat1" |
||||||
|
></image> |
||||||
|
|||||||
@ -1,4 +1,4 @@ |
|||||||
<navigation-bar></navigation-bar> |
<navigation-bar></navigation-bar> |
||||||
<image class="page" mode="widthFix" src="{{imageUrl}}6.png?t={{Timestamp}}" bind:tap="handleTap1"></image> |
<image class="page" mode="widthFix" src="/images/qs/14.png" bind:tap="handleTap1"></image> |
||||||
|
|
||||||
<image wx:if="{{float1}}" class="float1" mode="widthFix" src="{{imageUrl}}11.png?t={{Timestamp}}" bind:tap="handleFloat1"></image> |
<image wx:if="{{float1}}" class="float1" mode="widthFix" src="{{imageUrl}}11.png?t={{Timestamp}}" bind:tap="handleFloat1"></image> |
||||||
|
|||||||