重新修改后提交

This commit is contained in:
yy
2025-05-19 12:02:53 +08:00
parent 127a75c0a8
commit 98e6e06007
2 changed files with 23 additions and 11 deletions

View File

@@ -157,14 +157,21 @@ function getUserstatistics() {
font-weight: 500;
font-size: 32rpx;
color: #FFFFFF;
width: 452rpx;
width: auto;
max-width: 60%;
white-space: nowrap
overflow:visible;
}
.top-subTitle{
margin-top: 8rpx;
font-weight: 500;
font-size: 32rpx;
color: #FFFFFF;
width: 400rpx;
width: auto;
max-width: 60%;
white-space: nowrap
overflow:hidden;
text-overflow: ellipsis;
}
.top-btn{
width: 164rpx;
@@ -179,7 +186,7 @@ function getUserstatistics() {
font-size: 28rpx;
color: #FFFFFF;
position: absolute
right: 44rpx
right: 36rpx
top: 50rpx
}
}
@@ -300,4 +307,4 @@ function getUserstatistics() {
border-radius: 2rpx
background: #A2A2A2;
transform: rotate(45deg)
</style>
</style>