|
@@ -1,7 +1,7 @@
|
|
<template>
|
|
<template>
|
|
<view>
|
|
<view>
|
|
<Navbar :textLeft="false" title="我的聊天" />
|
|
<Navbar :textLeft="false" title="我的聊天" />
|
|
- <view class="box defaultBgc" :style="{'padding-top': navbarHeight + 'px', height: 'calc(100vh - ' + navbarHeight + 'px)'}">
|
|
|
|
|
|
+ <view class="box defaultBgc MiSans-Normal" :style="{'padding-top': navbarHeight + 'px', height: 'calc(100vh - ' + navbarHeight + 'px)'}">
|
|
<view class="commonBackground"></view>
|
|
<view class="commonBackground"></view>
|
|
<view class="box-top">
|
|
<view class="box-top">
|
|
<image class="box-top-image" :src="getUserAvatar(info.avatar, info.sex, info.channelID === 'system' ? true : false)" ></image>
|
|
<image class="box-top-image" :src="getUserAvatar(info.avatar, info.sex, info.channelID === 'system' ? true : false)" ></image>
|
|
@@ -739,10 +739,10 @@ onLoad(async (options) => {
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
.mr { margin-right: 20rpx; }
|
|
.mr { margin-right: 20rpx; }
|
|
.salary-text {
|
|
.salary-text {
|
|
- font-size: 36rpx;
|
|
|
|
|
|
+ font-size: 30rpx;
|
|
color: #00B760;
|
|
color: #00B760;
|
|
text-align: center;
|
|
text-align: center;
|
|
- font-family: MiSans-Normal;
|
|
|
|
|
|
+ font-family: MiSans-Bold;
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
text-transform: none;
|
|
text-transform: none;
|
|
}
|
|
}
|
|
@@ -750,7 +750,7 @@ onLoad(async (options) => {
|
|
margin: 0 10rpx;
|
|
margin: 0 10rpx;
|
|
}
|
|
}
|
|
.desc-tag {
|
|
.desc-tag {
|
|
- font-family: MiSans, MiSans;
|
|
|
|
|
|
+ font-family: MiSans-Normal;
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
font-size: 24rpx;
|
|
color: #666666;
|
|
color: #666666;
|
|
@@ -773,6 +773,7 @@ onLoad(async (options) => {
|
|
font-size: 13px;
|
|
font-size: 13px;
|
|
padding: 5px;
|
|
padding: 5px;
|
|
border-radius: 0 0 12px 12px;
|
|
border-radius: 0 0 12px 12px;
|
|
|
|
+ margin-top: 10rpx;
|
|
// margin-bottom: 20rpx;
|
|
// margin-bottom: 20rpx;
|
|
.avatarBox {
|
|
.avatarBox {
|
|
// max-width: 40px;
|
|
// max-width: 40px;
|
|
@@ -901,7 +902,7 @@ onLoad(async (options) => {
|
|
&-title {
|
|
&-title {
|
|
// font-size: 1.2em;
|
|
// font-size: 1.2em;
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
- font-size: 30rpx;
|
|
|
|
|
|
+ font-size: 36rpx;
|
|
margin-bottom: 30rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
}
|
|
&-subtitle {
|
|
&-subtitle {
|