细节完善
This commit is contained in:
@@ -648,11 +648,12 @@ onShareTimeline(() => {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
width: calc(100% - 40rpx);
|
||||
line-height: 80rpx;
|
||||
padding: 0 20rpx;
|
||||
}
|
||||
.rank-title-bar > text:nth-child(1) {
|
||||
width: 15%;
|
||||
width: 55rpx;
|
||||
}
|
||||
.rank-title-bar > text:nth-child(2) {
|
||||
flex: 1;
|
||||
@@ -661,7 +662,7 @@ onShareTimeline(() => {
|
||||
width: 16%;
|
||||
}
|
||||
.rank-title-bar > text:nth-child(4) {
|
||||
width: 27%;
|
||||
width: 25%;
|
||||
}
|
||||
.strength {
|
||||
font-size: 22rpx;
|
||||
|
||||
Reference in New Issue
Block a user