feat: 页面布局的移动端适配
All checks were successful
deploy to server / build-and-deploy (push) Successful in 2m50s
All checks were successful
deploy to server / build-and-deploy (push) Successful in 2m50s
- 当竖屏时隐藏footer
This commit is contained in:
@ -34,4 +34,10 @@
|
|||||||
.page-footer {
|
.page-footer {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.page-footer {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user