hae
Version:
Mobile web UI based on Vux
23 lines (22 loc) • 516 B
text/less
@import "../../../base/fn";
// method2 accessbility
.weui-cells_radio{
.weui-cell__ft {
padding-left: @weuiCellInnerGapH;
}
}
.weui-check {
// radio
.weui-cells_radio & {
&:checked {
& + .weui-icon-checked {
&:before {
display: block;
content: '\EA08';
color: @radio-checked-icon-color;
font-size: 16px;
}
}
}
}
}