学习页面

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