feat(mine): 我的页面结算等级字体样式调整
This commit is contained in:
parent
49ca3babc9
commit
d6a998fb1a
|
@ -24,10 +24,10 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="cmem">
|
<view class="cmem">
|
||||||
<view
|
<view
|
||||||
class="tTit2"
|
style="margin-right: 20rpx; display: flex;"
|
||||||
style="margin-right: 20rpx;"
|
|
||||||
>
|
>
|
||||||
{{ '结算等级' }}:{{ userInfo.pkGradeVal }}
|
<view style="margin-right: 10rpx;">{{ '结算等级' }}:</view>
|
||||||
|
<view class="jxTit1">{{ userInfo.pkGradeVal }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="grade_left">
|
<view class="grade_left">
|
||||||
<view class="gra_left1" v-if="userData.registerAuthority">
|
<view class="gra_left1" v-if="userData.registerAuthority">
|
||||||
|
@ -1050,13 +1050,6 @@ export default {
|
||||||
font-size: 20rpx;
|
font-size: 20rpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tTit2 {
|
|
||||||
font-size: 22rpx;
|
|
||||||
font-family: Source Han Sans CN;
|
|
||||||
font-weight: 400;
|
|
||||||
// margin-top: 10rpx;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1064,15 +1057,7 @@ export default {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 40rpx;
|
top: 40rpx;
|
||||||
right: 3%;
|
right: 3%;
|
||||||
// display: flex;
|
|
||||||
// flex-direction: column;
|
|
||||||
// align-items: flex-end;
|
|
||||||
// justify-content: space-between;
|
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|
||||||
.ricon {
|
|
||||||
}
|
|
||||||
|
|
||||||
.rtitle {
|
.rtitle {
|
||||||
font-size: 22rpx;
|
font-size: 22rpx;
|
||||||
font-family: PingFang SC;
|
font-family: PingFang SC;
|
||||||
|
|
Loading…
Reference in New Issue