添加simulator部分

This commit is contained in:
2025-09-11 15:19:28 +08:00
parent 84e5770f97
commit aca36f4e99
22 changed files with 87 additions and 121 deletions

View File

@@ -13,6 +13,16 @@
background-color: white !important;
}
/* 去除掉每个h2标题上面的线 */
.vp-doc h2 {
border-top: none;
}
/* 去除掉页面底部导航的横线 */
nav.prev-next {
border-top: none !important;
}
/* 首页图片 */
img.VPImage.image-src {
max-width: 500px !important;