修改首页样式

This commit is contained in:
张成
2025-11-20 23:00:01 +08:00
parent c823c1fa18
commit 25399920db
5 changed files with 32 additions and 26 deletions

View File

@@ -427,14 +427,16 @@
.checkbox_container {
flex-shrink: 0;
padding-top: 2px;
padding-top: 3px;
.checkbox {
width: 20px;
height: 20px;
border: 1px solid rgba(255, 255, 255, 0.6);
border-radius: 1000px;
background: rgba(255, 255, 255, 0.1);
// border: 1px solid rgba(255, 255, 255, 0.6);
// border-radius: 1000px;
// background: rgba(255, 255, 255, 0.1);
background: url('../../static/login/check_r.svg') no-repeat center center;
background-size: contain;
display: flex;
align-items: center;
justify-content: center;
@@ -442,8 +444,10 @@
cursor: pointer;
&.checked {
background: #07C160;
border-color: #07C160;
// background: #07C160;
// border-color: #07C160;
background: url('../../static/login/check_t.svg') no-repeat center center;
background-size: contain;
.checkmark {
width: 6px;