feat: 样式调整
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user