笔记本英文版
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 4s

This commit is contained in:
2025-12-30 15:28:33 +08:00
parent 55a75b56b1
commit fdc9064739
20 changed files with 222 additions and 74 deletions

View File

@@ -5,9 +5,30 @@
html {
width: 100% !important;
overflow-x: hidden;
margin: 0 !important;
padding: 0 !important;
max-width: 100vw !important;
}
body {
width: 100%;
background: #000;
overflow-x: hidden;
margin: 0 !important;
padding: 0 !important;
max-width: 100vw !important;
}
.f36{
font-size: 0.36rem !important;
}
.f18{
font-size: 0.18rem !important;
}
.f28 {
font-size: 0.28rem !important;
}
.f48 {
font-size: 0.48rem !important;
line-height: 1 !important;
margin-bottom: 0.6rem !important;
}