This commit is contained in:
zhaofang
2022-11-16 17:39:45 +08:00
parent 4d6b8f4316
commit 57984216c7

View File

@@ -126,11 +126,11 @@
</view>
<!--简介内容-->
<view v-if="tabIndex==1" class="cinfo">
<view class="cinfo-title">
<view style="float: left;">
<view class="cinfo-title" style="display: flex;flex-wrap: wrap;">
<view >
{{courseInfo.name}}
</view>
<view style="float: left;">
<view>
<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>
@@ -150,7 +150,7 @@
<view v-for="tea in teachers" :key="tea.id" style="display: flex;justify-content: space-between;">
<view>
<text class="desrow-value">{{tea.teacherName}}</text>
<text class="desrow-value">({{tea.orgInfo}})</text>
<text class="desrow-value" style="font-size: 24upx;margin-left: 6upx;color: #999999;">({{tea.orgInfo}})</text>
</view>
<view @click="followUser(tea)" style="color: #387DF7;;">
<text v-if="tea.followed">已关注</text>
@@ -1489,6 +1489,14 @@
</script>
<style lang="scss" scoped>
.pinglun{
/deep/ .comments{
padding: 0;
.comments-top{
display: none;
}
}
}
body{
background-color: #fff;
}
@@ -1559,7 +1567,7 @@
}
.cinfo-tag1{
font-size: 22upx;
color: #6E7B84;
color: #528CEC;
background: rgba($color: #387DF7, $alpha: 0.1);
border-radius: 16upx;
margin-left: 12upx;
@@ -1596,8 +1604,10 @@
.cinfo-btns{
display: flex;
justify-content: center;
margin-top: 66upx;
.cinfo-btn{
flex: 1;
font-size: 28upx;
text-align: center;
color:#999999;
}
@@ -1620,6 +1630,7 @@
}
.citem-body{
background-color: #F7F8F9;
border-radius: 4upx;
color: #333333;
height: 100upx;
padding: 20upx 30upx;
@@ -1634,7 +1645,8 @@
}
.scroll-item{
margin: 3px;
// margin: 3px;
margin-right: 20upx;
.scroll-item-sec{
height: 20px;
// padding: 10upx;