Small micro-channel programs - to modify the size of the radio components

Use transform: scale (0.7); for size modification

 

<radio-group class="block" role="radiogroup" bindchange="radioClick">
<view style="display: inline-block;"><radio value="one" checked="" style="margin-left: 0;transform:scale(0.7);margin: 0 20rpx;"></radio>买家自提</view>
<view style="display: inline-block;"><radio value="two" checked="" style="transform:scale(0.7);margin: 0 20rpx;"></radio>快速配送</view>
</radio-group>

Guess you like

Origin www.cnblogs.com/webzzc/p/11764530.html