mirror of
https://gitee.com/wonderful-code/buildadmin
synced 2024-11-21 22:55:36 +00:00
style:优化前台首页在短屏下的样式
This commit is contained in:
parent
b033c06d26
commit
1cd1799a4c
@ -133,6 +133,11 @@ const memberCenter = useMemberCenter()
|
|||||||
width: 300px !important;
|
width: 300px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@media screen and (max-height: 650px) {
|
||||||
|
.main-right img {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
@at-root html.dark {
|
@at-root html.dark {
|
||||||
.container {
|
.container {
|
||||||
background: url(/@/assets/bg-dark.jpg) repeat;
|
background: url(/@/assets/bg-dark.jpg) repeat;
|
||||||
|
Loading…
Reference in New Issue
Block a user