You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
1.3 KiB
Plaintext
1 line
1.3 KiB
Plaintext
<view class="range-slider" style="{{('width:calc('+contentWidth+' - 40px);height:'+height+'px')}}" catchtap="{{true}}"><view class="range-bar" style="{{('width:calc('+width+'rpx - 20rpx);height:'+8+'rpx')}}" catchtap="{{true}}"><view class="range-bar-bg" style="{{('background-color:'+backgroundColor+';margin-left:10px')}}"></view><view class="range-bar-progress" style="{{('margin-left:'+progressBarLeft+'rpx;width:'+progressBarWidth+'rpx;background-color:'+activeColor)}}"></view></view><view class="block" style="{{('margin-left:'+minBlockLeft+'rpx')}}" data-left="{{minBlockLeft}}" data-tag="minBlock" data-event-opts="{{[['touchstart',[['onBlockTouchStartFun',['$event']]]],['touchmove',[['onBlockTouchMoveFun',['$event']]]],['touchend',[['onBlockTouchEndFun',['$event']]]]]}}" catchtouchstart="__e" catchtouchmove="__e" catchtouchend="__e"><slot name="minBlock"></slot></view><view class="block" style="{{('margin-left:'+maxBlockLeft+'rpx')}}" data-left="{{maxBlockLeft}}" data-tag="maxBlock" data-event-opts="{{[['touchstart',[['onBlockTouchStartFun',['$event']]]],['touchmove',[['onBlockTouchMoveFun',['$event']]]],['touchend',[['onBlockTouchEndFun',['$event']]]]]}}" catchtouchstart="__e" catchtouchmove="__e" catchtouchend="__e"><slot name="maxBlock"></slot></view></view> |