修改radio的样式

代码

radio .wx-radio-input {
    width: 28rpx;
  height: 28rpx;
  margin-right: 15rpx;
    border-radius: 50%;
}
/*radio选中后样式  */
radio .wx-radio-input.wx-radio-input-checked {
  width: 28rpx;
    height: 28rpx;
  background: #054a8b!important;
  border-color:#054a8b!important;
}
/*radio选中后图标样式  */
radio .wx-radio-input.wx-radio-input-checked::before {
  font-size: 22rpx;
  color: #fff;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
}

 

posted @ 2021-10-12 17:35  Yjj-hn  阅读(220)  评论(0编辑  收藏  举报