Commit 131cc66f authored by spc's avatar spc

fixed swiper banner

parent 405608d5
......@@ -1216,7 +1216,7 @@ export default {
width: 750rpx;
height: 192rpx;
z-index: 1;
top: 924rpx;
top: 927rpx;
.swiper-mask-img {
width: 100%;
......@@ -1227,14 +1227,14 @@ export default {
// 自定义banner指示器样式
.custom-banner-indicator {
position: absolute;
top: 1075rpx;
top: 1083rpx;
left: 50%;
transform: translateX(-50%);
display: flex;
align-items: center;
justify-content: center;
gap: 16rpx;
z-index: 2;
z-index: 1;
.banner-dot {
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