修复魅力榜等级异常问题显示

This commit is contained in:
Dragon
2023-11-16 21:41:53 +08:00
parent f807a42db5
commit c76e9865a5
2 changed files with 8 additions and 8 deletions

View File

@@ -66,8 +66,8 @@ img {
}
.rank-three .rank-three-detail .user-grade img {
height: 0.4rem;
width: 0.4rem;
height: 0.5rem;
width: 1rem;
}
.rank-three .rank-three-detail .user-grade img:last-child {
@@ -177,8 +177,8 @@ img {
}
.renk-other .rank-other-detail .user-detail .user-grade img {
height: 0.4rem;
width: 0.4rem;
height: 0.5rem;
width: 1rem;
}
.renk-other .rank-other-detail .user-detail .user-grade img:last-child {

View File

@@ -76,8 +76,8 @@ img {
align-items: center;
img {
height: px2rem(15);
width: px2rem(15);
height: 0.5rem;
width: 1rem;
&:last-child {
height: 0.5rem;
@@ -198,8 +198,8 @@ img {
align-items: center;
img {
height: px2rem(15);
width: px2rem(15);
height: 0.5rem;
width: 1rem;
&:last-child {
height: 0.5rem;