|
@@ -5,7 +5,7 @@
|
|
|
<view class="subTitle">答题用时:{{detail.durationText || '0秒'}}</view>
|
|
|
</view>
|
|
|
|
|
|
- <scroll-view class="body" style="height: {{scrollheight - 15}}px" scroll-y="{{true}}">
|
|
|
+ <scroll-view class="body" style="height: {{scrollheight - 20}}px" scroll-y="{{true}}">
|
|
|
<view class="queAnswer" style="color: {{item ? '#63BD4F': '#FD5454'}};border-color:{{item ? '#63BD4F': '#FD5454'}}" wx:for="{{detail.istrue}}" wx:key="index">
|
|
|
<view class="tag" style="background-color: {{item ? '#63BD4F': '#FD5454' }};">
|
|
|
<view wx:if="{{item}}">∨</view>
|