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