mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-23 17:55:41 +08:00
提交
This commit is contained in:
@@ -83,23 +83,17 @@
|
|||||||
<div class="article-info">
|
<div class="article-info">
|
||||||
<view class="article-title">
|
<view class="article-title">
|
||||||
{{ item.title }}
|
{{ item.title }}
|
||||||
<!-- <text style="float: right;font-size: 22upx;">2022-77-44</text> -->
|
|
||||||
<!-- <text v-if="item.coverurl==''" style="font-size: 14px;line-height: 40upx; color: #BBBBBB;font-weight: 400; float: right;padding-top: 0rpx;">
|
|
||||||
{{item.sysCreateTime.substring(0,10)}}
|
|
||||||
</text> -->
|
|
||||||
</view>
|
</view>
|
||||||
<view style="display: flex;justify-content: space-between;">
|
<view class="article-author" style="display: flex;justify-content: space-between;">
|
||||||
<view>
|
|
||||||
<view class="article-author" style="display: flex;">
|
|
||||||
<author v-if="item.authorInfo" :showInfo="true" :data="item.authorInfo"></author>
|
<author v-if="item.authorInfo" :showInfo="true" :data="item.authorInfo"></author>
|
||||||
<text style="padding-top: 8rpx;padding-left: 9rpx;font-size: 26rpx;line-height: 40upx; color: #999999;font-weight: 400; float: right;">
|
<text style="padding-top: 8rpx;padding-left: 9rpx;font-size: 26rpx;line-height: 40upx; color: #999999;font-weight: 400; float: right;">
|
||||||
{{item.sysCreateTime.substring(0,10)}}
|
{{item.sysCreateTime.substring(0,10)}}
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
<view style="margin-top: 7upx;">
|
<view style="display: flex;justify-content: space-between;">
|
||||||
|
<view style="margin-top: 32upx;">
|
||||||
<view class="article-summary" >{{ item.summary }}</view>
|
<view class="article-summary" >{{ item.summary }}</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
|
||||||
<view v-if="item.coverurl!=''" class="article-img">
|
<view v-if="item.coverurl!=''" class="article-img">
|
||||||
<image :src="fileUrl+item.coverurl" style="width: 184rpx;height: 124rpx;border-radius: 15rpx;"></image>
|
<image :src="fileUrl+item.coverurl" style="width: 184rpx;height: 124rpx;border-radius: 15rpx;"></image>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user