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 */
|
||||
label.think-radio, label.think-checkbox {
|
||||
margin-right: 10px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.think-radio, .think-checkbox {
|
||||
cursor: pointer;
|
||||
margin-top: 10px;
|
||||
margin-right: 10px;
|
||||
font-weight: 400;
|
||||
line-height: 18px;
|
||||
|
||||
@ -194,9 +194,13 @@ label.think-radio, label.think-checkbox {
|
||||
appearance: none;
|
||||
-webkit-appearance: none;
|
||||
|
||||
&:checked:after {
|
||||
display: block;
|
||||
position: relative;
|
||||
&:checked {
|
||||
border-color: #009688;
|
||||
|
||||
&:after {
|
||||
display: block;
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user