This commit is contained in:
zhaofang
2022-11-16 11:05:26 +08:00
parent cc805c78a5
commit 2dc8745c6e

View File

@@ -265,7 +265,7 @@
<image v-if="isFavorite" src="/static/images/course/c_favorite_2.png" style="width: 80upx;height: 80upx;">
<image v-else src="/static/images/course/c_favorite.png" style="width: 80upx;height: 80upx;">
</view>
<view>收藏</view>
<view>{{isFavorite? '已收藏':'收藏'}}</view>
</view>
<view class="cinfo-btn" @click="openShare()">
<view>
@@ -1500,6 +1500,9 @@
justify-content: center;
.cinfo-btn{
margin:30upx 60upx;
color: #999999;
font-size: 28upx;
text-align: center;
}
}
}
@@ -1596,7 +1599,8 @@
.box-studying{
//color:#FFB30F;
color: #387DF7;
border: 1px dotted #387DF7;
border-radius: 4upx;
border: 1px solid rgba(56,125,247,0.14);
}
.box-finish{
color: #3C7EFF;