基础库 2.3.1
<view class="page-section">
<radio-group bindchange="radioMealChange">
<label class="item_label" wx:for="{{attendanceItems}}" wx:key="value" >
<view class="item_select_view">
<view class="item_hd">
<radio disabled class="item_radio" color="#7BB8FF" value="{{item.id}}" checked="{{mealId == item.id}}" />
</view>
<view class="item_bd">{{item.name}}</view>
</view>
</label>
</radio-group>
</view>
给wxss加上。
radio .wx-radio-input.wx-radio-input-disabled { border : 2rpx solid #999999; border-radius: 100%; background : #f78209; } radio .wx-radio-input.wx-radio-input-checked { border-color: #f78209 !important; background : #f78209 !important; } radio .wx-radio-input.wx-radio-input-checked::before { border-radius : 50%; width : 20px; height : 20px; line-height : 20px; text-align : center; font-size : 15px; color : #fff; background : transparent; transform : translate(-50%, -50%) scale(1); -webkit-transform: translate(-50%, -50%) scale(1); }
有没有大佬解决求!!!!!
你好,请问下问题解决了吗
你好,麻烦提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。