fuc-new/doc/docs/.vuepress/dist/styles/index.css
2025-10-14 17:49:25 +08:00

20 lines
265 B
CSS

@media (min-width: 960px)
{
.vp-breadcrumb
{
display: none;
}
}
.vp-footer
{
display:none;
}
.doc-img-size1 {
max-width: 500px; /* 设置最大宽度为100% */
height: auto; /* 让高度自动调整以保持纵横比 */
}