小游戏:ui调整
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.dataNums {
|
||||
width: 8rem;
|
||||
height: 1rem;
|
||||
height: 0.74rem;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
@@ -37,6 +37,6 @@
|
||||
background: linear-gradient(0deg, #ffed26 0%, #ffffff 100%);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
line-height: 1rem;
|
||||
line-height: 0.74rem;
|
||||
float: left;
|
||||
}
|
@@ -132,14 +132,14 @@ body {
|
||||
}
|
||||
.poolBox .coins_pool {
|
||||
width: 80%;
|
||||
margin: 2.3333333333rem auto 0.4rem;
|
||||
margin: 2.4666666667rem auto 0.4rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.poolBox .coins_pool #dataNums {
|
||||
width: 8rem;
|
||||
height: 1rem;
|
||||
height: 0.74rem;
|
||||
}
|
||||
.poolBox .coins_pool img {
|
||||
width: 0.6933333333rem;
|
||||
@@ -649,7 +649,7 @@ body {
|
||||
overflow-x: auto;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-evenly;
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
.page2 .content .box .history_week ul li {
|
||||
width: 3.0666666667rem;
|
||||
|
@@ -145,14 +145,14 @@ body {
|
||||
|
||||
.coins_pool {
|
||||
width: 80%;
|
||||
margin: px2rem(175) auto px2rem(30);
|
||||
margin: px2rem(185) auto px2rem(30);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
#dataNums {
|
||||
width: 8rem;
|
||||
height: 1rem;
|
||||
height: 0.74rem;
|
||||
// font-weight: 600;
|
||||
// font-size: px2rem(56);
|
||||
// color: #fff783;
|
||||
@@ -720,7 +720,7 @@ body {
|
||||
overflow-x: auto;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-evenly;
|
||||
flex-wrap: nowrap;
|
||||
|
||||
li {
|
||||
width: px2rem(230);
|
||||
|
Reference in New Issue
Block a user