修改房间榜单列表问题

This commit is contained in:
chenruiye
2025-03-19 11:29:45 +08:00
parent 0de82d1a12
commit 435d792b3b
2 changed files with 4 additions and 4 deletions

View File

@@ -387,9 +387,9 @@ body {
bottom: -0.9333333333rem;
}
.largestBox ul {
height: 6.7733333333rem;
height: 5.3333333333rem;
margin: 2.6666666667rem 0.4266666667rem 0;
padding: 0.2133333333rem 0 2.6666666667rem;
padding: 0.2133333333rem 0 5.3333333333rem;
overflow-y: scroll;
}
.largestBox ul::-webkit-scrollbar {

View File

@@ -453,7 +453,7 @@ body {
ul {
// width: px2rem(718);
height: px2rem(508);
height: px2rem(400);
margin: px2rem(200) px2rem(32) 0;
// background: rgba(255, 167, 141, 0.16);
// border-radius: px2rem(32) px2rem(32) 0px 0px;
@@ -461,7 +461,7 @@ body {
// backdrop-filter: blur(7px);
// border-bottom: none;
// box-sizing: border-box;
padding: px2rem(16) 0 px2rem(200);
padding: px2rem(16) 0 px2rem(400);
overflow-y: scroll;
&::-webkit-scrollbar {