|
|
@ -17,7 +17,7 @@ |
|
|
|
<view class="flex info"> |
|
|
|
<view class="avatar"> |
|
|
|
<image class="img" src="@/static/image/temp-30.png" mode="scaleToFill"></image> |
|
|
|
<view class="tag">学生</view> |
|
|
|
<view :class="['tag', `tag-0`]">学生</view> |
|
|
|
</view> |
|
|
|
<view class="flex summary"> |
|
|
|
<view class="flex flex-column summary-item name"> |
|
|
@ -78,6 +78,8 @@ export default { |
|
|
|
|
|
|
|
<style scoped lang="scss"> |
|
|
|
|
|
|
|
@import '../member/styles/tag.scss'; |
|
|
|
|
|
|
|
.card { |
|
|
|
font-family: PingFang SC; |
|
|
|
font-weight: 400; |
|
|
@ -155,18 +157,6 @@ export default { |
|
|
|
height: 100%; |
|
|
|
} |
|
|
|
|
|
|
|
.tag { |
|
|
|
position: absolute; |
|
|
|
left: 0; |
|
|
|
bottom: 0; |
|
|
|
width: 100%; |
|
|
|
padding: 2rpx 0; |
|
|
|
box-sizing: border-box; |
|
|
|
text-align: center; |
|
|
|
font-size: 24rpx; |
|
|
|
color: #03C25C; |
|
|
|
background: #E9FFF5; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.summary { |
|
|
|