| | |
| | | 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;" |
| | | > |
| | |
| | | </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 |
| | |
| | | <!-- 文字加图片 --> |
| | | <view |
| | | wx:if="{{item.optionStyle == 'TxtAndImage'}}" |
| | | class="fl-center" |
| | | class="fl-center mh" |
| | | > |
| | | <text |
| | | style="color:{{ isNight ? '#fff' : '#000'}};font-size:{{sliderValue || 32}}rpx;" |
| | |
| | | <!-- 富文本 --> |
| | | <view |
| | | wx:if="{{item.optionStyle == 'RichText'}}" |
| | | class="check-rich-box" |
| | | class="check-rich-box mh" |
| | | > |
| | | <text>{{contentItem.value}}、</text> |
| | | <rich-text |