修改房间榜单样式

This commit is contained in:
chenruiye
2025-03-18 17:29:03 +08:00
parent ebd5ab0ea1
commit cfef7b6d88
11 changed files with 196 additions and 251 deletions

View File

@@ -8,146 +8,129 @@ body {
.back {
position: fixed;
top: 0.26667rem;
top: 0.2666666667rem;
left: 0.32rem;
z-index: 99;
width: 0.82667rem;
height: 0.82667rem;
width: 0.8266666667rem;
height: 0.8266666667rem;
}
.back img {
width: 100%;
height: 100%;
}
.back p {
color: #fff;
font-size: 0.42667rem;
font-size: 0.4266666667rem;
position: absolute;
width: 9rem;
left: 0;
top: 0;
height: 100%;
text-align: center;
line-height: 0.82667rem;
line-height: 0.8266666667rem;
}
.largestBox {
width: 10rem;
min-height: 15.38667rem;
min-height: 15.3866666667rem;
background: url(../images/bg.png) no-repeat;
background-size: 10rem 15.38667rem;
background-size: 10rem 15.3866666667rem;
margin: 0 auto;
position: relative;
box-sizing: border-box;
padding: 1.2rem 0 0 0;
}
.largestBox .title {
width: 7.06667rem;
height: 1.14667rem;
width: 5.6266666667rem;
height: 1.0666666667rem;
position: absolute;
top: -0.14667rem;
top: -0.1466666667rem;
left: 50%;
transform: translateX(-50%);
}
.largestBox .tab {
width: 3.65333rem;
height: 0.53333rem;
line-height: 0.53333rem;
width: 4rem;
height: 0.5333333333rem;
line-height: 0.5333333333rem;
display: flex;
justify-content: space-between;
margin: 0 auto 0;
}
.largestBox .tab div {
position: relative;
color: rgba(255, 255, 255, 0.7);
font-size: 0.37333rem;
color: #FFF7B7;
font-size: 0.3733333333rem;
font-weight: 600;
}
.largestBox .tab div span {
background: none;
width: 0.32rem;
height: 0.08rem;
border-radius: 0.08rem;
position: absolute;
bottom: -0.10667rem;
bottom: -0.1066666667rem;
left: 50%;
transform: translateX(-50%);
}
.largestBox .tab .tabColor1 {
color: #fff;
font-size: 0.37333rem;
color: #FFF7B7;
font-size: 0.3733333333rem;
}
.largestBox .tab .tabColor1 span {
background: #FA7814;
background: linear-gradient(0deg, #FFC478, #FFE9D4);
}
.largestBox .tab .tabColor2 {
color: #fff;
color: #FFF7B7;
}
.largestBox .tab .tabColor2 span {
background: #A34DFF;
background: linear-gradient(0deg, #FFC478, #FFE9D4);
}
.largestBox .dayTab {
width: 5.46667rem;
height: 0.61333rem;
margin: 0.34667rem auto 0;
width: 4.8rem;
height: 0.6133333333rem;
margin: 0.3466666667rem auto 0;
display: flex;
justify-content: space-between;
background: rgba(0, 0, 0, 0.5);
border-radius: 0.2933333333rem;
}
.largestBox .dayTab div {
width: 2.66667rem;
height: 0.61333rem;
line-height: 0.61333rem;
border-radius: 0.61333rem;
width: 2.4rem;
height: 0.6133333333rem;
line-height: 0.6133333333rem;
border-radius: 0.6133333333rem;
text-align: center;
color: rgba(255, 255, 255, 0.7);
background: rgba(210, 172, 252, 0.4);
color: #FFF7B7;
font-size: 0.32rem;
font-weight: 500;
}
.largestBox .dayTab .dayTabColor1 {
background: #fff;
color: #FA7814;
background: linear-gradient(0deg, #FFC478, #FFE9D4);
color: #2D1400;
}
.largestBox .dayTab .dayTabColor2 {
background: #fff;
color: #A34DFF;
background: linear-gradient(0deg, #FFC478, #FFE9D4);
color: #2D1400;
}
.largestBox .top3 {
width: 8.8rem;
height: 0.01333rem;
margin: 3.04rem auto 0;
height: 0.0133333333rem;
margin: 3.7333333333rem auto 0;
position: relative;
}
.largestBox .top3 .no1 {
width: 3.17333rem;
height: 2.88rem;
width: 4rem;
height: 4rem;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: -2.88rem;
}
.largestBox .top3 .no1 .box {
width: 100%;
height: 100%;
position: absolute;
}
.largestBox .top3 .no1 .box .ts {
width: 100%;
height: 100%;
@@ -156,73 +139,64 @@ body {
top: 0;
z-index: 2;
}
.largestBox .top3 .no1 .box .tx {
width: 2.08rem;
height: 2.08rem;
width: 1.7333333333rem;
height: 1.7333333333rem;
position: absolute;
left: 50%;
top: 0.58667rem;
top: 1.0666666667rem;
transform: translateX(-50%);
border-radius: 50%;
}
.largestBox .top3 .no1 .box p {
width: 100%;
position: absolute;
left: 0;
bottom: -0.56rem;
bottom: 0.1333333333rem;
text-align: center;
white-space: nowrap;
}
.largestBox .top3 .no1 .box p span {
vertical-align: middle;
color: #E6ECF5;
font-size: 0.37333rem;
color: #FFFF63;
font-size: 0.3733333333rem;
}
.largestBox .top3 .no1 .box p .sp {
width: 0.37333rem;
height: 0.37333rem;
width: 0.3733333333rem;
height: 0.3733333333rem;
border-radius: 50%;
display: inline-block;
}
.largestBox .top3 .no1 .box p .sp img {
display: inline-block;
width: 0.21333rem;
height: 0.21333rem;
width: 0.2133333333rem;
height: 0.2133333333rem;
border-radius: 50%;
margin: 0.06667rem auto 0;
margin: 0.0666666667rem auto 0;
}
.largestBox .top3 .no1 .box p .boy {
background: #6BB3FF;
}
.largestBox .top3 .no1 .box p .woman {
background: #FF80CC;
}
.largestBox .top3 .no1 .box .icon {
width: 100%;
height: 0.48rem;
position: absolute;
left: 0;
display: flex;
justify-content: space-between;
justify-content: center;
box-sizing: border-box;
bottom: -1.12rem;
bottom: -0.4533333333rem;
padding: 0 0.6rem;
}
.largestBox .top3 .no1 .box .icon img {
display: block;
width: 0.96rem;
height: 0.48rem;
margin-right: 0.08rem;
}
.largestBox .top3 .no1 .box .score {
width: 100%;
text-align: center;
@@ -231,23 +205,20 @@ body {
font-weight: 500;
position: absolute;
left: 0;
bottom: -1.53333rem;
bottom: -1rem;
}
.largestBox .top3 .no2 {
width: 2.66667rem;
height: 2.37333rem;
width: 2.9333333333rem;
height: 2.9333333333rem;
position: absolute;
left: 0;
top: -2.4rem;
top: -1.8666666667rem;
}
.largestBox .top3 .no2 .box {
width: 100%;
height: 100%;
position: absolute;
}
.largestBox .top3 .no2 .box .ts {
width: 100%;
height: 100%;
@@ -256,98 +227,87 @@ body {
top: 0;
z-index: 2;
}
.largestBox .top3 .no2 .box .tx {
width: 1.70667rem;
height: 1.70667rem;
width: 1.7066666667rem;
height: 1.7066666667rem;
position: absolute;
left: 50%;
top: 0.45333rem;
top: 0.6133333333rem;
transform: translateX(-50%);
border-radius: 50%;
}
.largestBox .top3 .no2 .box p {
width: 100%;
position: absolute;
left: 0;
bottom: -0.56rem;
bottom: -0.16rem;
text-align: center;
white-space: nowrap;
}
.largestBox .top3 .no2 .box p span {
vertical-align: middle;
color: #E6ECF5;
font-size: 0.37333rem;
font-size: 0.3466666667rem;
font-weight: 500;
}
.largestBox .top3 .no2 .box p .sp {
width: 0.37333rem;
height: 0.37333rem;
width: 0.3733333333rem;
height: 0.3733333333rem;
border-radius: 50%;
display: inline-block;
}
.largestBox .top3 .no2 .box p .sp img {
display: inline-block;
width: 0.21333rem;
height: 0.21333rem;
width: 0.2133333333rem;
height: 0.2133333333rem;
border-radius: 50%;
margin: 0.06667rem auto 0;
margin: 0.0666666667rem auto 0;
}
.largestBox .top3 .no2 .box p .boy {
background: #6BB3FF;
}
.largestBox .top3 .no2 .box p .woman {
background: #FF80CC;
}
.largestBox .top3 .no2 .box .icon {
width: 100%;
height: 0.48rem;
position: absolute;
left: 0;
display: flex;
justify-content: space-between;
justify-content: center;
box-sizing: border-box;
bottom: -1.12rem;
padding: 0 0.33333rem;
bottom: -0.72rem;
padding: 0 0.3333333333rem;
}
.largestBox .top3 .no2 .box .icon img {
display: block;
width: 0.96rem;
height: 0.48rem;
margin-right: 0.08rem;
}
.largestBox .top3 .no2 .box .score {
width: 100%;
text-align: center;
color: #FFDA24;
color: #FFFFFF;
font-size: 0.32rem;
font-weight: 500;
position: absolute;
left: 0;
bottom: -1.53333rem;
bottom: -1.1333333333rem;
}
.largestBox .top3 .no3 {
width: 2.66667rem;
height: 2.37333rem;
width: 2.9333333333rem;
height: 2.9333333333rem;
position: absolute;
right: 0;
top: -2.4rem;
top: -1.8666666667rem;
}
.largestBox .top3 .no3 .box {
width: 100%;
height: 100%;
position: absolute;
}
.largestBox .top3 .no3 .box .ts {
width: 100%;
height: 100%;
@@ -356,178 +316,155 @@ body {
top: 0;
z-index: 2;
}
.largestBox .top3 .no3 .box .tx {
width: 1.70667rem;
height: 1.70667rem;
width: 1.7066666667rem;
height: 1.7066666667rem;
position: absolute;
left: 50%;
top: 0.45333rem;
top: 0.6133333333rem;
transform: translateX(-50%);
border-radius: 50%;
}
.largestBox .top3 .no3 .box p {
width: 100%;
position: absolute;
left: 0;
bottom: -0.56rem;
left: 0.1066666667rem;
bottom: -0.16rem;
text-align: center;
white-space: nowrap;
}
.largestBox .top3 .no3 .box p span {
vertical-align: middle;
color: #E6ECF5;
font-size: 0.37333rem;
color: #FAD8B8;
font-size: 0.3466666667rem;
}
.largestBox .top3 .no3 .box p .sp {
width: 0.37333rem;
height: 0.37333rem;
width: 0.3733333333rem;
height: 0.3733333333rem;
border-radius: 50%;
display: inline-block;
}
.largestBox .top3 .no3 .box p .sp img {
display: inline-block;
width: 0.21333rem;
height: 0.21333rem;
width: 0.2133333333rem;
height: 0.2133333333rem;
border-radius: 50%;
margin: 0.06667rem auto 0;
margin: 0.0666666667rem auto 0;
}
.largestBox .top3 .no3 .box p .boy {
background: #6BB3FF;
}
.largestBox .top3 .no3 .box p .woman {
background: #FF80CC;
}
.largestBox .top3 .no3 .box .icon {
width: 100%;
height: 0.48rem;
position: absolute;
left: 0;
display: flex;
justify-content: space-between;
justify-content: center;
box-sizing: border-box;
bottom: -1.12rem;
padding: 0 0.33333rem;
bottom: -0.72rem;
padding: 0 0.3333333333rem;
}
.largestBox .top3 .no3 .box .icon img {
display: block;
width: 0.96rem;
height: 0.48rem;
margin-right: 0.08rem;
}
.largestBox .top3 .no3 .box .score {
width: 100%;
text-align: center;
color: #FFDA24;
color: #FAD8B8;
font-size: 0.32rem;
font-weight: 500;
position: absolute;
left: 0;
bottom: -1.53333rem;
bottom: -1.1333333333rem;
}
.largestBox ul {
width: 9.57333rem;
height: 7.70667rem;
margin: 1.81333rem auto 0;
background: rgba(255, 167, 141, 0.16);
border-radius: 0.42667rem 0.42667rem 0px 0px;
border: 0.02667rem solid rgba(255, 217, 115, 0.5);
backdrop-filter: blur(7px);
border-bottom: none;
box-sizing: border-box;
padding: 0.21333rem 0 1.86667rem;
height: 7.7066666667rem;
margin: 3.0666666667rem 0.4266666667rem 0;
padding: 0.2133333333rem 0 1.8666666667rem;
overflow-y: scroll;
}
.largestBox ul::-webkit-scrollbar {
display: none;
}
.largestBox ul li {
width: 100%;
height: 1.92rem;
height: 1.7333333333rem;
box-sizing: border-box;
padding: 0 0.33333rem;
padding: 0 0.3333333333rem;
overflow: hidden;
background: linear-gradient(90deg, #A0641E, #3D1901);
border-radius: 0.28rem;
border: 0.0266666667rem solid #DCA452;
margin-top: 0.28rem;
}
.largestBox ul li .num {
width: 0.53333rem;
width: 0.5333333333rem;
height: 100%;
line-height: 1.92rem;
line-height: 1.7333333333rem;
text-align: center;
color: #E6ECF5;
font-size: 0.42667rem;
font-weight: 500;
font-size: 0.5066666667rem;
font-weight: 600;
float: left;
margin-right: 0.16rem;
}
.largestBox ul li .tx {
display: block;
float: left;
width: 1.28rem;
height: 1.28rem;
width: 1.0666666667rem;
height: 1.0666666667rem;
border-radius: 1.28rem;
margin-top: 0.32rem;
margin-right: 0.21333rem;
margin-right: 0.2133333333rem;
}
.largestBox ul li .userInfo {
width: 2.8rem;
float: left;
}
.largestBox ul li .userInfo p {
width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin-top: 0.4rem;
margin-bottom: 0.10667rem;
margin-bottom: 0.1066666667rem;
color: #E6ECF5;
font-size: 0.37333rem;
font-size: 0.3466666667rem;
font-weight: 500;
}
.largestBox ul li .userInfo img {
display: inline-block;
width: 0.96rem;
height: 0.48rem;
margin-right: 0.10667rem;
margin-right: 0.1066666667rem;
}
.largestBox ul li .score {
float: right;
text-align: right;
}
.largestBox ul li .score p {
color: #E6ECF5;
font-size: 0.37333rem;
font-size: 0.3733333333rem;
font-weight: 600;
margin-top: 0.48rem;
margin-bottom: 0.06667rem;
margin-bottom: 0.0666666667rem;
}
.largestBox ul li .score span {
color: #B1B5BD;
font-size: 0.29333rem;
font-size: 0.2933333333rem;
font-weight: 400;
display: block;
}
.layui-m-layershade {
background-color: transparent !important;
background-color: rgba(0, 0, 0, 0) !important;
}
.layui-m-layer2 .layui-m-layerchild {
@@ -544,4 +481,4 @@ body {
padding: 0 !important;
line-height: 0 !important;
margin-top: 0.8rem !important;
}
}

View File

@@ -48,8 +48,8 @@ body {
padding: px2rem(90) 0 0 0;
.title {
width: px2rem(530);
height: px2rem(86);
width: px2rem(422);
height: px2rem(80);
position: absolute;
top: px2rem(-11);
left: 50%;
@@ -57,7 +57,7 @@ body {
}
.tab {
width: px2rem(274);
width: px2rem(300);
height: px2rem(40);
line-height: px2rem(40);
display: flex;
@@ -66,10 +66,10 @@ body {
div {
position: relative;
color: rgba(255, 255, 255, .7);
color: #FFF7B7;
font-size: px2rem(28);
font-weight: 600;
// margin-right: px2rem();
span {
background: none;
width: px2rem(24);
@@ -83,63 +83,64 @@ body {
}
.tabColor1 {
color: #fff;
color: #FFF7B7;
font-size: px2rem(28);
span {
background: #FA7814;
background: linear-gradient(0deg, #FFC478, #FFE9D4);
}
}
.tabColor2 {
color: #fff;
color: #FFF7B7;
span {
background: #A34DFF;
background: linear-gradient(0deg, #FFC478, #FFE9D4);
}
}
}
.dayTab {
// width: px2rem(400);
width: px2rem(410);
width: px2rem(360);
height: px2rem(46);
margin: px2rem(26) auto 0;
display: flex;
justify-content: space-between;
background: rgba(0, 0, 0, 0.5);
border-radius: px2rem(22);
div {
width: px2rem(200);
width: px2rem(180);
height: px2rem(46);
line-height: px2rem(46);
border-radius: px2rem(46);
text-align: center;
color: rgba(255, 255, 255, .7);
background: rgba(210, 172, 252, .4);
color: #FFF7B7;
// background: rgba(210, 172, 252, .4);
font-size: px2rem(24);
font-weight: 500;
}
.dayTabColor1 {
background: #fff;
color: #FA7814;
background: linear-gradient(0deg, #FFC478, #FFE9D4);
color: #2D1400;
}
.dayTabColor2 {
background: #fff;
color: #A34DFF;
background: linear-gradient(0deg, #FFC478, #FFE9D4);
color: #2D1400;
}
}
.top3 {
width: px2rem(660);
height: px2rem(1);
margin: px2rem(228) auto 0;
margin: px2rem(280) auto 0;
position: relative;
.no1 {
width: px2rem(238);
height: px2rem(216);
width: px2rem(300);
height: px2rem(300);
position: absolute;
left: 50%;
transform: translateX(-50%);
@@ -160,11 +161,11 @@ body {
}
.tx {
width: px2rem(156);
height: px2rem(156);
width: px2rem(130);
height: px2rem(130);
position: absolute;
left: 50%;
top: px2rem(44);
top: px2rem(80);
// top: px2rem(34);
transform: translateX(-50%);
border-radius: 50%;
@@ -174,13 +175,13 @@ body {
width: 100%;
position: absolute;
left: 0;
bottom: px2rem(-42);
bottom: px2rem(10);
text-align: center;
white-space: nowrap;
span {
vertical-align: middle;
color: #E6ECF5;
color: #FFFF63;
font-size: px2rem(28);
}
@@ -215,15 +216,16 @@ body {
position: absolute;
left: 0;
display: flex;
justify-content: space-between;
justify-content: center;
box-sizing: border-box;
bottom: px2rem(-84);
bottom: px2rem(-34);
padding: 0 px2rem(45);
img {
display: block;
width: px2rem(72);
height: px2rem(36);
margin-right: px2rem(6);
}
}
@@ -235,17 +237,17 @@ body {
font-weight: 500;
position: absolute;
left: 0;
bottom: px2rem(-115);
bottom: px2rem(-75);
}
}
}
.no2 {
width: px2rem(200);
height: px2rem(178);
width: px2rem(220);
height: px2rem(220);
position: absolute;
left: 0;
top: px2rem(-180);
top: px2rem(-140);
.box {
width: 100%;
@@ -266,7 +268,7 @@ body {
height: px2rem(128);
position: absolute;
left: 50%;
top: px2rem(34);
top: px2rem(46);
transform: translateX(-50%);
border-radius: 50%;
}
@@ -275,14 +277,15 @@ body {
width: 100%;
position: absolute;
left: 0;
bottom: px2rem(-42);
bottom: px2rem(-12);
text-align: center;
white-space: nowrap;
span {
vertical-align: middle;
color: #E6ECF5;
font-size: px2rem(28);
font-size: px2rem(26);
font-weight: 500;
}
.sp {
@@ -316,37 +319,38 @@ body {
position: absolute;
left: 0;
display: flex;
justify-content: space-between;
justify-content: center;
box-sizing: border-box;
bottom: px2rem(-84);
bottom: px2rem(-54);
padding: 0 px2rem(25);
img {
display: block;
width: px2rem(72);
height: px2rem(36);
margin-right: px2rem(6);
}
}
.score {
width: 100%;
text-align: center;
color: #FFDA24;
color: #FFFFFF;
font-size: px2rem(24);
font-weight: 500;
position: absolute;
left: 0;
bottom: px2rem(-115);
bottom: px2rem(-85);
}
}
}
.no3 {
width: px2rem(200);
height: px2rem(178);
width: px2rem(220);
height: px2rem(220);
position: absolute;
right: 0;
top: px2rem(-180);
top: px2rem(-140);
.box {
width: 100%;
@@ -367,7 +371,7 @@ body {
height: px2rem(128);
position: absolute;
left: 50%;
top: px2rem(34);
top: px2rem(46);
transform: translateX(-50%);
border-radius: 50%;
}
@@ -375,15 +379,15 @@ body {
p {
width: 100%;
position: absolute;
left: 0;
bottom: px2rem(-42);
left: px2rem(8);
bottom: px2rem(-12);
text-align: center;
white-space: nowrap;
span {
vertical-align: middle;
color: #E6ECF5;
font-size: px2rem(28);
color: #FAD8B8;
font-size: px2rem(26);
}
.sp {
@@ -417,42 +421,43 @@ body {
position: absolute;
left: 0;
display: flex;
justify-content: space-between;
justify-content: center;
box-sizing: border-box;
bottom: px2rem(-84);
bottom: px2rem(-54);
padding: 0 px2rem(25);
img {
display: block;
width: px2rem(72);
height: px2rem(36);
margin-right: px2rem(6);
}
}
.score {
width: 100%;
text-align: center;
color: #FFDA24;
color: #FAD8B8;
font-size: px2rem(24);
font-weight: 500;
position: absolute;
left: 0;
bottom: px2rem(-115);
bottom: px2rem(-85);
}
}
}
}
ul {
width: px2rem(718);
// width: px2rem(718);
height: px2rem(578);
margin: px2rem(136) auto 0;
background: rgba(255, 167, 141, 0.16);
border-radius: px2rem(32) px2rem(32) 0px 0px;
border: px2rem(2) solid rgba(255, 217, 115, 0.5);
backdrop-filter: blur(7px);
border-bottom: none;
box-sizing: border-box;
margin: px2rem(230) px2rem(32) 0;
// background: rgba(255, 167, 141, 0.16);
// border-radius: px2rem(32) px2rem(32) 0px 0px;
// border: px2rem(2) solid rgba(255, 217, 115, 0.5);
// backdrop-filter: blur(7px);
// border-bottom: none;
// box-sizing: border-box;
padding: px2rem(16) 0 px2rem(140);
overflow-y: scroll;
&::-webkit-scrollbar{
@@ -461,19 +466,22 @@ body {
li {
width: 100%;
height: px2rem(144);
height: px2rem(130);
box-sizing: border-box;
padding: 0 px2rem(25);
overflow: hidden;
background: linear-gradient(90deg,#A0641E, #3D1901);
border-radius: px2rem(21);
border: px2rem(2) solid #DCA452;
margin-top: px2rem(21);
.num {
width: px2rem(40);
height: 100%;
line-height: px2rem(144);
line-height: px2rem(130);
text-align: center;
color: #E6ECF5;
font-size: px2rem(32);
font-weight: 500;
font-size: px2rem(38);
font-weight: 600;
float: left;
margin-right: px2rem(12);
}
@@ -481,8 +489,8 @@ body {
.tx {
display: block;
float: left;
width: px2rem(96);
height: px2rem(96);
width: px2rem(80);
height: px2rem(80);
border-radius: px2rem(96);
margin-top: px2rem(24);
margin-right: px2rem(16);
@@ -500,7 +508,7 @@ body {
margin-top: px2rem(30);
margin-bottom: px2rem(8);
color: #E6ECF5;
font-size: px2rem(28);
font-size: px2rem(26);
font-weight: 500;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 379 KiB

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -1,5 +1,5 @@
// 英文
langEn = {
langTr = {
// 模块
demoModule: {
ruleLicense_title: "List Rules",
@@ -24,7 +24,7 @@ langEn = {
hour_text10: ' ',
hour_text11: 'Not Listed',
// =============================房间榜==============================
roomImg1: './images/title-en.png',
roomImg1: './images/title-tr.png',
room_title: 'Room List',
room_text1: 'Love List',
room_text2: 'Charm List',