no message
This commit is contained in:
@@ -36,20 +36,21 @@
|
||||
</shopHeader>
|
||||
<view class="swiper-box">
|
||||
<view class="swiper-card">
|
||||
<up-swiper
|
||||
<u-swiper
|
||||
:list="swiperList"
|
||||
style="width: 100%; border-radius: 20rpx; height: 160rpx"
|
||||
style="width: 100%; border-radius: 20rpx; height: 218rpx"
|
||||
circular
|
||||
@click="onSwiperClick"
|
||||
@change="(e) => (currentNum = e.current)"
|
||||
></up-swiper>
|
||||
imgMode="scaleToFill"
|
||||
></u-swiper>
|
||||
</view>
|
||||
<view class="swiper-title">
|
||||
<image
|
||||
src="/static/home/shop-intro.png"
|
||||
style="width: 308rpx; height: 30rpx"
|
||||
></image>
|
||||
<view class="swiper-center">信任桥-畅享全球好物</view>
|
||||
<view class="swiper-center text-zi">信任桥-畅享全球好物</view>
|
||||
<image
|
||||
@click="goShare"
|
||||
src="/static/home/shop-go.png"
|
||||
@@ -213,10 +214,14 @@ export default {
|
||||
margin-bottom: 20rpx;
|
||||
.swiper-card {
|
||||
padding: 12rpx 32rpx 0;
|
||||
height:200rpx;
|
||||
}
|
||||
.swiper-title {
|
||||
padding: 3rpx 10rpx;
|
||||
// position: absolute;
|
||||
padding: 3rpx 16rpx;
|
||||
box-sizing: border-box;
|
||||
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
// left: -14rpx;
|
||||
// top: 164rpx;
|
||||
height: 56rpx;
|
||||
|
||||
Reference in New Issue
Block a user