style: 新增背景,部分页面bbs适配移动端

This commit is contained in:
橙子
2024-11-17 12:19:48 +08:00
parent a7bf5e8873
commit d8286fb005
8 changed files with 107 additions and 8 deletions

View File

@@ -1,9 +1,15 @@
@media (max-width: 720px) {
.div-logo {
display: none !important;
}
}
.container {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
background-color: #272162;
/*background-color: #272162;*/
}
.div-content