细节优化

This commit is contained in:
kron
2026-01-05 18:03:47 +08:00
parent 3364aac93d
commit f7c24680cb
4 changed files with 109 additions and 12 deletions

View File

@@ -481,7 +481,7 @@ onShareTimeline(() => {
margin-right: 10rpx;
}
.statistics-item > text:nth-child(2) {
line-height: 62rpx;
transform: translateY(16rpx);
}
.statistics-item > text:nth-child(3) {
width: 100%;
@@ -658,7 +658,7 @@ onShareTimeline(() => {
flex: 1;
}
.rank-title-bar > text:nth-child(3) {
width: 18%;
width: 16%;
}
.rank-title-bar > text:nth-child(4) {
width: 27%;
@@ -669,8 +669,8 @@ onShareTimeline(() => {
border-radius: 8rpx;
border: 1rpx solid #777777;
height: 20rpx;
line-height: 20rpx !important;
padding: 8rpx;
transform: translateY(8rpx);
line-height: 20rpx;
transform: translateY(6rpx) !important;
}
</style>