|
@@ -17,8 +17,9 @@
|
|
<view class="flex item" v-for="item in list" :key="item.report_id" @click="goReportDetail(item)">
|
|
<view class="flex item" v-for="item in list" :key="item.report_id" @click="goReportDetail(item)">
|
|
<image class="img" :src="item.report_img_url" mode="aspectFill" />
|
|
<image class="img" :src="item.report_img_url" mode="aspectFill" />
|
|
<view class="con">
|
|
<view class="con">
|
|
|
|
+ <view class="title-info" v-html="item.title_info"></view>
|
|
<view class="title" v-html="item.title"></view>
|
|
<view class="title" v-html="item.title"></view>
|
|
- <view class="van-ellipsis tips" v-html="item.abstract"></view>
|
|
|
|
|
|
+ <view class="tips" v-html="item.abstract"></view>
|
|
<view class="time">{{item.publish_time|formatReportTime}}</view>
|
|
<view class="time">{{item.publish_time|formatReportTime}}</view>
|
|
<view :class="['audio-box',!item.auth_ok&&'grey-audio-box']" @click.stop="handleClickAudio(item)">
|
|
<view :class="['audio-box',!item.auth_ok&&'grey-audio-box']" @click.stop="handleClickAudio(item)">
|
|
<image src="./static/audio.png" mode="aspectFill"/>
|
|
<image src="./static/audio.png" mode="aspectFill"/>
|
|
@@ -225,6 +226,9 @@ page{
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
margin-bottom: 8rpx;
|
|
margin-bottom: 8rpx;
|
|
}
|
|
}
|
|
|
|
+ .title-info{
|
|
|
|
+ font-size: 28rpx;
|
|
|
|
+ }
|
|
.tips {
|
|
.tips {
|
|
color: #666666;
|
|
color: #666666;
|
|
margin-bottom: 10rpx;
|
|
margin-bottom: 10rpx;
|