头部和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

@@ -79,5 +79,15 @@
}
}
}
@media (max-width: 800px) {
padding: 15px 20px;
flex-direction: column;
align-items: center;
> .right {
> div {
border-left: none;
}
}
}
}
</style>