This commit is contained in:
zhaofang
2022-11-16 15:46:43 +08:00
parent fa3e8d362b
commit 65cad815cf
2 changed files with 4 additions and 4 deletions

View File

@@ -127,13 +127,13 @@
.course-text{
margin-top: 20upx;
font-size: 28upx;
color: #6E7B84;
color: #666666;
}
.course-type{
margin-top: 20upx;
.type-index{
font-size: 22upx;
color: #6E7B84;
color: #528CEC;
background: rgba($color: #387DF7, $alpha: 0.1);
border-radius: 16upx;
margin-right: 12upx;

View File

@@ -81,7 +81,7 @@
<view class="article" v-for="(item,irs) in articleList" :key="irs" @click="toArticleDetail(item)">
<div class="article-content">
<div class="article-info">
<view class="article-title">
<view class="article-title" v-html="">
{{ item.title }}
</view>
<view class="article-author" style="display: flex;justify-content: space-between;">
@@ -129,7 +129,7 @@
<view class="content-listtwo" @click="toQaDetail(item)">
<view class="list-details">
<view class="list-text" >{{item.content }}</view>
<view class="list-text" v-html="item.content"></view>
<!-- <view class="list-best" v-if="item.isResolve" > -->
<!-- <text style="color:#FFB30F">最佳回答:</text>
{{item.bestAnswer}}</view> -->