修改首页样式
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user