From cf1fcff430fa1331c1d9b2b844fa9ad710fb7a26 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 16 四月 2024 11:30:34 +0800 Subject: [PATCH] 详情页,答题器bug修改 --- packageBookService/pages/bookServices/examination/questionList/index.wxml | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) diff --git a/packageBookService/pages/bookServices/examination/questionList/index.wxml b/packageBookService/pages/bookServices/examination/questionList/index.wxml index 5212ab2..4820cd7 100644 --- a/packageBookService/pages/bookServices/examination/questionList/index.wxml +++ b/packageBookService/pages/bookServices/examination/questionList/index.wxml @@ -189,12 +189,13 @@ disabled="{{item.isComplete}}" icon="rectangle" block="{{false}}" + class="t-checkbox" value="{{contentItem.value}}" - style="background-color:{{isNight ? '#222' :'#F9F9F9'}}; display: flex; align-items: center; margin-bottom: 20rpx;" + style="background-color:{{isNight ? '#222' :'#F9F9F9'}}; " > <!-- 浠呮枃瀛� --> <view - class="fl-center" + class="fl-center mh" wx:if="{{item.optionStyle == 'Txt'}}" style="color:{{ isNight ? '#fff' : '#000'}};font-size:{{sliderValue || 32}}rpx;" > @@ -203,7 +204,10 @@ </view> <!-- 浠呭浘鐗� --> - <view wx:if="{{item.optionStyle == 'Image'}}" class="fl-center"> + <view + wx:if="{{item.optionStyle == 'Image'}}" + class="fl-center mh" + > <text style="color:{{ isNight ? '#fff' : '#000'}};font-size:{{sliderValue || 32}}rpx;" >{{contentItem.value}}銆�</text @@ -213,7 +217,7 @@ <!-- 鏂囧瓧鍔犲浘鐗� --> <view wx:if="{{item.optionStyle == 'TxtAndImage'}}" - class="fl-center" + class="fl-center mh" > <text style="color:{{ isNight ? '#fff' : '#000'}};font-size:{{sliderValue || 32}}rpx;" @@ -232,7 +236,7 @@ <!-- 瀵屾枃鏈� --> <view wx:if="{{item.optionStyle == 'RichText'}}" - class="check-rich-box" + class="check-rich-box mh" > <text>{{contentItem.value}}銆�</text> <rich-text -- Gitblit v1.9.1