This commit is contained in:
952108534@qq.com
2022-01-25 19:58:10 +08:00
parent 924738c8b6
commit 8d77715414
11 changed files with 171 additions and 33 deletions

View File

@@ -62,15 +62,15 @@ input[type=checkbox]{
border:none;
//border: 1px solid #d7d7d7;
border-radius: 3px;
width: 1.5rem;
height: 1.5rem;
width: 1rem;
height: 1rem;
-webkit-appearance:none;
&:before {
top: 0;
left: 0;
content: "";
width: 1.5rem;
height: 1.5rem;
width: 1rem;
height: 1rem;
position: absolute;
display: inline-block;
background-color: #fff;
@@ -83,7 +83,7 @@ input[type=checkbox]{
}
label {
input[type=checkbox] {
top:.375rem;
// top:.375rem;
}
}