mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-08 10:26:45 +08:00
提交
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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> -->
|
||||
|
||||
Reference in New Issue
Block a user