|
@@ -1,6 +1,6 @@
|
|
|
<view style="padding-top: 20rpx">
|
|
|
<!-- 列表 -->
|
|
|
- <view wx:for="{{yjzjDataList}}" wx:for-item="item" wx:for-index="index" wx:key="index" style="height: 150rpx;width: 100%;display:flex;border-bottom: 4rpx solid #F5F5F5;margin-bottom: 20rpx">
|
|
|
+ <view wx:for="{{yjzjDataList}}" wx:for-item="item" wx:for-index="index" wx:key="index" style="height: 150rpx;width: 100%;display:flex;border-bottom: 4rpx solid #F5F5F5;margin-bottom: 20rpx" bindtap="goYjzjDetail" data-item="{{ item.htmlContent }}">
|
|
|
<view style="height: 140rpx;width: 464rpx;padding-right: 22rpx">
|
|
|
<view style="height: 99rpx;width: 100%;font-size: 26rpx;line-height:33rpx;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;color: #666666;">
|
|
|
{{ item.theme }}
|