diff --git a/view/molistar/modules/newRank/css/index.css b/view/molistar/modules/newRank/css/index.css
index a123c867..87a7ec86 100644
--- a/view/molistar/modules/newRank/css/index.css
+++ b/view/molistar/modules/newRank/css/index.css
@@ -11,7 +11,7 @@ body {
line-height: 0.58667rem;
position: fixed;
left: 0;
- top: 1.33333rem;
+ top: 1.2rem;
text-align: center;
color: #FFFFFF;
font-size: 0.50667rem;
@@ -41,6 +41,22 @@ body {
font-weight: 600;
}
+.newText1 {
+ width: 100%;
+ position: fixed;
+ height: 2rem;
+ background: #000;
+ z-index: 9;
+ text-align: center;
+ color: #FFF8C2;
+ font-size: 0.42667rem;
+ font-weight: 600;
+ line-height: 3rem;
+ transition: all 0.5s;
+ height: 0;
+ overflow: hidden;
+}
+
.header {
width: 10rem;
height: 17rem;
diff --git a/view/molistar/modules/newRank/css/index.scss b/view/molistar/modules/newRank/css/index.scss
index d8f97496..9a279f94 100644
--- a/view/molistar/modules/newRank/css/index.scss
+++ b/view/molistar/modules/newRank/css/index.scss
@@ -15,7 +15,7 @@ body {
line-height: px2rem(44);
position: fixed;
left: 0;
- top: px2rem(100);
+ top: px2rem(90);
text-align: center;
color: #FFFFFF;
font-size: px2rem(38);
@@ -45,6 +45,23 @@ body {
}
}
+.newText1 {
+ width: 100%;
+ position: fixed;
+ height: 2rem;
+ // background: rgba(0, 0, 0, .8);
+ background: #000;
+ z-index: 9;
+ text-align: center;
+ color: #FFF8C2;
+ font-size: px2rem(32);
+ font-weight: 600;
+ line-height: 3rem;
+ transition: all 0.5s;
+ height: 0;
+ overflow: hidden;
+}
+
.header {
width: px2rem(750);
// height: px2rem(1229);
diff --git a/view/molistar/modules/newRank/css/monthlyRewards.css b/view/molistar/modules/newRank/css/monthlyRewards.css
index 36ffad6b..cda0f911 100644
--- a/view/molistar/modules/newRank/css/monthlyRewards.css
+++ b/view/molistar/modules/newRank/css/monthlyRewards.css
@@ -6,12 +6,12 @@ body {
}
.back {
- width: 100%;
+ width: 0.66667rem;
height: 0.58667rem;
line-height: 0.58667rem;
position: fixed;
left: 0;
- top: 1.33333rem;
+ top: 1.2rem;
text-align: center;
color: #FFFFFF;
font-size: 0.50667rem;
@@ -41,6 +41,22 @@ body {
font-weight: 600;
}
+.newText2 {
+ width: 100%;
+ position: fixed;
+ height: 2rem;
+ background: #000;
+ z-index: 9;
+ text-align: center;
+ color: #FFF8C2;
+ font-size: 0.42667rem;
+ font-weight: 600;
+ line-height: 3rem;
+ transition: all 0.5s;
+ height: 0;
+ overflow: hidden;
+}
+
.header {
width: 10rem;
height: 17rem;
@@ -50,8 +66,8 @@ body {
.header .tabBox {
width: 10rem;
- height: 1.12rem;
- line-height: 1.12rem;
+ height: 0.8rem;
+ line-height: 0.8rem;
display: flex;
justify-content: space-evenly;
position: absolute;
@@ -65,14 +81,14 @@ body {
.header .tabBox div {
position: relative;
- width: 2.32rem;
- height: 1.12rem;
+ width: 2.13333rem;
+ height: 0.8rem;
+ border-radius: 0.8rem;
color: #FFF8C2;
font-size: 0.37333rem;
font-weight: 600;
- background: url(../images/tab.png) no-repeat;
- background-size: 100% 100%;
text-align: center;
+ background: rgba(0, 0, 0, 0.5);
}
.header .tabBox div span {
@@ -90,8 +106,7 @@ body {
.header .tabBox .act {
color: #000;
font-weight: bold;
- background: url(../images/tabAct.png) no-repeat;
- background-size: 100% 100%;
+ background: linear-gradient(0deg, #FFDC7D, #FFEEBC);
}
.header .tabBox .act span {
diff --git a/view/molistar/modules/newRank/css/monthlyRewards.scss b/view/molistar/modules/newRank/css/monthlyRewards.scss
index 0c1ab551..c4464762 100644
--- a/view/molistar/modules/newRank/css/monthlyRewards.scss
+++ b/view/molistar/modules/newRank/css/monthlyRewards.scss
@@ -10,12 +10,12 @@ body {
}
.back {
- width: 100%;
+ width: px2rem(50);
height: px2rem(44);
line-height: px2rem(44);
position: fixed;
left: 0;
- top: px2rem(100);
+ top: px2rem(90);
text-align: center;
color: #FFFFFF;
font-size: px2rem(38);
@@ -45,6 +45,23 @@ body {
}
}
+.newText2 {
+ width: 100%;
+ position: fixed;
+ height: 2rem;
+ // background:rgba(0, 0, 0, .65);
+ background: #000;
+ z-index: 9;
+ text-align: center;
+ color: #FFF8C2;
+ font-size: px2rem(32);
+ font-weight: 600;
+ line-height: 3rem;
+ transition: all 0.5s;
+ height: 0;
+ overflow: hidden;
+}
+
.header {
width: px2rem(750);
// height: px2rem(1229);
@@ -54,8 +71,8 @@ body {
.tabBox {
width: px2rem(750);
- height: px2rem(84);
- line-height: px2rem(84);
+ height: px2rem(60);
+ line-height: px2rem(60);
display: flex;
justify-content: space-evenly;
position: absolute;
@@ -68,14 +85,14 @@ body {
div {
position: relative;
- width: px2rem(174);
- height: px2rem(84);
+ width: px2rem(160);
+ height: px2rem(60);
+ border-radius: px2rem(60);
color: #FFF8C2;
font-size: px2rem(28);
font-weight: 600;
- background: url(../images/tab.png) no-repeat;
- background-size: 100% 100%;
text-align: center;
+ background: rgba(0, 0, 0, .5);
span {
width: px2rem(37);
@@ -93,8 +110,7 @@ body {
.act {
color: #000;
font-weight: bold;
- background: url(../images/tabAct.png) no-repeat;
- background-size: 100% 100%;
+ background: linear-gradient(0deg, #FFDC7D, #FFEEBC);
span {
display: block;
diff --git a/view/molistar/modules/newRank/images/reward1.png b/view/molistar/modules/newRank/images/reward1.png
index 3a29f40f..bd54a777 100644
Binary files a/view/molistar/modules/newRank/images/reward1.png and b/view/molistar/modules/newRank/images/reward1.png differ
diff --git a/view/molistar/modules/newRank/images/reward3.png b/view/molistar/modules/newRank/images/reward3.png
index 6437a318..f698a5d4 100644
Binary files a/view/molistar/modules/newRank/images/reward3.png and b/view/molistar/modules/newRank/images/reward3.png differ
diff --git a/view/molistar/modules/newRank/index.html b/view/molistar/modules/newRank/index.html
index a5923609..84e3cb11 100644
--- a/view/molistar/modules/newRank/index.html
+++ b/view/molistar/modules/newRank/index.html
@@ -15,6 +15,7 @@
+
Honor Ranking