1
0

优化响应式设计,调整轮播图样式;新增客户案例页面及动态详情页面;更新产品信息,确保内容准确;增加图片以增强视觉效果。

This commit is contained in:
2026-04-20 17:33:51 +08:00
parent 12de99c55e
commit e07ef024c0
11 changed files with 634 additions and 22 deletions

View File

@@ -2889,15 +2889,15 @@ color:#ffffff;
@media (max-width: 991px) {
.hero-slider .slide-inner {
width: 120%;
left: -10%;
width: 124%;
left: -12%;
}
}
@media (max-width: 767px) {
.hero-slider .slide-inner {
width: 112%;
left: -6%;
width: 116%;
left: -8%;
}
}