Merge pull request '1' (#16) from dengjie into dev

Reviewed-on: http://git.hchyun.com/feashow/pupil/pulls/16
This commit is contained in:
odjbin
2022-12-18 15:30:38 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -116,13 +116,13 @@
.u-cell__title-text { .u-cell__title-text {
margin-left: 20rpx; margin-left: 20rpx;
font-size: 24rpx !important; font-size: 26rpx !important;
color: #252421; color: #252421;
line-height: 33rpx !important; line-height: 33rpx !important;
} }
.u-cell__value { .u-cell__value {
font-size: 24rpx !important; font-size: 26rpx !important;
color: #CCCCCC !important; color: #CCCCCC !important;
} }

View File

@@ -18,7 +18,7 @@
.my_avatar { .my_avatar {
position: absolute; position: absolute;
right: 325rpx; right: 325rpx;
top: 148rpx; top: 152rpx;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;