1 line
1.0 KiB
Plaintext
1 line
1.0 KiB
Plaintext
<view><page-head wx:if="{{a}}" u-i="40b0179c-0" bind:__l="__l" u-p="{{a}}"></page-head><view class="uni-padding-wrap"><view class="uni-title">默认样式</view><view><label class="radio" style="margin-right:30rpx"><radio value="r1" checked="true"/>选中 </label><label class="radio"><radio value="r2"/>未选中 </label></view></view><view class="uni-padding-wrap"><view class="uni-title">不同颜色和尺寸的radio</view><view><label class="radio" style="margin-right:30rpx"><radio value="r1" checked="true" color="#FFCC33" style="transform:scale(0.7)"/>选中 </label><label class="radio"><radio value="r2" color="#FFCC33" style="transform:scale(0.7)"/>未选中 </label></view></view><view class="uni-title uni-common-mt uni-common-pl">推荐展示样式</view><view class="uni-list"><radio-group bindchange="{{c}}"><label wx:for="{{b}}" wx:for-item="item" wx:key="d" class="uni-list-cell uni-list-cell-pd"><view><radio value="{{item.a}}" checked="{{item.b}}"/></view><view>{{item.c}}</view></label></radio-group></view></view> |