This commit is contained in:
zhangmanman
2021-09-30 12:23:55 +08:00
47 changed files with 2360 additions and 1250 deletions

View File

@@ -4,6 +4,7 @@
<swiper class="code-swiper" previous-margin="70rpx" next-margin="70rpx" @change="swiperChange">
<swiper-item v-for="(item, index) in inviteData" :key="index">
<view class="code-item">
<view class="code-lay"></view>
<image class="code-back-image" :src="item.cover" mode="aspectFill"></image>
<view class="codDate">
<view class="codDate-year">
@@ -314,6 +315,12 @@
height: 100%;
width: 100%;
padding: 0 $padding/2;
.code-lay{
position: absolute;
width: 100%;
height: 100%;
z-index: 10;
}
.code-back-image{
width: 100%;
height: 100%;