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