小游戏:ui调整

This commit is contained in:
qiaofie
2025-03-07 11:04:43 +08:00
parent b4c396c6bd
commit 4344da3177
3 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
.dataNums { .dataNums {
width: 8rem; width: 8rem;
height: 1rem; height: 0.74rem;
text-align: center; text-align: center;
display: flex; display: flex;
justify-content: center; justify-content: center;
@@ -37,6 +37,6 @@
background: linear-gradient(0deg, #ffed26 0%, #ffffff 100%); background: linear-gradient(0deg, #ffed26 0%, #ffffff 100%);
-webkit-background-clip: text; -webkit-background-clip: text;
-webkit-text-fill-color: transparent; -webkit-text-fill-color: transparent;
line-height: 1rem; line-height: 0.74rem;
float: left; float: left;
} }

View File

@@ -132,14 +132,14 @@ body {
} }
.poolBox .coins_pool { .poolBox .coins_pool {
width: 80%; width: 80%;
margin: 2.3333333333rem auto 0.4rem; margin: 2.4666666667rem auto 0.4rem;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
} }
.poolBox .coins_pool #dataNums { .poolBox .coins_pool #dataNums {
width: 8rem; width: 8rem;
height: 1rem; height: 0.74rem;
} }
.poolBox .coins_pool img { .poolBox .coins_pool img {
width: 0.6933333333rem; width: 0.6933333333rem;
@@ -649,7 +649,7 @@ body {
overflow-x: auto; overflow-x: auto;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-evenly; flex-wrap: nowrap;
} }
.page2 .content .box .history_week ul li { .page2 .content .box .history_week ul li {
width: 3.0666666667rem; width: 3.0666666667rem;

View File

@@ -145,14 +145,14 @@ body {
.coins_pool { .coins_pool {
width: 80%; width: 80%;
margin: px2rem(175) auto px2rem(30); margin: px2rem(185) auto px2rem(30);
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
#dataNums { #dataNums {
width: 8rem; width: 8rem;
height: 1rem; height: 0.74rem;
// font-weight: 600; // font-weight: 600;
// font-size: px2rem(56); // font-size: px2rem(56);
// color: #fff783; // color: #fff783;
@@ -720,7 +720,7 @@ body {
overflow-x: auto; overflow-x: auto;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-evenly; flex-wrap: nowrap;
li { li {
width: px2rem(230); width: px2rem(230);