优化页面

This commit is contained in:
pengxiaolong
2025-06-16 22:09:12 +08:00
parent 0f2a48b450
commit 8ec7365e7c
131 changed files with 1358 additions and 690 deletions

View File

@@ -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; /* 显示省略号 */