|
|
@ -1,7 +1,7 @@ |
|
|
<!-- <wxs module="moment" src="../../moment/index.wxs"></wxs> --> |
|
|
<!-- <wxs module="moment" src="../../moment/index.wxs"></wxs> --> |
|
|
<view class="bg-white flex flex-justify" style="padding:18rpx 24rpx;border-bottom: 1rpx solid #f3f3f3;" bindtap="lookItem"> |
|
|
<view class="bg-white flex flex-justify" style="padding:18rpx 24rpx;border-bottom: 1rpx solid #f3f3f3;" bindtap="lookItem"> |
|
|
<view style="height: 180rpx;padding-right: 16rpx;flex: 1;position: relative;"> |
|
|
<view style="height: 180rpx;padding-right: 16rpx;flex: 1;position: relative;"> |
|
|
<highlight-text content="{{item.content}}" keyword="{{keyword}}" class="text-title"></highlight-text> |
|
|
|
|
|
|
|
|
<highlight-text content="{{item.title}}" keyword="{{keyword}}" class="text-title"></highlight-text> |
|
|
<view class="flex flex-justify" style="position: absolute;bottom: 0;width: 100%;padding-right: 16rpx;"> |
|
|
<view class="flex flex-justify" style="position: absolute;bottom: 0;width: 100%;padding-right: 16rpx;"> |
|
|
<view class="attention-bg" catchtap="lookFactory" style="margin-right: 16rpx;" wx:if="{{item.millPaperId}}"> |
|
|
<view class="attention-bg" catchtap="lookFactory" style="margin-right: 16rpx;" wx:if="{{item.millPaperId}}"> |
|
|
<text class="text-blue text-cut" style="max-width: 160rpx;">{{item.shortName || item.millPaperName}}</text> |
|
|
<text class="text-blue text-cut" style="max-width: 160rpx;">{{item.shortName || item.millPaperName}}</text> |
|
|
|