radio选中时样式

/* radio选中时样式 */
radio .wx-radio-input.wx-radio-input-checked::before {
/* 自定义样式.... */
background-color: #ff8500 ;
border: 1 rpx solid #ff8500 ;
border-radius: 50% ; /* 圆角 */
width: 60 rpx ; /* 选中后对勾大小,不要超过背景的尺寸 */
height: 60 rpx ; /* 选中后对勾大小,不要超过背景的尺寸 */
line-height: 60 rpx ;
text-align: center ;
font-size: 45 rpx ; /* 对勾大小 30rpx */
color: #fff ; /* 对勾颜色 白色 */
}

猜你喜欢

转载自blog.csdn.net/liangronghui123/article/details/80735737