厨房:替换今日榜单ui

This commit is contained in:
Dragon
2023-03-28 17:27:58 +08:00
parent aee9ee1819
commit dfd9bdc23c
5 changed files with 15 additions and 9 deletions

View File

@@ -855,7 +855,7 @@ body {
} }
.wrap .shade-mask-rank .shade-content-rank .rank-top .tab-wrap .active { .wrap .shade-mask-rank .shade-content-rank .rank-top .tab-wrap .active {
background-color: white; background-color: white;
color: #F5A03A; color: #F56801;
border-radius: 0.4rem; border-radius: 0.4rem;
} }
.wrap .shade-mask-rank .shade-content-rank .rank-top .topthree-wrap { .wrap .shade-mask-rank .shade-content-rank .rank-top .topthree-wrap {
@@ -934,7 +934,7 @@ body {
width: 0.4rem; width: 0.4rem;
font-size: 0.4rem; font-size: 0.4rem;
font-weight: bold; font-weight: bold;
color: #fff; color: #333;
text-align: center; text-align: center;
} }
.wrap .shade-mask-rank .shade-content-rank .other-rank li .others-info { .wrap .shade-mask-rank .shade-content-rank .other-rank li .others-info {
@@ -952,12 +952,12 @@ body {
.wrap .shade-mask-rank .shade-content-rank .other-rank li .others-info .others-nick { .wrap .shade-mask-rank .shade-content-rank .other-rank li .others-info .others-nick {
font-size: 0.3733333333rem; font-size: 0.3733333333rem;
font-weight: bold; font-weight: bold;
color: #fff; color: #333333;
} }
.wrap .shade-mask-rank .shade-content-rank .other-rank li .others-diamond-num { .wrap .shade-mask-rank .shade-content-rank .other-rank li .others-diamond-num {
font-size: 0.3466666667rem; font-size: 0.3466666667rem;
font-weight: bold; font-weight: bold;
color: #fff; color: #FF7700;
} }
.wrap .shade-mask-rank .shade-content-rank .other-rank li .others-diamond-num b { .wrap .shade-mask-rank .shade-content-rank .other-rank li .others-diamond-num b {
color: #FF5110; color: #FF5110;
@@ -981,11 +981,13 @@ body {
font-size: 0.3466666667rem; font-size: 0.3466666667rem;
font-weight: bold; font-weight: bold;
color: white; color: white;
white-space: nowrap;
} }
.wrap .shade-mask-rank .shade-content-rank .mine .mine-info { .wrap .shade-mask-rank .shade-content-rank .mine .mine-info {
flex: 1; flex: 1;
display: flex; display: flex;
align-items: center; align-items: center;
white-space: nowrap;
} }
.wrap .shade-mask-rank .shade-content-rank .mine .mine-info img { .wrap .shade-mask-rank .shade-content-rank .mine .mine-info img {
width: 1.0666666667rem; width: 1.0666666667rem;
@@ -1007,6 +1009,7 @@ body {
font-size: 0.3466666667rem; font-size: 0.3466666667rem;
font-weight: bold; font-weight: bold;
color: #fff; color: #fff;
white-space: nowrap;
} }
.wrap .shade-mask-rank .shade-content-rank .mine .mine-diamond-num b { .wrap .shade-mask-rank .shade-content-rank .mine .mine-diamond-num b {
color: #FF5110; color: #FF5110;

View File

@@ -1121,7 +1121,7 @@ body {
.active { .active {
background-color: white; background-color: white;
color: #F5A03A; color: #F56801;
border-radius: px2rem(30); border-radius: px2rem(30);
} }
} }
@@ -1221,7 +1221,7 @@ body {
width: px2rem(30); width: px2rem(30);
font-size: px2rem(30); font-size: px2rem(30);
font-weight: bold; font-weight: bold;
color: #fff; color: #333;
text-align: center; text-align: center;
} }
@@ -1241,14 +1241,14 @@ body {
.others-nick { .others-nick {
font-size: px2rem(28); font-size: px2rem(28);
font-weight: bold; font-weight: bold;
color: #fff; color: #333333;
} }
} }
.others-diamond-num { .others-diamond-num {
font-size: px2rem(26); font-size: px2rem(26);
font-weight: bold; font-weight: bold;
color: #fff; color: #FF7700;
b { b {
color: #FF5110; color: #FF5110;
@@ -1277,12 +1277,14 @@ body {
font-size: px2rem(26); font-size: px2rem(26);
font-weight: bold; font-weight: bold;
color: white; color: white;
white-space:nowrap;
} }
.mine-info { .mine-info {
flex: 1; flex: 1;
display: flex; display: flex;
align-items: center; align-items: center;
white-space:nowrap;
img { img {
width: px2rem(80); width: px2rem(80);
@@ -1307,6 +1309,7 @@ body {
font-size: px2rem(26); font-size: px2rem(26);
font-weight: bold; font-weight: bold;
color: #fff; color: #fff;
white-space:nowrap;
b { b {
color: #FF5110; color: #FF5110;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 247 KiB

After

Width:  |  Height:  |  Size: 157 KiB