Commit 565ccaed authored by Mac's avatar Mac

1

parent 345cb551
...@@ -153,8 +153,8 @@ ...@@ -153,8 +153,8 @@
<view class="tiaoti-l"></view> <view class="tiaoti-l"></view>
<text style="font-size: 16px;color: #1B1D1E;margin-left: 5px;">擅长课程</text> <text style="font-size: 16px;color: #1B1D1E;margin-left: 5px;">擅长课程</text>
</view> </view>
<view style="width: 100%;padding:10px 15px;"> <view style="width: 100%;padding:8px 15px;" class="teacherbox-b">
<view class="teacher-b-item" :style="{background:mc,'font-size':'14px'}" v-for="(x, i) in teacher.teacherResult.GoodCourseList" :key="ci"> <view class="teacher-b-item2" :style="{background:mc,}" v-for="(x, i) in teacher.teacherResult.GoodCourseList" :key="ci">
{{x}} {{x}}
</view> </view>
</view> </view>
...@@ -610,6 +610,14 @@ ...@@ -610,6 +610,14 @@
margin-right: 5px; margin-right: 5px;
margin-bottom: 5px; margin-bottom: 5px;
} }
.teacherDetails .teacher-b-item2{
padding: 3px 6px;
border-radius: 3px;
font-size: 14px;
color: #FAF8F9;
margin-right: 8px;
margin-bottom: 8px;
}
.teacherDetails .course-ti{ .teacherDetails .course-ti{
width: 100%; width: 100%;
height: 100px; height: 100px;
......
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