| | |
| | | style="height: min-content" |
| | | > |
| | | <text>{{contentItem.value}}、</text> |
| | | <text class="radio-textimg">{{contentItem.txt}}</text> |
| | | |
| | | <view class="radio-textimg">{{contentItem.txt}}</view> |
| | | <image src="{{contentItem.img}}" mode="aspectFit" /> |
| | | </view> |
| | | <!-- 富文本 --> |
| | |
| | | wx:if="{{item.analysisCon}}" |
| | | style="color: {{isNight ? '#fff' : '#000'}};" |
| | | > |
| | | <text style="font-size: {{sliderValue || 32}}rpx;">答案解析:</text> |
| | | <text style="font-size: {{sliderValue || 32}}rpx;" class="answer-analysis">答案解析:</text> |
| | | <rich-text |
| | | style="font-size: {{sliderValue || 32}}rpx;" |
| | | nodes="{{item.analysisCon}}" |