修改了颜色和图片的颜色

This commit is contained in:
17792275749
2025-06-05 17:56:50 +08:00
parent 3070b2b821
commit 46266223f1
24 changed files with 32 additions and 61 deletions
+1 -1
View File
@@ -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>