style:优化前台首页在短屏下的样式

This commit is contained in:
妙码生花 2024-03-06 10:54:16 +08:00
parent b033c06d26
commit 1cd1799a4c

View File

@ -133,6 +133,11 @@ const memberCenter = useMemberCenter()
width: 300px !important;
}
}
@media screen and (max-height: 650px) {
.main-right img {
display: none;
}
}
@at-root html.dark {
.container {
background: url(/@/assets/bg-dark.jpg) repeat;