IntelligentRecognition/ah-jjsp-web/.svn/pristine/9e/9ec5ddc3690064fdb3b59cc0444...

32 lines
512 B
Plaintext
Raw Normal View History

2024-05-24 16:09:40 +08:00
.checkbox {
position: relative;
border: 2px solid #39c;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
}
.checkbox-checked {
border: 0;
background: #39c;
}
.checkbox-inner {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.checkbox path {
stroke-width: 2px;
}
.checkbox-disabled {
opacity: 0.6;
}
.checkbox-value {
position: absolute;
overflow: hidden;
width: 1px;
height: 1px;
left: -999px;
}