徐总多门店
You can not 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 lines
806 B

<view class="bg--w111-fff rd-16rpx pt-32 pl-24 pr-24 pb-32 flex-between-center"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="item"><view class="h-32 flex-x-center item relative"><block wx:if="{{index<=indexActive}}"><view class="iconfont fs-32 text--w111-999 icon-a-ic_CompleteSelect"></view></block><block wx:else><view class="w-32 h-32 borderRadius15 bg--w111-f5f5f5 acea-row row-center-wrapper"><view class="iconfont icon-ic_complete fs-22 text--w111-999"></view></view></block><text class="{{['line',index<indexActive?'bg-color':'']}}" style="{{'width:'+(lineWidth+'rpx')+';'+('right:'+(lineRight)+';')}}"></text></view><view class="{{['fs-22','text--w111-999','lh-30rpx','mt-16',(index<=indexActive)?'active':'']}}">{{item}}</view></view></block></view>