初始化CRICS

This commit is contained in:
2025-12-11 09:17:16 +08:00
commit 83247ec0a2
2735 changed files with 787765 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
body {
}
.button
{
width:100%;
height:40px;
font-weight:bold;
}
.textbox
{
width:100%;
height:25px;
}
.label
{
width:100%;
text-align:center;
}
.foot
{
position:fixed;
left:0;
right:0;
bottom:0;
z-index:100;
}