修正了 pages 名为拼音的问题

This commit is contained in:
2026-06-13 10:44:02 +08:00
parent 76cc4ac55e
commit 296e41a8a7
249 changed files with 29660 additions and 29505 deletions

View File

@@ -0,0 +1,15 @@
/* 页面容器 */
.container {
width: 100%;
position: relative;
overflow-y: auto;
background-color: #ffffff;
}
/* 规则图片样式 - 绝对定位,从顶部开始 */
.rule-image {
position: absolute;
top: 0;
left: 0;
display: block;
}