样式优化

This commit is contained in:
dragon
2024-10-30 18:09:47 +08:00
parent c445772a67
commit 1a887dc70d
6 changed files with 6 additions and 6 deletions

View File

@@ -52,7 +52,7 @@ body {
line-height: 0.58667rem;
margin: 2.64rem auto 0.29333rem;
display: flex;
justify-content: space-between;
justify-content: space-around;
}
.tab div {

View File

@@ -57,7 +57,7 @@ body {
line-height: px2rem(44);
margin: px2rem(198) auto px2rem(22);
display: flex;
justify-content: space-between;
justify-content: space-around;
div {
// margin-right: px2rem(50);

View File

@@ -209,7 +209,7 @@ body {
.weeklyRewards {
width: 10rem;
height: 4.8rem;
margin: 0.34667rem auto 0;
margin: 0.34667rem auto 0.26667rem;
}
.weeklyRewards .top {

View File

@@ -217,7 +217,7 @@ body {
.weeklyRewards {
width: px2rem(750);
height: px2rem(360);
margin: px2rem(26) auto 0;
margin: px2rem(26) auto px2rem(20);
.top {
width: 100%;

View File

@@ -52,7 +52,7 @@ body {
line-height: 0.58667rem;
margin: 2.64rem auto 0.29333rem;
display: flex;
justify-content: space-between;
justify-content: space-around;
}
.tab div {

View File

@@ -57,7 +57,7 @@ body {
line-height: px2rem(44);
margin: px2rem(198) auto px2rem(22);
display: flex;
justify-content: space-between;
justify-content: space-around;
div {
color: #7B7B7D;