2017-01-27 23:41:11 +08:00
|
|
|
.input {
|
|
|
|
border: 0;
|
|
|
|
clip: rect(0 0 0 0);
|
|
|
|
height: 1px;
|
|
|
|
margin: -1px;
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 0;
|
|
|
|
position: absolute;
|
|
|
|
width: 1px;
|
|
|
|
}
|
|
|
|
|
2017-10-02 22:12:58 +08:00
|
|
|
.disabled .icon {
|
|
|
|
opacity: .5;
|
|
|
|
cursor: not-allowed;
|
|
|
|
}
|
|
|
|
|
2017-02-16 02:49:40 +08:00
|
|
|
.icon {
|
|
|
|
cursor: pointer;
|
|
|
|
font-size: 1.35rem;
|
2018-10-19 04:37:14 +08:00
|
|
|
color: var(--color-gray-light);
|
2017-02-16 02:49:40 +08:00
|
|
|
}
|
2017-01-27 23:41:11 +08:00
|
|
|
|
2017-02-16 02:49:40 +08:00
|
|
|
.checked {
|
2018-10-19 04:37:14 +08:00
|
|
|
color: var(--color-success);
|
2017-01-27 23:41:11 +08:00
|
|
|
}
|