cu-progress.wxml 271 B

1
  1. <view class="cu-progress" style="{{('height: '+progressHeight+'; width: '+progressWidth+';background-color: '+progressColor)}}"><view class="cu-progress-bar" style="{{('background-color: '+progressBarColor+';left: '+barLeft+'rpx; width:'+barWidth+'rpx')}}"></view></view>