微信小程序 progress 进度条 内部圆角及内部条渐变色
发表时间:2020-10-9
发布人:葵宇科技
浏览次数:105
微信小程序表格
微信小程序progress进度条内部圆角及渐变色
html:
<progress percent="80" border-radius='5' stroke-width="5" activeColor='#FE564D'/>
css:
.wx-progress-inner-bar {
border-radius: 8rpx !important;
background: linear-gradient(to right, rgb(71, 187, 254,1), rgba(254, 86, 77, 1)) !important;
}