/* 單選按鈕樣式*/
radio .wx-radio-input {
width: 40rpx;
height: 40rpx;
border: 2rpx solid #999;
border-radius: 100%;
background: none;
}
/*單選按鈕選中后內(nèi)部樣式*/
radio .wx-radio-input.wx-radio-input-checked {
border: 2rpx solid #fe9139 !important;
}
radio .wx-radio-input.wx-radio-input-checked::before {
width: 80%;
height: 80%;
background: #fe9139;
border-radius: 100%;
content: '';
transform: translate(-50%, -50%) scale(1);
-webkit-transform: translate(-50%, -50%) scale(1);
}
默認(rèn)樣式
image.png
自定義
image.png