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