修改了颜色和图片的颜色
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<block wx:for="{{progress.data}}" wx:key="index">
|
||||
<view class="progressList">
|
||||
<view style="background-color: {{progress.index >= index ? '#BFDEFD' : '#C1DFFE'}};">
|
||||
<view style="height: {{progress.index >= index ? '24rpx' : '40rpx'}};width: {{progress.index >= index ? '24rpx' : '40rpx'}};background-color: {{progress.index >= index ? '#3194FB' : '#77849E'}};">{{progress.index >= index ? '' : index + 1}}</view>
|
||||
<view style="height: {{progress.index >= index ? '24rpx' : '40rpx'}};width: {{progress.index >= index ? '24rpx' : '40rpx'}};background-color: {{progress.index >= index ? '#8363F9' : '#77849E'}};">{{progress.index >= index ? '' : index + 1}}</view>
|
||||
</view>
|
||||
<view class="{{progress.index >= index ? 'active' : ''}}">{{item}}</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user