feat: 竖屏适配 #54
@ -34,4 +34,10 @@
|
||||
.page-footer {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.page-footer {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user