需求变更

This commit is contained in:
yanran200730
2022-11-11 08:36:42 +08:00
parent e08d795e53
commit 8b1197fe54
7 changed files with 140 additions and 67 deletions

View File

@@ -10,7 +10,11 @@
<div class="back-wrapper" @click="back" v-show="!isFixed" :style="{marginTop : statusBarHeight + 'px'}">
<image src="/static/img/left.png"/>
</div>
<image class="banner" mode="aspectFill" :src="info.merchantInfo.photoUrl" />
<swiper class="banner" indicatorDots circular :autoplay="true" :interval="5000">
<swiper-item v-for="(item, index) in info.logoFiles" :key="index">
<image :src="item.url" mode="aspectFill" />
</swiper-item>
</swiper>
<div class="wrapper">
<div class="top">
<div class="top-right">
@@ -108,13 +112,17 @@
z-index: 1;
width: 100%;
height: 480px;
image {
width: 100%;
height: 480px;
}
}
.wrapper {
position: relative;
z-index: 2;
padding-top: 400px;
margin: 0 16px;
margin: 400px 16px 0;
.top {
display: flex;