From f16f827b03d7b148e6ea4a52b66d14c577f1d0ca Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期四, 11 七月 2024 14:07:26 +0800 Subject: [PATCH] url --- packageBookService/pages/bookServices/examination/questionSchedule/index.wxml | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/packageBookService/pages/bookServices/examination/questionSchedule/index.wxml b/packageBookService/pages/bookServices/examination/questionSchedule/index.wxml index b95c893..54f3b66 100644 --- a/packageBookService/pages/bookServices/examination/questionSchedule/index.wxml +++ b/packageBookService/pages/bookServices/examination/questionSchedule/index.wxml @@ -3,7 +3,7 @@ wx:if="{{((answerType == 'option' || answerType == 'mock') && !submitStatus) || answerType == 'collectQuestion' || answerType =='errorQuestion'}}" class="schedule" id="schedule" - style="background-color:{{isNight ? '#000' : '#fff'}}" + style="background-color:{{isNight ? '#1a1a1a' : '#fff'}}" > <view class="schedule-top"> <!-- 绛旈杩涘害 --> @@ -21,7 +21,9 @@ class="remainder" wx:if="{{!submitStatus && (answerType == 'option' || answerType == 'mock')}}" style="color: {{isNight ? '#fff' : '#000'}};" - >鍓╀綑鏃堕棿 <text class="parimary-color">{{showTime}}</text></view + > + <view class="remainder-text">鍓╀綑鏃堕棿 </view> + <view class="parimary-color remaining-time">{{showTime}}</view></view > </view> <!-- 杩涘害鏉� --> @@ -31,7 +33,11 @@ </view> <!-- 缁冧範銆佺粍鍗� 鎻愪氦鍚� --> -<view wx:else class="schedule submit-message"> +<view + wx:else + class="schedule submit-message" + style="background-color:{{isNight ? '#1a1a1a' : '#fff'}};color: {{isNight ? '#fff' : '#000'}}; " +> <view> 瀹㈣棰樺緱鍒嗭細<text class="parimary-color">{{subjectiveNum}}鍒�</text> / {{subjectiveGrade}}鍒� -- Gitblit v1.9.1