mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-06 17:36:45 +08:00
lecturere cert pic edit
This commit is contained in:
@@ -5,14 +5,14 @@
|
||||
<div class="info">
|
||||
<div class="info_top">
|
||||
<div class="header_img">
|
||||
<img style="width: 144rpx;height: 144rpx;border-radius: 72rpx;" :src="lecturersInfo.courseImage&&imageBaseUrl+lecturersInfo.courseImage || (lecturersInfo.gender==2?'../../../static/images/lecturer/teacher_girl.png':'../../../static/images/lecturer/teacher.png')"></img>
|
||||
<img style="width: 144rpx;height: 144rpx;border-radius: 72rpx;" :src="lecturersInfo.avatar&&imageBaseUrl+lecturersInfo.avatar || (lecturersInfo.gender==2?'../../../static/images/lecturer/teacher-girl.png':'../../../static/images/lecturer/teacher.png')"></img>
|
||||
</div>
|
||||
<div class="base_info">
|
||||
<div class="base_info_1">
|
||||
<div class="name">{{lecturersInfo.teacherName}}</div>
|
||||
<div class="number">{{lecturersInfo.teacherNo}}</div>
|
||||
</div>
|
||||
<div class="base_info_2">{{lecturersInfo.orgPath}}</div>
|
||||
<div class="base_info_2">{{lecturersInfo.orgName}}</div>
|
||||
<div class="base_info_3">
|
||||
<div>{{lecturersInfo.positionName}}</div>
|
||||
<!-- <div>{{lecturersInfo.bandCode}}</div> -->
|
||||
@@ -230,9 +230,9 @@
|
||||
padding: 20px 16px 16px 16px;
|
||||
|
||||
.info_top {
|
||||
display: flex;
|
||||
margin-left: 9px;
|
||||
|
||||
display: flex;
|
||||
margin-left: 9px;
|
||||
align-items: center;
|
||||
.header_img {
|
||||
img {
|
||||
width: 144rpx;
|
||||
@@ -248,7 +248,6 @@
|
||||
.base_info_1 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.name {
|
||||
font-weight: 600;
|
||||
font-size: 16px;
|
||||
@@ -275,18 +274,18 @@
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: normal;
|
||||
margin: 8px 0 0;
|
||||
font-weight: 400;
|
||||
margin: 5px 0 0;
|
||||
font-size: 14px;
|
||||
color: #333333;
|
||||
line-height: 20px;
|
||||
line-height: 16px;
|
||||
text-align: left;
|
||||
font-style: normal;
|
||||
}
|
||||
.base_info_3 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-top: 0px;
|
||||
margin-top: 5px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.base_info_3:first-child {
|
||||
margin-right: 20px;
|
||||
|
||||
@@ -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