头部和mixi适配移动端

This commit is contained in:
李志鹏
2026-05-28 09:46:56 +08:00
parent acb06152a0
commit 1ba4bbce03
10 changed files with 360 additions and 17 deletions

View File

@@ -52,5 +52,8 @@
<style lang="less">
html:root {
--main-header-height: 85px;
@media (max-width: 1000px) {
--main-header-height: 60px;
}
}
</style>