优化页面
This commit is contained in:
@@ -20,6 +20,14 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.PersonalInformationContent.data-v-402ad917 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.nameandSign.data-v-402ad917 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.header.data-v-402ad917 {
|
||||
width: 144.5rpx;
|
||||
height: 144.5rpx;
|
||||
@@ -37,11 +45,24 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.level.data-v-402ad917 {
|
||||
display: flex;
|
||||
height: 46rpx;
|
||||
margin-top: 20rpx;
|
||||
display: flex;
|
||||
}
|
||||
.points.data-v-402ad917 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: 28rpx;
|
||||
color: #a4a4a4;
|
||||
}
|
||||
.name.data-v-402ad917 {
|
||||
width: 280rpx;
|
||||
font-size: 36.26rpx;
|
||||
font-weight: 500;
|
||||
color: #161616;
|
||||
font-weight: bold;
|
||||
white-space: nowrap; /* 防止换行 */
|
||||
overflow: hidden; /* 隐藏溢出内容 */
|
||||
text-overflow: ellipsis; /* 显示省略号 */
|
||||
|
||||
Reference in New Issue
Block a user