添加懒加载
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 4s

This commit is contained in:
2026-05-06 15:37:45 +08:00
parent 2f4b0f8b76
commit ade2c6bea8
3 changed files with 13 additions and 8 deletions

View File

@@ -39,7 +39,12 @@ img {
.m-sc-mt20 {
margin-top: 0.1rem;
}
.m-sc-mt20:first-child {
margin-top: 0 !important;
}
.m-sc-mb34 {
margin-bottom: 0.34rem;
}
.m-sc-main-imgs {
display: grid;
grid-template-columns: 1fr 1fr;