update resources\web

This commit is contained in:
wjyLearn
2025-12-20 17:45:44 +08:00
parent 328f91afc2
commit 69be99b00a
264 changed files with 7342 additions and 84 deletions

View File

@@ -0,0 +1,39 @@
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background-color: #F4F4F4;
}
.container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.addBtn {
background-color: #4479fb;
padding: 9px 18px;
box-sizing: border-box;
height: 40px;
border-radius: 8px;
font-size: 16px;
cursor: pointer;
display: inline-block;
width: auto;
flex: 0 0 auto;
margin-top: 16px;
}
.addBtn label {
cursor: pointer;
}
.content {
color: #AAA;
text-align: center;
font-size: 14px;
}