Files
eparty-h5/view/eparty/modules/room_rank/css/index.css

557 lines
12 KiB
CSS
Raw Normal View History

2024-04-11 15:49:47 +08:00
html,
body {
width: 100%;
background: linear-gradient(0deg, #020B27 0%, #1D181B 99%);
backdrop-filter: blur(0px);
overflow: hidden;
}
.back {
position: fixed;
2025-03-18 17:29:03 +08:00
top: 0.2666666667rem;
2024-04-11 15:49:47 +08:00
left: 0.32rem;
z-index: 99;
2025-03-18 17:29:03 +08:00
width: 0.8266666667rem;
height: 0.8266666667rem;
2024-04-11 15:49:47 +08:00
}
.back img {
width: 100%;
height: 100%;
}
.back p {
color: #fff;
2025-03-18 17:29:03 +08:00
font-size: 0.4266666667rem;
2024-04-11 15:49:47 +08:00
position: absolute;
width: 9rem;
left: 0;
top: 0;
height: 100%;
text-align: center;
2025-03-18 17:29:03 +08:00
line-height: 0.8266666667rem;
2024-04-11 15:49:47 +08:00
}
.largestBox {
width: 10rem;
2025-03-18 20:18:45 +08:00
min-height: 12.7466666667rem;
2024-04-11 15:49:47 +08:00
background: url(../images/bg.png) no-repeat;
2025-03-18 20:18:45 +08:00
background-size: 10rem 12.7466666667rem;
2024-04-11 15:49:47 +08:00
margin: 0 auto;
position: relative;
box-sizing: border-box;
padding: 1.2rem 0 0 0;
2025-03-18 20:18:45 +08:00
background-color: #2B1102;
2024-04-11 15:49:47 +08:00
}
.largestBox .title {
2025-03-18 17:29:03 +08:00
width: 5.6266666667rem;
height: 1.0666666667rem;
2024-04-11 15:49:47 +08:00
position: absolute;
2025-03-18 20:18:45 +08:00
top: 0rem;
2024-04-11 15:49:47 +08:00
left: 50%;
transform: translateX(-50%);
}
2025-09-16 16:39:18 +08:00
.largestBox .rewards_in {
width: 2.4266666667rem;
height: 1.7866666667rem;
background-image: url("../images/go_rewards.png");
background-size: 100% 100%;
position: absolute;
right: 0;
display: none;
2025-09-16 16:39:18 +08:00
}
2024-04-11 15:49:47 +08:00
.largestBox .tab {
2025-03-18 17:29:03 +08:00
width: 4rem;
height: 0.5333333333rem;
line-height: 0.5333333333rem;
2024-04-11 15:49:47 +08:00
display: flex;
justify-content: space-between;
margin: 0 auto 0;
}
.largestBox .tab div {
position: relative;
2025-03-18 17:29:03 +08:00
color: #FFF7B7;
font-size: 0.3733333333rem;
2024-04-11 15:49:47 +08:00
font-weight: 600;
}
.largestBox .tab div span {
background: none;
width: 0.32rem;
height: 0.08rem;
border-radius: 0.08rem;
position: absolute;
2025-03-18 17:29:03 +08:00
bottom: -0.1066666667rem;
2024-04-11 15:49:47 +08:00
left: 50%;
transform: translateX(-50%);
}
.largestBox .tab .tabColor1 {
2025-03-18 17:29:03 +08:00
color: #FFF7B7;
font-size: 0.3733333333rem;
2024-04-11 15:49:47 +08:00
}
.largestBox .tab .tabColor1 span {
2025-03-18 17:29:03 +08:00
background: linear-gradient(0deg, #FFC478, #FFE9D4);
2024-04-11 15:49:47 +08:00
}
.largestBox .tab .tabColor2 {
2025-03-18 17:29:03 +08:00
color: #FFF7B7;
2024-04-11 15:49:47 +08:00
}
.largestBox .tab .tabColor2 span {
2025-03-18 17:29:03 +08:00
background: linear-gradient(0deg, #FFC478, #FFE9D4);
2024-04-11 15:49:47 +08:00
}
.largestBox .dayTab {
2025-03-18 17:29:03 +08:00
width: 4.8rem;
height: 0.6133333333rem;
margin: 0.3466666667rem auto 0;
2024-04-11 15:49:47 +08:00
display: flex;
justify-content: space-between;
2025-03-18 17:29:03 +08:00
background: rgba(0, 0, 0, 0.5);
border-radius: 0.2933333333rem;
2024-04-11 15:49:47 +08:00
}
.largestBox .dayTab div {
2025-03-18 17:29:03 +08:00
width: 2.4rem;
height: 0.6133333333rem;
line-height: 0.6133333333rem;
border-radius: 0.6133333333rem;
2024-04-11 15:49:47 +08:00
text-align: center;
2025-03-18 17:29:03 +08:00
color: #FFF7B7;
2024-04-11 15:49:47 +08:00
font-size: 0.32rem;
font-weight: 500;
2025-03-18 20:18:45 +08:00
z-index: 999;
2024-04-11 15:49:47 +08:00
}
.largestBox .dayTab .dayTabColor1 {
2025-03-18 17:29:03 +08:00
background: linear-gradient(0deg, #FFC478, #FFE9D4);
color: #2D1400;
2024-04-11 15:49:47 +08:00
}
.largestBox .dayTab .dayTabColor2 {
2025-03-18 17:29:03 +08:00
background: linear-gradient(0deg, #FFC478, #FFE9D4);
color: #2D1400;
2024-04-11 15:49:47 +08:00
}
.largestBox .top3 {
width: 8.8rem;
2025-03-18 17:29:03 +08:00
height: 0.0133333333rem;
2025-03-18 20:18:45 +08:00
margin: 2.5333333333rem auto 0;
2024-04-11 15:49:47 +08:00
position: relative;
}
.largestBox .top3 .no1 {
2025-03-18 17:29:03 +08:00
width: 4rem;
height: 4rem;
2024-04-11 15:49:47 +08:00
position: absolute;
left: 50%;
transform: translateX(-50%);
2025-03-18 20:18:45 +08:00
top: -3.0133333333rem;
2024-04-11 15:49:47 +08:00
}
.largestBox .top3 .no1 .box {
width: 100%;
height: 100%;
position: absolute;
}
.largestBox .top3 .no1 .box .ts {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 2;
}
.largestBox .top3 .no1 .box .tx {
2025-03-18 17:29:03 +08:00
width: 1.7333333333rem;
height: 1.7333333333rem;
2024-04-11 15:49:47 +08:00
position: absolute;
left: 50%;
2025-03-18 17:29:03 +08:00
top: 1.0666666667rem;
2024-04-11 15:49:47 +08:00
transform: translateX(-50%);
border-radius: 50%;
}
.largestBox .top3 .no1 .box p {
width: 100%;
position: absolute;
left: 0;
2025-03-18 17:29:03 +08:00
bottom: 0.1333333333rem;
2024-04-11 15:49:47 +08:00
text-align: center;
white-space: nowrap;
}
.largestBox .top3 .no1 .box p span {
vertical-align: middle;
2025-03-18 17:29:03 +08:00
color: #FFFF63;
font-size: 0.3733333333rem;
2024-04-11 15:49:47 +08:00
}
.largestBox .top3 .no1 .box p .sp {
2025-03-18 17:29:03 +08:00
width: 0.3733333333rem;
height: 0.3733333333rem;
2024-04-11 15:49:47 +08:00
border-radius: 50%;
display: inline-block;
}
.largestBox .top3 .no1 .box p .sp img {
display: inline-block;
2025-03-18 17:29:03 +08:00
width: 0.2133333333rem;
height: 0.2133333333rem;
2024-04-11 15:49:47 +08:00
border-radius: 50%;
2025-03-18 17:29:03 +08:00
margin: 0.0666666667rem auto 0;
2024-04-11 15:49:47 +08:00
}
.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;
2025-03-18 17:29:03 +08:00
justify-content: center;
2024-04-11 15:49:47 +08:00
box-sizing: border-box;
2025-03-18 17:29:03 +08:00
bottom: -0.4533333333rem;
2024-04-11 15:49:47 +08:00
padding: 0 0.6rem;
}
.largestBox .top3 .no1 .box .icon img {
display: block;
width: 0.96rem;
height: 0.48rem;
2025-03-18 17:29:03 +08:00
margin-right: 0.08rem;
2024-04-11 15:49:47 +08:00
}
.largestBox .top3 .no1 .box .score {
width: 100%;
text-align: center;
color: #FFDA24;
font-size: 0.32rem;
font-weight: 500;
position: absolute;
left: 0;
2025-03-18 20:18:45 +08:00
bottom: -0.8666666667rem;
2024-04-11 15:49:47 +08:00
}
.largestBox .top3 .no2 {
2025-03-18 17:29:03 +08:00
width: 2.9333333333rem;
height: 2.9333333333rem;
2024-04-11 15:49:47 +08:00
position: absolute;
left: 0;
2025-03-18 20:18:45 +08:00
top: -1.9466666667rem;
2024-04-11 15:49:47 +08:00
}
.largestBox .top3 .no2 .box {
width: 100%;
height: 100%;
position: absolute;
}
.largestBox .top3 .no2 .box .ts {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 2;
}
.largestBox .top3 .no2 .box .tx {
2025-03-18 17:29:03 +08:00
width: 1.7066666667rem;
height: 1.7066666667rem;
2024-04-11 15:49:47 +08:00
position: absolute;
left: 50%;
2025-03-18 17:29:03 +08:00
top: 0.6133333333rem;
2024-04-11 15:49:47 +08:00
transform: translateX(-50%);
border-radius: 50%;
}
.largestBox .top3 .no2 .box p {
width: 100%;
position: absolute;
left: 0;
2025-03-18 17:29:03 +08:00
bottom: -0.16rem;
2024-04-11 15:49:47 +08:00
text-align: center;
white-space: nowrap;
}
.largestBox .top3 .no2 .box p span {
vertical-align: middle;
color: #E6ECF5;
2025-03-18 17:29:03 +08:00
font-size: 0.3466666667rem;
font-weight: 500;
2024-04-11 15:49:47 +08:00
}
.largestBox .top3 .no2 .box p .sp {
2025-03-18 17:29:03 +08:00
width: 0.3733333333rem;
height: 0.3733333333rem;
2024-04-11 15:49:47 +08:00
border-radius: 50%;
display: inline-block;
}
.largestBox .top3 .no2 .box p .sp img {
display: inline-block;
2025-03-18 17:29:03 +08:00
width: 0.2133333333rem;
height: 0.2133333333rem;
2024-04-11 15:49:47 +08:00
border-radius: 50%;
2025-03-18 17:29:03 +08:00
margin: 0.0666666667rem auto 0;
2024-04-11 15:49:47 +08:00
}
.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;
2025-03-18 17:29:03 +08:00
justify-content: center;
2024-04-11 15:49:47 +08:00
box-sizing: border-box;
2025-03-18 20:18:45 +08:00
bottom: -0.6666666667rem;
2025-03-18 17:29:03 +08:00
padding: 0 0.3333333333rem;
2024-04-11 15:49:47 +08:00
}
.largestBox .top3 .no2 .box .icon img {
display: block;
width: 0.96rem;
height: 0.48rem;
2025-03-18 17:29:03 +08:00
margin-right: 0.08rem;
2024-04-11 15:49:47 +08:00
}
.largestBox .top3 .no2 .box .score {
width: 100%;
text-align: center;
2025-03-18 17:29:03 +08:00
color: #FFFFFF;
2024-04-11 15:49:47 +08:00
font-size: 0.32rem;
font-weight: 500;
position: absolute;
left: 0;
2025-03-18 20:18:45 +08:00
bottom: -0.9333333333rem;
2024-04-11 15:49:47 +08:00
}
.largestBox .top3 .no3 {
2025-03-18 17:29:03 +08:00
width: 2.9333333333rem;
height: 2.9333333333rem;
2024-04-11 15:49:47 +08:00
position: absolute;
right: 0;
2025-03-18 20:18:45 +08:00
top: -1.9466666667rem;
2024-04-11 15:49:47 +08:00
}
.largestBox .top3 .no3 .box {
width: 100%;
height: 100%;
position: absolute;
}
.largestBox .top3 .no3 .box .ts {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 2;
}
.largestBox .top3 .no3 .box .tx {
2025-03-18 17:29:03 +08:00
width: 1.7066666667rem;
height: 1.7066666667rem;
2024-04-11 15:49:47 +08:00
position: absolute;
left: 50%;
2025-03-18 17:29:03 +08:00
top: 0.6133333333rem;
2024-04-11 15:49:47 +08:00
transform: translateX(-50%);
border-radius: 50%;
}
.largestBox .top3 .no3 .box p {
width: 100%;
position: absolute;
2025-03-18 17:29:03 +08:00
left: 0.1066666667rem;
bottom: -0.16rem;
2024-04-11 15:49:47 +08:00
text-align: center;
white-space: nowrap;
}
.largestBox .top3 .no3 .box p span {
vertical-align: middle;
2025-03-18 17:29:03 +08:00
color: #FAD8B8;
font-size: 0.3466666667rem;
2024-04-11 15:49:47 +08:00
}
.largestBox .top3 .no3 .box p .sp {
2025-03-18 17:29:03 +08:00
width: 0.3733333333rem;
height: 0.3733333333rem;
2024-04-11 15:49:47 +08:00
border-radius: 50%;
display: inline-block;
}
.largestBox .top3 .no3 .box p .sp img {
display: inline-block;
2025-03-18 17:29:03 +08:00
width: 0.2133333333rem;
height: 0.2133333333rem;
2024-04-11 15:49:47 +08:00
border-radius: 50%;
2025-03-18 17:29:03 +08:00
margin: 0.0666666667rem auto 0;
2024-04-11 15:49:47 +08:00
}
.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;
2025-03-18 17:29:03 +08:00
justify-content: center;
2024-04-11 15:49:47 +08:00
box-sizing: border-box;
2025-03-18 20:18:45 +08:00
bottom: -0.6666666667rem;
2025-03-18 17:29:03 +08:00
padding: 0 0.3333333333rem;
2024-04-11 15:49:47 +08:00
}
.largestBox .top3 .no3 .box .icon img {
display: block;
width: 0.96rem;
height: 0.48rem;
2025-03-18 17:29:03 +08:00
margin-right: 0.08rem;
2024-04-11 15:49:47 +08:00
}
.largestBox .top3 .no3 .box .score {
width: 100%;
text-align: center;
2025-03-18 17:29:03 +08:00
color: #FAD8B8;
2024-04-11 15:49:47 +08:00
font-size: 0.32rem;
font-weight: 500;
position: absolute;
left: 0;
2025-03-18 20:18:45 +08:00
bottom: -0.9333333333rem;
2024-04-11 15:49:47 +08:00
}
.largestBox ul {
2025-03-19 11:29:45 +08:00
height: 5.3333333333rem;
2025-03-18 20:18:45 +08:00
margin: 2.6666666667rem 0.4266666667rem 0;
2025-03-19 11:29:45 +08:00
padding: 0.2133333333rem 0 5.3333333333rem;
2024-04-11 15:49:47 +08:00
overflow-y: scroll;
}
.largestBox ul::-webkit-scrollbar {
display: none;
}
.largestBox ul li {
width: 100%;
2025-03-18 17:29:03 +08:00
height: 1.7333333333rem;
2024-04-11 15:49:47 +08:00
box-sizing: border-box;
2025-03-18 17:29:03 +08:00
padding: 0 0.3333333333rem;
2024-04-11 15:49:47 +08:00
overflow: hidden;
2025-03-18 17:29:03 +08:00
background: linear-gradient(90deg, #A0641E, #3D1901);
border-radius: 0.28rem;
border: 0.0266666667rem solid #DCA452;
margin-top: 0.28rem;
2024-04-11 15:49:47 +08:00
}
.largestBox ul li .num {
2025-03-18 17:29:03 +08:00
width: 0.5333333333rem;
2024-04-11 15:49:47 +08:00
height: 100%;
2025-03-18 17:29:03 +08:00
line-height: 1.7333333333rem;
2024-04-11 15:49:47 +08:00
text-align: center;
color: #E6ECF5;
2025-03-18 17:29:03 +08:00
font-size: 0.5066666667rem;
font-weight: 600;
2024-04-11 15:49:47 +08:00
float: left;
margin-right: 0.16rem;
}
.largestBox ul li .tx {
display: block;
float: left;
2025-03-18 17:29:03 +08:00
width: 1.0666666667rem;
height: 1.0666666667rem;
2024-04-11 15:49:47 +08:00
border-radius: 1.28rem;
margin-top: 0.32rem;
2025-03-18 17:29:03 +08:00
margin-right: 0.2133333333rem;
2024-04-11 15:49:47 +08:00
}
.largestBox ul li .userInfo {
width: 2.8rem;
float: left;
}
2025-03-18 20:18:45 +08:00
.largestBox ul li .userInfo .nick {
display: flex;
align-items: flex-end;
}
.largestBox ul li .userInfo .nick .boy {
width: 0.3733333333rem;
height: 0.3733333333rem;
border-radius: 50%;
background: #6BB3FF;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 0.1066666667rem;
margin-left: 0.0666666667rem;
margin-right: 0.0666666667rem;
}
.largestBox ul li .userInfo .nick .boy img {
width: 0.2133333333rem;
height: 0.2133333333rem;
border-radius: 50%;
margin: 0;
}
.largestBox ul li .userInfo .nick .woman {
width: 0.3733333333rem;
height: 0.3733333333rem;
border-radius: 50%;
background: #FF80CC;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 0.1066666667rem;
margin-left: 0.0666666667rem;
margin-right: 0.0666666667rem;
}
.largestBox ul li .userInfo .nick .woman img {
width: 0.2133333333rem;
height: 0.2133333333rem;
border-radius: 50%;
margin: 0;
}
2024-04-11 15:49:47 +08:00
.largestBox ul li .userInfo p {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin-top: 0.4rem;
2025-03-18 17:29:03 +08:00
margin-bottom: 0.1066666667rem;
2024-04-11 15:49:47 +08:00
color: #E6ECF5;
2025-03-18 17:29:03 +08:00
font-size: 0.3466666667rem;
2024-04-11 15:49:47 +08:00
font-weight: 500;
}
.largestBox ul li .userInfo img {
display: inline-block;
width: 0.96rem;
height: 0.48rem;
2025-03-18 17:29:03 +08:00
margin-right: 0.1066666667rem;
2024-04-11 15:49:47 +08:00
}
.largestBox ul li .score {
float: right;
text-align: right;
}
.largestBox ul li .score p {
color: #E6ECF5;
2025-03-18 17:29:03 +08:00
font-size: 0.3733333333rem;
2024-04-11 15:49:47 +08:00
font-weight: 600;
margin-top: 0.48rem;
2025-03-18 17:29:03 +08:00
margin-bottom: 0.0666666667rem;
2024-04-11 15:49:47 +08:00
}
.largestBox ul li .score span {
color: #B1B5BD;
2025-03-18 17:29:03 +08:00
font-size: 0.2933333333rem;
2024-04-11 15:49:47 +08:00
font-weight: 400;
display: block;
}
.layui-m-layershade {
2025-03-18 17:29:03 +08:00
background-color: rgba(0, 0, 0, 0) !important;
2024-04-11 15:49:47 +08:00
}
.layui-m-layer2 .layui-m-layerchild {
width: 3rem !important;
height: 3rem !important;
border: none !important;
box-shadow: none !important;
color: #fff !important;
background: rgba(0, 0, 0, 0.6) !important;
}
.layui-m-layer2 .layui-m-layercont {
text-align: center !important;
padding: 0 !important;
line-height: 0 !important;
margin-top: 0.8rem !important;
2025-03-18 20:18:45 +08:00
}
.arabic .largestBox ul li .num {
float: right;
}
.arabic .largestBox ul li .tx {
float: right;
margin-right: 0.4rem;
}
.arabic .largestBox ul li .userInfo {
float: right;
margin-right: 0.16rem;
}
.arabic .largestBox ul li .score {
float: left;
}
2025-09-16 16:39:18 +08:00
.arabic .rewards_in {
background-image: url("../images/go_rewards-ar.png");
background-size: 100% 100%;
}
.brazil .largestBox .tab {
width: 6rem;
2025-03-18 17:29:03 +08:00
}