学习页面

This commit is contained in:
lmj
2022-11-16 15:59:27 +08:00
parent 65cad815cf
commit a7e65f8c26

View File

@@ -127,17 +127,22 @@
<!--简介内容-->
<view v-if="tabIndex==1" class="cinfo">
<view class="cinfo-title">
{{courseInfo.name}}
<text class="cinfo-tag1">{{convertTypeName(courseInfo.sysType1)}}</text>
<text v-if="courseInfo.sysType2" class="cinfo-tag2">{{convertTypeName(courseInfo.sysType2)}}</text>
<text v-if="courseInfo.sysType3" class="cinfo-tag2">{{convertTypeName(courseInfo.sysType3)}}</text>
<view style="float: left;">
{{courseInfo.name}}
</view>
<view style="float: left;">
<text class="cinfo-tag1">{{convertTypeName(courseInfo.sysType1)}}</text>
<text v-if="courseInfo.sysType2" class="cinfo-tag2">{{convertTypeName(courseInfo.sysType2)}}</text>
<text v-if="courseInfo.sysType3" class="cinfo-tag2">{{convertTypeName(courseInfo.sysType3)}}</text>
</view>
</view>
<view class="desrow">
<view>
<text class="desrow-name">目标人群</text>
<text class="desrow-value">{{courseInfo.forUsers}}</text>
</view>
<view style="color: #999999;min-width: 160upx;text-align: right;">{{formatUserNumber(courseInfo.studys)}}人学习</view>
<view style="color: #999999;min-width: 160upx;text-align: right;font-size: 24upx;">{{formatUserNumber(courseInfo.studys)}}人学习</view>
</view>
<view class="desrow" style="justify-content: flex-start;">
<view><text class="desrow-name">讲师</text></view>
@@ -1547,6 +1552,7 @@
}
.cinfo{
.cinfo-title{
min-height: 18upx;
color:#333333;
font-size: 32upx;
padding: 28upx 0upx;
@@ -1583,14 +1589,16 @@
.score{
color:#FB7303;
margin-left: 10upx;
font-weight: 700; font-size: 32upx;
font-weight: 700;
font-size: 32upx;
}
}
.cinfo-btns{
display: flex;
justify-content: center;
.cinfo-btn{
margin:30upx 80upx;
flex: 1;
text-align: center;
color:#999999;
}
}
@@ -1688,7 +1696,7 @@
.box-studying{
//color:#FFB30F;
color: #387DF7;
border: 1px dotted #387DF7;
border: 1upx solid rgba(56,125,247,0.14);
}
.box-finish{
color: #3C7EFF;