实现代码
主要通过stroke-width来控制
<view class="view1">
<progress percent="{{30}}" stroke-width="10" border-radius="25" background-color="rgba(255,255,255,0.2)" active-color="#FDD643"></progress>
</view>
效果
2022-03-21 02:11:25
实现代码
主要通过stroke-width来控制
<view class="view1">
<progress percent="{{30}}" stroke-width="10" border-radius="25" background-color="rgba(255,255,255,0.2)" active-color="#FDD643"></progress>
</view>
效果