mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 02:46:46 +08:00
lecturere cert pic edit
This commit is contained in:
@@ -11,14 +11,14 @@
|
||||
<view class="lecturers">
|
||||
<view v-for="( itemes, index) in lecturersList" :key="itemes.id" class="lecturers_item" @click="gotoInfo(itemes)">
|
||||
<view class="avatar">
|
||||
<image style="width: 144rpx;height: 144rpx;border-radius: 72rpx;" :src="itemes.courseImage&&imageBaseUrl+itemes.courseImage || (itemes.gender==2?'../../../static/images/lecturer/teacher_girl.png':'../../../static/images/lecturer/teacher.png')"></image>
|
||||
<image style="width: 144rpx;height: 144rpx;border-radius: 72rpx;" :src="itemes.avatar&&imageBaseUrl+itemes.avatar || (itemes.gender==2?'../../../static/images/lecturer/teacher-girl.png':'../../../static/images/lecturer/teacher.png')"></image>
|
||||
</view>
|
||||
<view class="information">
|
||||
<view class="information_1">
|
||||
<view class="name">{{ itemes.teacherName }}</view>
|
||||
<view class="numbering">{{itemes.teacherNo}}</view>
|
||||
</view>
|
||||
<view class="information_2">{{itemes.orgPath}}</view>
|
||||
<view class="information_2">{{itemes.orgName}}</view>
|
||||
<view class="information_3">
|
||||
<view class="posts">{{ itemes.positionName }}</view>
|
||||
<!-- <view class="rank">{{ itemes.bandCode }}</view> -->
|
||||
@@ -110,6 +110,7 @@
|
||||
border-bottom: 1px solid rgba(83,83,83,0.06);
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.avatar{
|
||||
margin-left: 9px;
|
||||
margin-right: 21px;
|
||||
@@ -122,7 +123,6 @@
|
||||
.information{
|
||||
flex:1;
|
||||
.information_1{
|
||||
margin-top: 3px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.name{
|
||||
@@ -156,6 +156,7 @@
|
||||
text-align: left;
|
||||
font-style: normal;
|
||||
margin-top: 5px;
|
||||
line-height: 18px;
|
||||
}
|
||||
.information_3{
|
||||
margin-top: 5px;
|
||||
|
||||
Reference in New Issue
Block a user