feat: 样式调整

This commit is contained in:
Blizzard
2026-04-28 10:32:19 +08:00
parent 7f51b2a0a8
commit ce91e2cbbe
33 changed files with 1553 additions and 619 deletions
+14 -4
View File
@@ -37,8 +37,18 @@
<text wx:else class="play-icon">▶</text>
</view>
<!-- 底部橙色进度线 -->
<view class="progress-track">
<view class="progress-fill" style="width: {{progressPercent}}%"></view>
</view>
<!-- 底部进度条(可拖动) -->
<slider
class="bar-slider"
min="0"
max="{{duration}}"
value="{{currentTime}}"
activeColor="#FF9E6D"
backgroundColor="rgba(255, 122, 47, 0.08)"
block-size="10"
block-color="#FF9E6D"
bindchange="onProgressChange"
bindchanging="onProgressChanging"
catchtap
/>
</view>