Commit 405608d5 authored by spc's avatar spc

fixed home banner mask

parent 1cdb8050
...@@ -22,9 +22,9 @@ ...@@ -22,9 +22,9 @@
<!-- 溯源测试按钮 --> <!-- 溯源测试按钮 -->
<!-- <button style="width: 100%;height: 100rpx;background-color: #fff;color: #000;" @tap="testSource">溯源测试</button> --> <!-- <button style="width: 100%;height: 100rpx;background-color: #fff;color: #000;" @tap="testSource">溯源测试</button> -->
<!-- <view class="swiper-mask"> <view class="swiper-mask">
<image class="swiper-mask-img" :src="$baseUrl + 'homepage/home_format_v2.png'"></image> <image class="swiper-mask-img" :src="$baseUrl + 'homepage/home_format_v2.png'"></image>
</view> --> </view>
<!-- 自定义指示点,仿照示意图 --> <!-- 自定义指示点,仿照示意图 -->
<view class="custom-banner-indicator"> <view class="custom-banner-indicator">
<view v-for="(item, idx) in swiperList" :key="item.url + idx" <view v-for="(item, idx) in swiperList" :key="item.url + idx"
...@@ -1216,7 +1216,7 @@ export default { ...@@ -1216,7 +1216,7 @@ export default {
width: 750rpx; width: 750rpx;
height: 192rpx; height: 192rpx;
z-index: 1; z-index: 1;
top: 1065rpx; top: 924rpx;
.swiper-mask-img { .swiper-mask-img {
width: 100%; width: 100%;
...@@ -1234,6 +1234,7 @@ export default { ...@@ -1234,6 +1234,7 @@ export default {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
gap: 16rpx; gap: 16rpx;
z-index: 2;
.banner-dot { .banner-dot {
width: 16rpx; width: 16rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment