mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改复选框样式
This commit is contained in:
parent
d36dd34c33
commit
babadba0c6
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -171,13 +171,13 @@ fieldset {
|
|||||||
|
|
||||||
/** checkbox & radio */
|
/** checkbox & radio */
|
||||||
label.think-radio, label.think-checkbox {
|
label.think-radio, label.think-checkbox {
|
||||||
|
margin-right: 10px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.think-radio, .think-checkbox {
|
.think-radio, .think-checkbox {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-right: 10px;
|
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
|
|
||||||
@ -194,9 +194,13 @@ label.think-radio, label.think-checkbox {
|
|||||||
appearance: none;
|
appearance: none;
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
|
|
||||||
&:checked:after {
|
&:checked {
|
||||||
display: block;
|
border-color: #009688;
|
||||||
position: relative;
|
|
||||||
|
&:after {
|
||||||
|
display: block;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user