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