This commit is contained in:
张成
2026-04-28 16:05:41 +08:00
parent 6e394297b3
commit 335a513571
4 changed files with 73 additions and 50 deletions

View File

@@ -1,6 +1,17 @@
// 通用样式 - LESS版本
@import './variables.less';
/* 为固定头部预留统一顶部空间 */
body {
padding-top: 120px;
}
@media (max-width: 768px) {
body {
padding-top: 100px;
}
}
.scrollToContentWrapper {
height: 6em;
text-align: center;