|
|
@ -16,12 +16,8 @@ |
|
|
</view> |
|
|
</view> |
|
|
<view class="text-black text-bold text-lg" style="padding:0rpx 32rpx 20rpx 32rpx">{{item.title}}</view> |
|
|
<view class="text-black text-bold text-lg" style="padding:0rpx 32rpx 20rpx 32rpx">{{item.title}}</view> |
|
|
<fold-text content="{{item.content}}"></fold-text> |
|
|
<fold-text content="{{item.content}}"></fold-text> |
|
|
<view class="imgZt" style="padding:0rpx 32rpx;margin-top:16rpx" wx:if="{{item.imageUrlList.length}}"> |
|
|
|
|
|
<!-- <sudoku-image image-list="{{item.imageUrlList}}"></sudoku-image> --> |
|
|
|
|
|
<view class="bottomViewRight" wx:for="{{ item.imageUrlList }}" wx:for-item="option" wx:for-index="optionIndex" wx:key="optionIndex" > |
|
|
|
|
|
<image style="margin-left:10rpx" class="bottomViewRightImg" src="{{option}}" mode="widthFix"></image> |
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<view style="padding:0rpx 32rpx;margin-top:16rpx" wx:if="{{item.imageUrlList.length}}"> |
|
|
|
|
|
<sudoku-image image-list="{{item.imageUrlList}}"></sudoku-image> |
|
|
</view> |
|
|
</view> |
|
|
<view class="flex flex-justify text-black" style="height:112rpx; padding:0rpx 32rpx"> |
|
|
<view class="flex flex-justify text-black" style="height:112rpx; padding:0rpx 32rpx"> |
|
|
<view> |
|
|
<view> |
|
|
|