chore: 移动端增加左右标题语的放置

This commit is contained in:
2025-11-13 10:29:57 +08:00
parent 056cdc7d1c
commit 6f278c2330
2 changed files with 24 additions and 9 deletions

View File

@@ -73,7 +73,16 @@
/* 移动设备上隐藏左右标题语,避免遮挡主要内容 */
.banner-left,
.banner-right {
display: none;
scale: 0.4;
top: 60px;
}
.banner-left {
margin-left: -28px;
}
.banner-right{
margin-right: -28px;
}
/* 移动设备上的logo样式 - 保持相对于content-container定位 */