Commit 9e1a0b53 authored by Mac's avatar Mac

1

parent ab8d03b6
......@@ -101,7 +101,7 @@
</view>
</view>
<view class="teacher">
<view style="font-size: 14px;color: #1B1D1E;">授课老师</view>
<view style="font-size: 14px;color: #1B1D1E;font-weight: bold;">授课老师</view>
<view class="teacher-list">
<view class="teacher-item" v-for="(ti, i) in g.teacher_list" :key="i" @click="goteacher(ti)">
<u-avatar :src="ti.teacher_logo" size="50"></u-avatar>
......@@ -110,6 +110,7 @@
</view>
</view>
</view>
<view style="width: 100%;height: 10px;background: #FAF8F9;"></view>
<view class="sku-box u-skeleton-rect" style="align-items: flex-start;">
<view class="label" style="margin-top: 5px;">活动</view>
<view class="content" style="display: flex;flex-direction: column">
......@@ -125,7 +126,7 @@
</view>
</view>
<view style="width: 100%;height: 10px;background: #FAF8F9;"></view>
<view class="tiaoti">
......@@ -162,7 +163,7 @@
<view class="tiaoti">
<view class="tiaoti-l"></view>
<text style="font-size: 16px;color: #1B1D1E;margin-left: 5px;">评价 <text style="font-size: 11px;color: #1C1E1F;margin-left: 5px;">{{commentcount}}</text> </text>
<text style="font-size: 16px;color: #1B1D1E;margin-left: 5px;">评价 <text style="font-size: 11px;color: #1C1E1F;margin-left: 5px;font-weight: 0;">{{commentcount}}</text> </text>
</view>
<view class="sku-box u-skeleton-rect" style="justify-content: center;" v-if="comments.length == 0 && setting.is_comment == 1">
<view class="label">暂无评价信息</view>
......@@ -734,7 +735,7 @@ export default {
width: 1px;
}
.goods .g-info .g-price-box .left .price {
margin: 15px 0;
margin: 10px 0;
font-size: 24px;
font-weight: bold;
height: 31px;
......@@ -905,6 +906,7 @@ font-family: aa;
display: flex;
flex-direction: row;
align-items: center;
font-weight: bold
}
.goods .tiaoti-l{
width: 3px;
......@@ -971,13 +973,14 @@ font-family: aa;
border-radius: 10px;
background: #F5F6F7;
margin-left: 10px;
margin-bottom: 10px;
}
.goods .teacher-list{
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: 10px;
margin: 10px 10px 0;
}
.goods .teacher-item{
display: flex;
......@@ -1010,6 +1013,7 @@ font-family: aa;
display: flex;
align-items: center;
padding: 5px 0;
margin-top: 10px;
}
.goods .gl-left{
flex: 1;
......
......@@ -28,7 +28,7 @@
<view class="teacherbox">
<u-avatar :src="teacher.teacherResult.TeacherLogo" size="140"></u-avatar>
<view class="teacherbox-r">
<text style="font-size: 16px;color: #121212;">{{teacher.teacherResult.Name}}</text>
<text style="font-size: 16px;color: #121212;font-weight: bold;">{{teacher.teacherResult.Name}}</text>
<text style="font-size: 12px;color: #9A9A9A;margin: 10px 0;">{{teacher.teacherResult.Major}}</text>
<view class="teacherbox-b">
<view class="teacher-b-item" :style="{background:mc}" v-for="(x, i) in teacher.teacherResult.LableNameList" :key="ci">
......@@ -41,11 +41,11 @@
<view class="course-ti">
<view class="course-ti-c">
<view class="course-ti-cont">
<text>{{teacher.teacherResult.WorkYears}}</text>
<text style="font-weight: bold;">{{teacher.teacherResult.WorkYears}}</text>
<text class="huixin">教龄</text>
</view>
<view class="course-ti-cont">
<text>{{teacher.teacherResult.FollowteacherNum}}</text>
<text style="font-weight: bold;">{{teacher.teacherResult.FollowteacherNum}}</text>
<text class="huixin">粉丝</text>
</view>
<view class="course-ti-cont2" :style="{background:mc}" @click="setFollowTeacher()">
......@@ -327,6 +327,7 @@
display: flex;
flex-direction: row;
align-items: center;
font-weight: bold;
}
.teacherDetails .tiaoti-l{
width: 3px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment