修复榜单溢出问题

This commit is contained in:
Dragon
2023-08-18 18:49:05 +08:00
parent b4fdf87984
commit 95416c0ef0
2 changed files with 8 additions and 0 deletions

View File

@@ -1190,6 +1190,7 @@ body {
box-sizing: border-box;
padding: 0 0.8rem;
overflow: hidden;
display: flex;
}
.page3 ul li .num {
width: 0.8rem;
@@ -1255,6 +1256,7 @@ body {
padding: 0 0.64rem 0 0.2666666667rem;
overflow: hidden;
z-index: 9;
display: flex;
}
.page3 .my .num {
width: 1.6rem;
@@ -1685,6 +1687,7 @@ body {
box-sizing: border-box;
padding: 0 0.8rem;
overflow: hidden;
display: flex;
}
.page4 ul li .num {
width: 0.8rem;
@@ -1750,6 +1753,7 @@ body {
padding: 0 0.64rem 0 0.2666666667rem;
overflow: hidden;
z-index: 9;
display: flex;
}
.page4 .my .num {
width: 1.6rem;

View File

@@ -1345,6 +1345,7 @@ body {
box-sizing: border-box;
padding: 0 px2rem(60, );
overflow: hidden;
display: flex;
.num {
width: px2rem(60, );
@@ -1417,6 +1418,7 @@ body {
padding: 0 px2rem(48, ) 0 px2rem(20, );
overflow: hidden;
z-index: 9;
display: flex;
.num {
width: 1.6rem;
@@ -1893,6 +1895,7 @@ body {
box-sizing: border-box;
padding: 0 px2rem(60, );
overflow: hidden;
display: flex;
.num {
width: px2rem(60, );
@@ -1965,6 +1968,7 @@ body {
padding: 0 px2rem(48, ) 0 px2rem(20, );
overflow: hidden;
z-index: 9;
display: flex;
.num {
width: 1.6rem;