You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
1.7 KiB
23 lines
1.7 KiB
<wxs module="moment" src="../../article/index.wxs"></wxs>
|
|
<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;">
|
|
<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="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="cuIcon-right text-blue" style="font-size:24rpx;"></text>
|
|
</view>
|
|
<view class="text-sm text-gray" style="padding-top: 2rpx;">{{moment.formatMTime(item.updateTime)}}</view>
|
|
<view class="text-sm text-gray" style="margin-left: 16rpx;">{{item.readingQuantity || 0}}次阅读</view>
|
|
</view>
|
|
</view>
|
|
<view style="position: relative;width: 240rpx;height: 180rpx;">
|
|
<wux-image width="{{240}}" height="{{180}}" nuit="rpx" src="{{item.imageUrlList[0]}}" mode="aspectFill" wx:if="{{item.imageUrlList.length}}">
|
|
<image slot="loading" style="height:180rpx;width:240rpx" src="https://pic.imgdb.cn/item/616646c92ab3f51d9112d4c7.png"></image>
|
|
<image slot="error" style="height:180rpx;width:240rpx" src="https://pic.imgdb.cn/item/616646c92ab3f51d9112d4c7.png"></image>
|
|
</wux-image>
|
|
<image style="height:180rpx;width:240rpx" src="https://pic.imgdb.cn/item/616646c92ab3f51d9112d4c7.png" wx:else></image>
|
|
<view class="type-tags" wx:if="{{item.categoryId}}">{{item.categoryName}}</view>
|
|
</view>
|
|
|
|
</view>
|