重写驭鑫网站 new yxsilicon

This commit is contained in:
2025-05-22 10:58:44 +08:00
parent c7dec1cf35
commit 503b5f14b1
55 changed files with 3099 additions and 161 deletions

View File

@@ -246,7 +246,7 @@ body{
overflow-x: hidden;
white-space: nowrap;
flex: 1;
padding: 1vw 0;
padding: 1vw 3vw; /* 左右各加3vw保证两侧有足够空间 */
scrollbar-width: none;
-ms-overflow-style: none;
}
@@ -267,6 +267,7 @@ body{
max-width: 180px;
/* background: palegoldenrod; */
margin-right: 2vw;
box-sizing: border-box; /* 确保尺寸计算包含内边距和边框 */
}
.brand-item:first-child {
margin-left: 2vw;