的发生
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-11-23 00:07:51 +08:00
parent 5c26937860
commit eed43bedde

View File

@@ -135,7 +135,7 @@
} }
} }
/* 光晕装饰效果 */ /* 光晕装饰效果 - 已禁用(视觉干扰)
.banner-cont .swiper-slide::after { .banner-cont .swiper-slide::after {
content: ''; content: '';
position: absolute; position: absolute;
@@ -158,6 +158,7 @@
transform: scale(1.1); transform: scale(1.1);
} }
} }
*/
/* 原 img 标签样式已废弃,现使用背景图 /* 原 img 标签样式已废弃,现使用背景图
.banner-cont .swiper-slide .img { .banner-cont .swiper-slide .img {