From 69a1b05bf19d29c91f190873a842391b0c9be370 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期五, 12 四月 2024 09:42:10 +0800 Subject: [PATCH] 答题器听力题播放完善,样式优化 --- packageBookService/pages/bookServices/examination/questionSchedule/index.wxml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/packageBookService/pages/bookServices/examination/questionSchedule/index.wxml b/packageBookService/pages/bookServices/examination/questionSchedule/index.wxml index 82ecfcd..54f3b66 100644 --- a/packageBookService/pages/bookServices/examination/questionSchedule/index.wxml +++ b/packageBookService/pages/bookServices/examination/questionSchedule/index.wxml @@ -22,7 +22,7 @@ wx:if="{{!submitStatus && (answerType == 'option' || answerType == 'mock')}}" style="color: {{isNight ? '#fff' : '#000'}};" > - <view>鍓╀綑鏃堕棿 </view> + <view class="remainder-text">鍓╀綑鏃堕棿 </view> <view class="parimary-color remaining-time">{{showTime}}</view></view > </view> -- Gitblit v1.9.1