@jdcfe/yep-react
Version:
一套移动端的React组件库
26 lines • 421 B
CSS
.Yep-checkbox {
position: relative;
vertical-align: middle;
width: 100%;
height: 44px;
display: flex;
align-items: center;
}
.Yep-checkbox-inner {
margin-right: 12px;
font-size: 38px;
}
.Yep-checkbox-input {
position: absolute;
top: 0;
left: 0;
opacity: 0;
width: 100%;
height: 100%;
z-index: 2;
border: 0 none;
appearance: none;
}
.Yep-checkbox.Yep-checkbox-disabled {
opacity: 0.3;
}