纸通宝小程序
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.
 

19 lines
1.6 KiB

<!--pages/main/index.wxml-->
<view class="bg-white flex flex-justify" style="padding:18rpx 24rpx;border-bottom: 1rpx solid #f3f3f3;">
<view style="height: 180rpx;padding-right: 16rpx;flex: 1;position: relative;">
<highlight-text content="{{item.content}}" 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">
<text class="text-blue">{{item.shortName}}</text>
<text class="cuIcon-right text-blue" style="font-size:24rpx;"></text>
</view>
<view class="text-sm text-gray" style="margin-left: 16rpx;padding-top: 2rpx;">{{item.createTime}}</view>
<view class="text-sm text-gray" style="margin-left: 16rpx;">{{item.readingQuantity}}次阅读</view>
</view>
</view>
<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://636c-cloud1-1gjilu3e74c1a18a-1305669442.tcb.qcloud.la/d88cfa6ca3ff48a188dad034bad713f9.png?sign=4dd7451e3209d99bab37ad85a41aaa7f&t=1631758041"></image>
<image slot="error" style="height:180rpx;width:240rpx" src="https://636c-cloud1-1gjilu3e74c1a18a-1305669442.tcb.qcloud.la/d88cfa6ca3ff48a188dad034bad713f9.png?sign=4dd7451e3209d99bab37ad85a41aaa7f&t=1631758041"></image>
</wux-image>
<image style="height:180rpx;width:240rpx" src="https://636c-cloud1-1gjilu3e74c1a18a-1305669442.tcb.qcloud.la/d88cfa6ca3ff48a188dad034bad713f9.png?sign=4dd7451e3209d99bab37ad85a41aaa7f&t=1631758041" wx:else></image>
</view>