Compare commits

...

4 Commits

Author SHA1 Message Date
Dragon
41bb7136ab 替换ui图 2024-02-28 19:57:48 +08:00
Dragon
a57dd223a8 新增争霸赛 2024-02-28 19:57:47 +08:00
Dragon
c83c6e0240 优化许愿之星刷新问题 2024-02-28 18:12:07 +08:00
Dragon
abf5178c62 繁体化 2024-02-27 22:31:33 +08:00
46 changed files with 2095 additions and 96 deletions

View File

@@ -0,0 +1,768 @@
html,
body {
width: 100%;
background: #05341F;
}
.back {
position: fixed;
top: 0.93333rem;
left: 0.45333rem;
z-index: 99;
width: 0.82667rem;
height: 0.82667rem;
}
.back img {
width: 100%;
height: 100%;
}
.back p {
color: #fff;
font-size: 0.42667rem;
position: absolute;
width: 9rem;
left: 0;
top: 0;
height: 100%;
text-align: center;
line-height: 0.82667rem;
}
.header {
width: 10rem;
height: 8.24rem;
background: url(../images/header.png) no-repeat;
background-size: 100% 100%;
position: relative;
margin: 0 auto 0;
}
.header .rule_icon {
width: 0.72rem;
height: 1.92rem;
position: absolute;
top: 2.61333rem;
right: 0;
}
.header div {
width: 100%;
text-align: center;
font-size: 0.37333rem;
color: #FFFCE6;
position: absolute;
top: 1rem;
left: 0;
font-weight: 500;
}
.tabBox {
width: 9.52rem;
height: 1.66667rem;
background: url(../images/tabBox.png) no-repeat;
background-size: 100% 100%;
margin: -0.53333rem auto 0.18667rem;
position: relative;
display: flex;
justify-content: space-between;
padding: 0 0.37333rem;
box-sizing: border-box;
}
.tabBox div {
width: 2.16rem;
height: 1.12rem;
margin-top: 0.28rem;
}
.tabBox .tab1 {
background: url(../images/tab1.png) no-repeat;
background-size: 100% 100%;
}
.tabBox .tab2 {
background: url(../images/tab2.png) no-repeat;
background-size: 100% 100%;
}
.tabBox .tab3 {
background: url(../images/tab3.png) no-repeat;
background-size: 100% 100%;
}
.tabBox .tab4 {
background: url(../images/tab4.png) no-repeat;
background-size: 100% 100%;
}
.tabBox .tabAct1 {
background: url(../images/tabAct1.png) no-repeat;
background-size: 100% 100%;
}
.tabBox .tabAct2 {
background: url(../images/tabAct2.png) no-repeat;
background-size: 100% 100%;
}
.tabBox .tabAct3 {
background: url(../images/tabAct3.png) no-repeat;
background-size: 100% 100%;
}
.tabBox .tabAct4 {
background: url(../images/tabAct4.png) no-repeat;
background-size: 100% 100%;
}
.page1 .time {
width: 100%;
height: 0.98667rem;
line-height: 0.98667rem;
text-align: center;
color: #FFEDBB;
font-size: 0.32rem;
}
.page1 .time span {
width: 0.98667rem;
margin: 0 0.12rem;
color: #FFF;
font-size: 0.42667rem;
background: url(../images/num.png) no-repeat;
background-size: 100% 100%;
display: inline-block;
}
.page1 .top {
width: 100%;
height: 5.12rem;
margin: 0 auto 0.26667rem;
position: relative;
}
.page1 .top .no1 {
width: 2.98667rem;
height: 5.12rem;
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
}
.page1 .top .no1 .ts {
width: 100%;
height: 100%;
position: absolute;
z-index: 2;
}
.page1 .top .no1 .tx {
width: 2.21333rem;
height: 2.21333rem;
border-radius: 50%;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 0.77333rem;
z-index: 2;
}
.page1 .top .no1 p {
width: 81%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
text-align: center;
color: #663208;
font-size: 0.34667rem;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 3.16rem;
z-index: 2;
font-weight: bold;
}
.page1 .top .no1 span {
width: 81%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
text-align: center;
color: #663208;
font-size: 0.29333rem;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 3.64rem;
z-index: 2;
}
.page1 .top .no1 .score {
width: 2.45333rem;
height: 0.61333rem;
line-height: 0.61333rem;
text-align: center;
color: #FFF1D8;
font-size: 0.29333rem;
background: url(../images/win.png) no-repeat;
background-size: 100% 100%;
z-index: 2;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 4rem;
}
.page1 .top .no1 .score b {
color: #fff;
font-size: 0.32rem;
}
.page1 .top .no2 {
width: 2.98667rem;
height: 5.12rem;
position: absolute;
left: 0.32rem;
top: 0;
}
.page1 .top .no2 .ts {
width: 100%;
height: 100%;
position: absolute;
z-index: 2;
}
.page1 .top .no2 .tx {
width: 1.94667rem;
height: 1.94667rem;
border-radius: 50%;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 1.06667rem;
z-index: 2;
}
.page1 .top .no2 p {
width: 81%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
text-align: center;
color: #663208;
font-size: 0.34667rem;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 3.16rem;
z-index: 2;
font-weight: bold;
}
.page1 .top .no2 span {
width: 81%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
text-align: center;
color: #663208;
font-size: 0.29333rem;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 3.64rem;
z-index: 2;
}
.page1 .top .no2 .score {
width: 2.45333rem;
height: 0.61333rem;
line-height: 0.61333rem;
text-align: center;
color: #FFF1D8;
font-size: 0.29333rem;
background: url(../images/win2.png) no-repeat;
background-size: 100% 100%;
z-index: 2;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 4rem;
}
.page1 .top .no2 .score b {
color: #fff;
font-size: 0.32rem;
}
.page1 .top .no3 {
width: 2.98667rem;
height: 5.12rem;
position: absolute;
right: 0.32rem;
top: 0;
}
.page1 .top .no3 .ts {
width: 100%;
height: 100%;
position: absolute;
z-index: 2;
}
.page1 .top .no3 .tx {
width: 1.94667rem;
height: 1.94667rem;
border-radius: 50%;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 1.06667rem;
z-index: 2;
}
.page1 .top .no3 p {
width: 81%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
text-align: center;
color: #663208;
font-size: 0.34667rem;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 3.16rem;
z-index: 2;
font-weight: bold;
}
.page1 .top .no3 span {
width: 81%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
text-align: center;
color: #663208;
font-size: 0.29333rem;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 3.64rem;
z-index: 2;
}
.page1 .top .no3 .score {
width: 2.45333rem;
height: 0.61333rem;
line-height: 0.61333rem;
text-align: center;
color: #FFF1D8;
font-size: 0.29333rem;
background: url(../images/win3.png) no-repeat;
background-size: 100% 100%;
z-index: 2;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 4rem;
}
.page1 .top .no3 .score b {
color: #fff;
font-size: 0.32rem;
}
.page1 ul {
width: 9.30667rem;
margin: 0 auto 2rem;
}
.page1 ul li {
width: 100%;
height: 1.81333rem;
background: url(../images/li.png) no-repeat;
background-size: 100% 100%;
}
.page1 ul li .num {
width: 1rem;
text-align: center;
color: #fff;
font-size: 0.53333rem;
font-weight: bold;
float: left;
height: 100%;
line-height: 1.81333rem;
margin-right: 0.18667rem;
}
.page1 ul li .tx {
width: 1.30667rem;
height: 1.30667rem;
border-radius: 50%;
float: left;
display: block;
margin-top: 0.25333rem;
margin-right: 0.30667rem;
}
.page1 ul li .user {
width: 3.12rem;
float: left;
}
.page1 ul li .user p {
width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
color: #FFFFFF;
font-size: 0.37333rem;
margin-top: 0.50667rem;
margin-bottom: 0.18667rem;
}
.page1 ul li .user span {
width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
color: #B8BCBB;
font-size: 0.32rem;
}
.page1 ul li .score {
float: right;
height: 100%;
line-height: 1.81333rem;
color: #FFE04E;
font-size: 0.29333rem;
margin-right: 0.48rem;
}
.page1 .my {
width: 100%;
position: fixed;
height: 1.81333rem;
background: url(../images/my.png) no-repeat;
background-size: 100% 100%;
left: 0;
bottom: 0;
}
.page1 .my .num {
width: 1rem;
text-align: center;
color: #D7D1CE;
font-size: 0.32rem;
font-weight: bold;
float: left;
height: 100%;
line-height: 1.81333rem;
margin-right: 0.18667rem;
margin-left: 0.44rem;
}
.page1 .my .tx {
width: 1.30667rem;
height: 1.30667rem;
border-radius: 50%;
float: left;
display: block;
margin-top: 0.25333rem;
margin-right: 0.30667rem;
}
.page1 .my .user {
width: 3.12rem;
float: left;
}
.page1 .my .user p {
width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
color: #FFFFFF;
font-size: 0.37333rem;
line-height: 1.81333rem;
}
.page1 .my .user span {
width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
color: #B8BCBB;
font-size: 0.32rem;
}
.page1 .my .score {
float: right;
height: 100%;
line-height: 1.81333rem;
color: #FFE04E;
font-size: 0.29333rem;
margin-right: 0.48rem;
}
.page2 {
display: none;
}
.page2 .timeShow {
width: 9.36rem;
height: 1.70667rem;
background: #032417;
margin: 0 auto 0.16rem;
overflow: hidden;
border-radius: 0.10667rem;
}
.page2 .timeShow p {
width: 100%;
text-align: center;
color: #FFEDBB;
font-size: 0.4rem;
margin-top: 0.37333rem;
margin-bottom: 0.2rem;
}
.page2 .timeShow p b {
color: #fff;
}
.page2 .timeShow span {
width: 100%;
display: block;
text-align: center;
color: #FFEDBB;
font-size: 0.4rem;
}
.page2 .timeShow span b {
color: #fff;
}
.page2 .page2GoToRoom {
width: 8.58667rem;
height: 0.65333rem;
display: block;
margin: 0 auto 0.61333rem;
}
.page2 .line {
width: 10rem;
height: 0.4rem;
margin: 0 auto 0.41333rem;
display: block;
}
.page2 .page2Bg {
width: 10rem;
display: block;
margin: 0 auto 1.16rem;
}
.page3 {
display: none;
}
.page3 .timeShow {
width: 9.36rem;
height: 1.70667rem;
background: #032417;
margin: 0 auto 0.16rem;
overflow: hidden;
border-radius: 0.10667rem;
}
.page3 .timeShow p {
width: 100%;
text-align: center;
color: #FFEDBB;
font-size: 0.4rem;
margin-top: 0.37333rem;
margin-bottom: 0.2rem;
}
.page3 .timeShow p b {
color: #fff;
}
.page3 .timeShow span {
width: 100%;
display: block;
text-align: center;
color: #FFEDBB;
font-size: 0.4rem;
}
.page3 .timeShow span b {
color: #fff;
}
.page3 .page2GoToRoom {
width: 8.58667rem;
height: 0.65333rem;
display: block;
margin: 0 auto 0.61333rem;
}
.page3 .line {
width: 10rem;
height: 0.4rem;
margin: 0 auto 0.41333rem;
display: block;
}
.page3 .page2Bg {
width: 10rem;
display: block;
margin: 0 auto 1.16rem;
}
.page4 {
display: none;
}
.page4 .timeShow {
width: 9.36rem;
height: 1.70667rem;
background: #032417;
margin: 0 auto 0.16rem;
overflow: hidden;
border-radius: 0.10667rem;
}
.page4 .timeShow p {
width: 100%;
text-align: center;
color: #FFEDBB;
font-size: 0.4rem;
margin-top: 0.37333rem;
margin-bottom: 0.2rem;
}
.page4 .timeShow p b {
color: #fff;
}
.page4 .timeShow span {
width: 100%;
display: block;
text-align: center;
color: #FFEDBB;
font-size: 0.4rem;
}
.page4 .timeShow span b {
color: #fff;
}
.page4 .page2GoToRoom {
width: 8.58667rem;
height: 0.65333rem;
display: block;
margin: 0 auto 0.61333rem;
}
.page4 .line {
width: 10rem;
height: 0.4rem;
margin: 0 auto 0.41333rem;
display: block;
}
.page4 .page2Bg {
width: 10rem;
display: block;
margin-bottom: 1.16rem;
}
.page4 .swiper {
width: 10rem;
height: 7.5rem;
margin-bottom: 1.37333rem;
}
.page4 .swiper .swiper-slide,
.page4 .swiper .img {
display: block;
width: 100%;
}
.page4 .swiper .swiper-pagination-bullet {
background: #507163;
}
.page4 .swiper .swiper-pagination-bullet-active {
background: #FFEC4B;
}
.rule {
position: fixed;
z-index: 999;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: rgba(0, 0, 0, 0.6);
display: none;
}
.rule .rule_in {
width: 9.25333rem;
height: 14.36rem;
position: relative;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background: url(../images/ruleBG.png) no-repeat;
background-size: 100% 100%;
}
.rule .rule_in .tab {
width: 7.22667rem;
height: 0.88rem;
display: flex;
justify-content: space-between;
margin: 0.02667rem auto 0.64rem;
}
.rule .rule_in .tab div {
width: 50%;
height: 100%;
}
.rule .rule_in .tab1 {
background: url(../images/ruleTab1.png) no-repeat;
background-size: 100% 100%;
}
.rule .rule_in .tab2 {
background: url(../images/ruleTab2.png) no-repeat;
background-size: 100% 100%;
}
.rule .rule_in .box {
width: 7.76rem;
height: 12.3rem;
margin: 0 auto;
overflow-y: scroll;
}
.rule .rule_in .box::-webkit-scrollbar {
display: none;
}
.rule .rule_in .box img {
display: block;
width: 100%;
}

View File

@@ -0,0 +1,788 @@
@function px2rem($px) {
@return $px / 75+rem;
}
html,
body {
width: 100%;
// background: radial-gradient(circle, #32140C 0%, #05040A 100%);
background: #05341F;
}
.back {
position: fixed;
top: px2rem(70);
left: px2rem(34);
z-index: 99;
width: px2rem(62);
height: px2rem(62);
img {
width: 100%;
height: 100%;
}
p {
color: #fff;
font-size: px2rem(32);
position: absolute;
width: 9rem;
left: 0;
top: 0;
height: 100%;
text-align: center;
line-height: px2rem(62);
}
}
.header {
width: px2rem(750);
height: px2rem(618);
background: url(../images/header.png) no-repeat;
background-size: 100% 100%;
position: relative;
margin: 0 auto 0;
.rule_icon {
width: px2rem(54);
height: px2rem(144);
position: absolute;
top: px2rem(196);
right: 0;
}
div {
width: 100%;
text-align: center;
font-size: px2rem(28);
color: #FFFCE6;
position: absolute;
top: 1rem;
left: 0;
font-weight: 500;
}
}
.tabBox {
width: px2rem(714);
height: px2rem(125);
background: url(../images/tabBox.png) no-repeat;
background-size: 100% 100%;
margin: px2rem(-40) auto px2rem(14);
position: relative;
display: flex;
justify-content: space-between;
padding: 0 px2rem(28);
box-sizing: border-box;
div {
width: px2rem(162);
height: px2rem(84);
margin-top: px2rem(21);
}
.tab1 {
background: url(../images/tab1.png) no-repeat;
background-size: 100% 100%;
}
.tab2 {
background: url(../images/tab2.png) no-repeat;
background-size: 100% 100%;
}
.tab3 {
background: url(../images/tab3.png) no-repeat;
background-size: 100% 100%;
}
.tab4 {
background: url(../images/tab4.png) no-repeat;
background-size: 100% 100%;
}
.tabAct1 {
background: url(../images/tabAct1.png) no-repeat;
background-size: 100% 100%;
}
.tabAct2 {
background: url(../images/tabAct2.png) no-repeat;
background-size: 100% 100%;
}
.tabAct3 {
background: url(../images/tabAct3.png) no-repeat;
background-size: 100% 100%;
}
.tabAct4 {
background: url(../images/tabAct4.png) no-repeat;
background-size: 100% 100%;
}
}
.page1 {
// display: none;
.time {
width: 100%;
height: px2rem(74);
line-height: px2rem(74);
text-align: center;
color: #FFEDBB;
font-size: px2rem(24);
span {
width: px2rem(74);
margin: 0 px2rem(9);
color: #FFF;
font-size: px2rem(32);
background: url(../images/num.png) no-repeat;
background-size: 100% 100%;
display: inline-block;
}
}
.top {
width: 100%;
height: px2rem(384);
margin: 0 auto px2rem(20);
position: relative;
.no1 {
width: px2rem(224);
height: px2rem(384);
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
.ts {
width: 100%;
height: 100%;
position: absolute;
z-index: 2;
}
.tx {
width: px2rem(166);
height: px2rem(166);
border-radius: 50%;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: px2rem(58);
z-index: 2;
}
p {
width: 81%;
//超出省略号
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
text-align: center;
color: #663208;
font-size: px2rem(26);
position: absolute;
left: 50%;
transform: translateX(-50%);
top: px2rem(237);
z-index: 2;
font-weight: bold;
}
span {
width: 81%;
//超出省略号
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
text-align: center;
color: #663208;
font-size: px2rem(22);
position: absolute;
left: 50%;
transform: translateX(-50%);
top: px2rem(273);
z-index: 2;
}
.score {
width: px2rem(184);
height: px2rem(46);
line-height: px2rem(46);
text-align: center;
color: #FFF1D8;
font-size: px2rem(22);
background: url(../images/win.png) no-repeat;
background-size: 100% 100%;
z-index: 2;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: px2rem(300);
b {
color: #fff;
font-size: px2rem(24);
}
}
}
.no2 {
width: px2rem(224);
height: px2rem(384);
position: absolute;
left: px2rem(24);
top: 0;
.ts {
width: 100%;
height: 100%;
position: absolute;
z-index: 2;
}
.tx {
width: px2rem(146);
height: px2rem(146);
border-radius: 50%;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: px2rem(80);
z-index: 2;
}
p {
width: 81%;
//超出省略号
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
text-align: center;
color: #663208;
font-size: px2rem(26);
position: absolute;
left: 50%;
transform: translateX(-50%);
top: px2rem(237);
z-index: 2;
font-weight: bold;
}
span {
width: 81%;
//超出省略号
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
text-align: center;
color: #663208;
font-size: px2rem(22);
position: absolute;
left: 50%;
transform: translateX(-50%);
top: px2rem(273);
z-index: 2;
}
.score {
width: px2rem(184);
height: px2rem(46);
line-height: px2rem(46);
text-align: center;
color: #FFF1D8;
font-size: px2rem(22);
background: url(../images/win2.png) no-repeat;
background-size: 100% 100%;
z-index: 2;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: px2rem(300);
b {
color: #fff;
font-size: px2rem(24);
}
}
}
.no3 {
width: px2rem(224);
height: px2rem(384);
position: absolute;
right: px2rem(24);
top: 0;
.ts {
width: 100%;
height: 100%;
position: absolute;
z-index: 2;
}
.tx {
width: px2rem(146);
height: px2rem(146);
border-radius: 50%;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: px2rem(80);
z-index: 2;
}
p {
width: 81%;
//超出省略号
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
text-align: center;
color: #663208;
font-size: px2rem(26);
position: absolute;
left: 50%;
transform: translateX(-50%);
top: px2rem(237);
z-index: 2;
font-weight: bold;
}
span {
width: 81%;
//超出省略号
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
text-align: center;
color: #663208;
font-size: px2rem(22);
position: absolute;
left: 50%;
transform: translateX(-50%);
top: px2rem(273);
z-index: 2;
}
.score {
width: px2rem(184);
height: px2rem(46);
line-height: px2rem(46);
text-align: center;
color: #FFF1D8;
font-size: px2rem(22);
background: url(../images/win3.png) no-repeat;
background-size: 100% 100%;
z-index: 2;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: px2rem(300);
b {
color: #fff;
font-size: px2rem(24);
}
}
}
}
ul {
width: px2rem(698);
// height: px2rem(136);
margin: 0 auto px2rem(150);
li {
width: 100%;
height: px2rem(136);
background: url(../images/li.png) no-repeat;
background-size: 100% 100%;
.num {
width: px2rem(75);
text-align: center;
color: #fff;
font-size: px2rem(40);
font-weight: bold;
float: left;
height: 100%;
line-height: px2rem(136);
margin-right: px2rem(14);
}
.tx {
width: px2rem(98);
height: px2rem(98);
border-radius: 50%;
float: left;
display: block;
margin-top: px2rem(19);
margin-right: px2rem(23);
}
.user {
width: px2rem(234);
float: left;
p {
width: 100%;
//超出省略号
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
color: #FFFFFF;
font-size: px2rem(28);
margin-top: px2rem(38);
margin-bottom: px2rem(14);
}
span {
width: 100%;
//超出省略号
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
color: #B8BCBB;
font-size: px2rem(24);
}
}
.score {
float: right;
height: 100%;
line-height: px2rem(136);
color: #FFE04E;
font-size: px2rem(22);
margin-right: px2rem(36);
}
}
}
.my {
width: 100%;
position: fixed;
height: px2rem(136);
background: url(../images/my.png) no-repeat;
background-size: 100% 100%;
left: 0;
bottom: 0;
.num {
width: px2rem(75);
text-align: center;
color: #D7D1CE;
font-size: px2rem(24);
font-weight: bold;
float: left;
height: 100%;
line-height: px2rem(136);
margin-right: px2rem(14);
margin-left: px2rem(33);
}
.tx {
width: px2rem(98);
height: px2rem(98);
border-radius: 50%;
float: left;
display: block;
margin-top: px2rem(19);
margin-right: px2rem(23);
}
.user {
width: px2rem(234);
float: left;
p {
width: 100%;
//超出省略号
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
color: #FFFFFF;
font-size: px2rem(28);
line-height: px2rem(136);
}
span {
width: 100%;
//超出省略号
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
color: #B8BCBB;
font-size: px2rem(24);
}
}
.score {
float: right;
height: 100%;
line-height: px2rem(136);
color: #FFE04E;
font-size: px2rem(22);
margin-right: px2rem(36);
}
}
}
.page2 {
display: none;
.timeShow {
width: px2rem(702);
height: px2rem(128);
background: #032417;
margin: 0 auto px2rem(12);
overflow: hidden;
border-radius: px2rem(8);
p {
width: 100%;
text-align: center;
color: #FFEDBB;
font-size: px2rem(30);
margin-top: px2rem(28);
margin-bottom: px2rem(15);
b {
color: #fff;
}
}
span {
width: 100%;
display: block;
text-align: center;
color: #FFEDBB;
font-size: px2rem(30);
b {
color: #fff;
}
}
}
.page2GoToRoom {
width: px2rem(644);
height: px2rem(49);
display: block;
margin: 0 auto px2rem(46);
}
.line {
width: px2rem(750);
height: px2rem(30);
margin: 0 auto px2rem(31);
display: block;
}
.page2Bg {
width: px2rem(750);
display: block;
margin: 0 auto px2rem(87);
}
}
.page3 {
display: none;
.timeShow {
width: px2rem(702);
height: px2rem(128);
background: #032417;
margin: 0 auto px2rem(12);
overflow: hidden;
border-radius: px2rem(8);
p {
width: 100%;
text-align: center;
color: #FFEDBB;
font-size: px2rem(30);
margin-top: px2rem(28);
margin-bottom: px2rem(15);
b {
color: #fff;
}
}
span {
width: 100%;
display: block;
text-align: center;
color: #FFEDBB;
font-size: px2rem(30);
b {
color: #fff;
}
}
}
.page2GoToRoom {
width: px2rem(644);
height: px2rem(49);
display: block;
margin: 0 auto px2rem(46);
}
.line {
width: px2rem(750);
height: px2rem(30);
margin: 0 auto px2rem(31);
display: block;
}
.page2Bg {
width: px2rem(750);
display: block;
margin: 0 auto px2rem(87);
}
}
.page4 {
display: none;
.timeShow {
width: px2rem(702);
height: px2rem(128);
background: #032417;
margin: 0 auto px2rem(12);
overflow: hidden;
border-radius: px2rem(8);
p {
width: 100%;
text-align: center;
color: #FFEDBB;
font-size: px2rem(30);
margin-top: px2rem(28);
margin-bottom: px2rem(15);
b {
color: #fff;
}
}
span {
width: 100%;
display: block;
text-align: center;
color: #FFEDBB;
font-size: px2rem(30);
b {
color: #fff;
}
}
}
.page2GoToRoom {
width: px2rem(644);
height: px2rem(49);
display: block;
margin: 0 auto px2rem(46);
}
.line {
width: px2rem(750);
height: px2rem(30);
margin: 0 auto px2rem(31);
display: block;
}
.page2Bg {
width: px2rem(750);
display: block;
margin-bottom: px2rem(87);
}
.swiper {
width: px2rem(750);
height: 7.5rem;
margin-bottom: px2rem(103);
.swiper-slide,
.img {
display: block;
width: 100%;
}
.swiper-pagination-bullet {
background: #507163;
}
.swiper-pagination-bullet-active {
background: #FFEC4B;
}
}
}
.rule {
position: fixed;
z-index: 999;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: rgba(0, 0, 0, .6);
display: none;
.rule_in {
width: px2rem(694);
height: px2rem(1077);
position: relative;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background: url(../images/ruleBG.png) no-repeat;
background-size: 100% 100%;
.tab {
width: px2rem(542);
height: px2rem(66);
display: flex;
justify-content: space-between;
margin: px2rem(2) auto px2rem(48);
div {
width: 50%;
height: 100%;
}
}
.tab1 {
background: url(../images/ruleTab1.png) no-repeat;
background-size: 100% 100%;
}
.tab2 {
background: url(../images/ruleTab2.png) no-repeat;
background-size: 100% 100%;
}
.box {
width: px2rem(582);
height: 12.3rem;
margin: 0 auto;
overflow-y: scroll;
&::-webkit-scrollbar {
display: none;
}
img {
display: block;
width: 100%;
}
}
}
}

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 289 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 814 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 381 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 195 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 355 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 448 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -0,0 +1,155 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>桌球爭霸賽</title>
<link rel="stylesheet" href="../../common/css/reset.css">
<link rel="stylesheet" href="./css/swiper-bundle.min.css">
<link rel="stylesheet" href="./css/index.css">
</head>
<body>
<!-- 頂部返回 -->
<div class="back">
<img src="./images/travel/back.png" alt="">
</div>
<!-- 頭部 -->
<div class="header">
<img src="./images/rule.png" alt="" class="rule_icon">
<div>活動時間:2月29日-3月5日</div>
</div>
<!-- tab -->
<div class="tabBox">
<div class="tab1 tabAct1"></div>
<div class="tab2"></div>
<div class="tab3"></div>
<div class="tab4"></div>
</div>
<!-- page1 -->
<div class="page1">
<!-- 倒計時 -->
<div class="time">距離預選賽結束<span class="sp1">00</span><span class="sp2">00</span><span class="sp3">00</span>
</div>
<!-- 前三 -->
<div class="top">
<div class="no1">
<img src="./images/no1.png" alt="" class="ts">
<img src="" alt="" class="tx">
<p>虛位以待</p>
<span>ID:0</span>
<div class="score">勝場次數: <b>0</b></div>
</div>
<div class="no2">
<img src="./images/no2.png" alt="" class="ts">
<img src="" alt="" class="tx">
<p>虛位以待</p>
<span>ID:0</span>
<div class="score">勝場次數: <b>0</b></div>
</div>
<div class="no3">
<img src="./images/no3.png" alt="" class="ts">
<img src="" alt="" class="tx">
<p>虛位以待</p>
<span>ID:0</span>
<div class="score">勝場次數: <b>0</b></div>
</div>
</div>
<!-- 非前三 -->
<ul>
<li>
<div class="num">4</div>
<img src="" alt="" class="tx">
<div class="user">
<p>虛位以待</p>
<span>ID:8888</span>
</div>
<div class="score">勝場次數: 0</div>
</li>
</ul>
<!-- 自己 -->
<div class="my">
<div class="num">未上榜</div>
<img src="" alt="" class="tx">
<div class="user">
<p>虛位以待</p>
</div>
<div class="score">勝場次數: 0</div>
</div>
</div>
<!-- page2 -->
<div class="page2">
<!-- 時間 -->
<div class="timeShow">
<p>3月3日 <b>19:00:00</b> 開賽!</p>
<span>對決房間:<b>10000</b></span>
</div>
<!-- 跳轉房間展示 -->
<img src="./images/page2GoToRoom.png" alt="" class="page2GoToRoom">
<!-- 線條 -->
<img src="./images/page2line.png" alt="" class="line">
<!-- 榜單展示 -->
<img src="./images/page2Bg.png?v=1.0" alt="" class="page2Bg">
</div>
<!-- page3 -->
<div class="page3">
<!-- 時間 -->
<div class="timeShow">
<p>3月4日 <b>19:00:00</b> 開賽!</p>
<span>對決房間:<b>10000</b></span>
</div>
<!-- 跳轉房間展示 -->
<img src="./images/page2GoToRoom.png" alt="" class="page2GoToRoom">
<!-- 線條 -->
<!-- <img src="./images/page3line.png" alt="" class="line"> -->
<!-- 榜單展示 -->
<img src="./images/page3Bg.png?v=1.0" alt="" class="page2Bg">
</div>
<!-- page4 -->
<div class="page4">
<!-- 時間 -->
<div class="timeShow">
<p>3月5日 <b>19:00:00</b> 開賽!</p>
<span>對決房間:<b>10000</b></span>
</div>
<!-- 跳轉房間展示 -->
<img src="./images/page2GoToRoom.png" alt="" class="page2GoToRoom">
<!-- 榜單展示 -->
<!-- <img src="" alt="" class="page2Bg"> -->
<div class="swiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<img src="./images/page4Bg1.png" alt="">
</div>
<div class="swiper-slide">
<img src="./images/page4Bg2.png" alt="">
</div>
</div>
<!-- 如果需要分頁器 -->
<div class="swiper-pagination"></div>
</div>
</div>
<!-- 活動規則 -->
<div class="rule">
<div class="rule_in">
<div class="tab tab1">
<div></div>
<div></div>
</div>
<div class="box">
<img src="./images/rule1.png" alt="">
</div>
</div>
</div>
</body>
</html>
<script src="../../common/js/flexible.js"></script>
<script src="../../common/js/jquery-3.2.1.min.js"></script>
<script src="../../common/js/common2.js"></script>
<script src="../../common/js/layer.js"></script>
<script src="../../common/js/vconsole.min.js"></script>
<script src="../../common/js/route-constant.js"></script>
<script src="./js/swiper-bundle.min.js"></script>
<script src="./js/index.js"></script>

View File

@@ -0,0 +1,253 @@
let urlPrefix = getUrlPrefix()
let browser = checkVersion()
let env = EnvCheck();
if (env == 'test') {
new VConsole();
}
// 封裝layer消息提醒框
let layerIndex
const showLoading = (content = '加載中...') => {
layer.open({
type: 2,
shadeClose: false,
content,
success (e) {
layerIndex = $(e).attr('index')
}
})
}
const hideLoading = (index) => {
layer.close(index)
}
const toastMsg = (content = '操作完成', time = 2) => {
layer.open({
content,
time,
skin: 'msg'
})
}
var roomUid = 77620;
var round = null;//輪次
var countupTime = null;//倒計時
var endTime = null;
// 初始化函數
$(function () {
getInfoFromClient()
setTimeout(function () {
// 頁面全屏
if (browser.app) {
if (browser.android) {
window.androidJsObj.initShowNav(false)
} else {
window.webkit.messageHandlers.initShowNav.postMessage(0)
}
};
// 頂部返回事件
$('.back').click(() => {
if (browser.android) {
window.androidJsObj.closeWebView()
} else {
window.webkit.messageHandlers.closeWebView.postMessage(null)
}
})
var mySwiper = new Swiper('.swiper', {
// direction: "vertical",
loop: true,
// autoplay: {
// delay: 3500,
// disableOnInteraction: false
// },
// 如果需要分頁器
pagination: {
el: '.swiper-pagination',
},
})
getRank();
}, 100)
})
// tab切換
$('.tabBox div').click(function () {
var i = $(this).index() + 1;
$('.tabBox div').removeClass('tabAct1').removeClass('tabAct2').removeClass('tabAct3').removeClass('tabAct4');
$(`.tabBox .tab${i}`).addClass(`tabAct${i}`);
$('.page1,.page2,.page3,.page4').hide();
$(`.page${i}`).show();
if (i == 1) {
round = i;
getRank();
}
})
// 前三跳轉
$('.page1 .top div').on('click', '.tx', function () {
var uid = $(this).attr('uid');
// 跳轉個人資料頁
if (browser.ios) {
window.webkit.messageHandlers.openPersonPage.postMessage(uid);
} else if (browser.android) {
if (androidJsObj && typeof androidJsObj === 'object') {
window.androidJsObj.openPersonPage(uid);
}
} else {
console.log('web');
}
})
// 非前三跳轉
$('.page1 ul').on('click', 'li .tx', function () {
var uid = $(this).attr('uid');
// 跳轉個人資料頁
if (browser.ios) {
window.webkit.messageHandlers.openPersonPage.postMessage(uid);
} else if (browser.android) {
if (androidJsObj && typeof androidJsObj === 'object') {
window.androidJsObj.openPersonPage(uid);
}
} else {
console.log('web');
}
})
// 獲取任務接口
function getRank () {
$('ul li').remove();
showLoading()
networkRequest({
type: 'GET',
url: urlPrefix + '/act/2024Snooker/room/getRank',
data: { round },
success (res) {
if (res.code === 200) {
// 當前頁面展示
$('.tabBox div').removeClass('tabAct1').removeClass('tabAct2').removeClass('tabAct3');
$(`.tabBox .tab${res.data.rankType}`).addClass(`tabAct${res.data.rankType}`);
$('.page1,.page2,.page3').hide();
$(`.page${res.data.rankType}`).show();
// 處理倒計時
if (res.data.rankType == 1) {
if (round == null) {
endTime = res.data.roundList[0].endTime
}
if (endTime - res.timestamp > 0) {
countup(endTime - res.timestamp);
} else {
$('.time').hide();
}
var top3 = res.data.rankList.slice(0, 3);
var notTop3 = res.data.rankList.slice(3);
// 處理前三
if (top3.length < 3) {
let arr = new Array(3 - top3.length).fill({
avatar: './images/logo.png',
nick: '虛位以待',
erbanNo: "虛位以待",
score: "0"
})
top3.push(...arr)
}
top3.forEach((res, i) => {
$(`.top .no${i + 1} .tx`).attr('src', res.avatar);
$(`.top .no${i + 1} .tx`).attr('uid', res.uid);
$(`.top .no${i + 1} p`).text(res.nick);
$(`.top .no${i + 1} span`).text(`ID:${res.erbanNo}`);
$(`.top .no${i + 1} .score b`).text(res.score);
});
// 處理非前三
var str = '';
notTop3.forEach((res, i) => {
str += `
<li>
<div class="num">${res.ranking}</div>
<img uid=${res.uid} src="${res.avatar}" alt="" class="tx">
<div class="user">
<p>${res.nick}</p>
<span>ID:${res.erbanNo}</span>
</div>
<div class="score">勝場次數: ${res.score}</div>
</li>
`
})
$('ul').append(str);
// 處理自己
$('.my .tx').attr('src', res.data.meRank.avatar);
$('.my .tx').attr('uid', res.data.meRank.uid);
$('.my .num').text(res.data.meRank.ranking == 0 ? '未上榜' : res.data.meRank.ranking);
$('.my p').text(res.data.meRank.nick);
$('.my .score').text(`勝場次數: ${res.data.meRank.score}`);
}
} else {
toastMsg(res.message)
}
hideLoading(layerIndex)
},
error (err) {
hideLoading(layerIndex)
toastMsg('網絡錯誤,請退出重進')
}
})
}
// 人氣榜倒計時
function countup (leftTime) {
clearTimeout(countupTime)
//獲取當前時間
// var now = nowTime;
var d = 0;
var h = 0;
var m = 0;
var s = 0;
//定義變量 d,h,m,s保存倒計時的時間
var d, h, m, s;
//遞歸每秒調⽤countTime⽅法顯⽰動態時間效果
if (leftTime > 0) {
d = getzf(Math.floor(leftTime / 1000 / 60 / 60 / 24));
h = getzf(Math.floor(leftTime / 1000 / 60 / 60));
m = getzf(Math.floor(leftTime / 1000 / 60 % 60));
s = getzf(Math.floor(leftTime / 1000 % 60));
//將倒計時賦值
$('.time .sp1').text(h);
$('.time .sp2').text(m);
$('.time .sp3').text(s);
} else {
$('.time').hide();
}
if (leftTime > 0) {
leftTime = leftTime - 1000;
}
countupTime = setTimeout(function () {
countup(leftTime);
}, 1000);
}
//補0操作
function getzf (num) {
if (parseInt(num) < 10) {
num = '0' + num;
}
return num;
}
// 頁面2跳轉房間
$('.page2 .page2GoToRoom,.page3 .page2GoToRoom,.page4 .page2GoToRoom').click(function () {
if (browser.ios) {
window.webkit.messageHandlers.openRoom.postMessage(roomUid);
} else if (browser.android) {
if (androidJsObj && typeof androidJsObj === 'object') {
window.androidJsObj.openRoom(roomUid);
}
}
})
// 規則切換
$('.rule .rule_in .tab div').click(function () {
var i = $(this).index() + 1;
$('.rule .rule_in .tab').removeClass('tab1').removeClass('tab2')
$('.rule .rule_in .tab').addClass(`tab${i}`)
$('.rule .rule_in .box img').attr('src', `./images/rule${i}.png`)
return false;
})
// 打開規則
$('.header .rule_icon').click(function () {
$('.rule').show();
bodyScroolFun(true);
})
// 關閉規則
$('.rule').click(function () {
$(this).hide();
bodyScroolFun(false);
})

File diff suppressed because one or more lines are too long

View File

@@ -108,11 +108,11 @@ body {
}
.page1 .update {
width: 0.86667rem;
height: 0.86667rem;
position: fixed;
right: 0.45rem;
bottom: 0.45rem;
width: 1.06667rem;
height: 1.06667rem;
position: absolute;
right: 0.7rem;
bottom: 10rem;
}
.page1 .top {

View File

@@ -115,11 +115,14 @@ body {
overflow: hidden;
.update {
width: px2rem(65);
height: px2rem(65);
position: fixed;
right: 0.45rem;
bottom: 0.45rem;
width: px2rem(80);
height: px2rem(80);
position: absolute;
right: 0.7rem;
bottom: 10rem;
// border: px2rem(3) solid rgb(230, 101, 16);
// border-radius: px2rem(25);
// box-sizing: border-box;
}
.top {

View File

@@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>许愿之星</title>
<title>許願之星</title>
<link rel="stylesheet" href="../../common/css/reset.css">
<link rel="stylesheet" href="./css/index.css">
</head>
@@ -14,19 +14,19 @@
<div class="back">
<img src="./images/travel/back.png" alt="">
</div>
<!-- -->
<!-- -->
<div class="header">
<!--动规则icon -->
<!--動規則icon -->
<img src="./images/rule_icon.png" alt="" class="rule_icon">
<!-- 参与记录icon -->
<!-- 參與記錄icon -->
<img src="./images/record_icon.png" alt="" class="record_icon">
<!-- Tab切 -->
<!-- Tab切 -->
<div class="tabBox">
<div class="tab1 act1"></div>
<div class="tab2"></div>
</div>
</div>
<!-- 面1 -->
<!-- 面1 -->
<div class="page1">
<!-- 我的魔法棒 -->
<div class="top">
@@ -35,21 +35,21 @@
<div class="centon">0</div>
<div class="but"></div>
</div>
<!--标题 -->
<!--標題 -->
<img src="./images/page1Title.png" alt="" class="page1Title">
<!-- 许愿列表 -->
<!-- 許願列錶 -->
<ul>
<li>
<div class="giftBox">
<img src="./images/logo.png" alt="" class="giftImg">
</div>
<div class="giftInfo">
<b>物名</b>
<b>物名</b>
<img src="./images/diamond.png" alt="" class="diamond">
<i>0</i>
</div>
<div class="inventory">存0</div>
<div class="schedule">许愿进</div>
<div class="inventory">存0</div>
<div class="schedule">許願進</div>
<div class="line">
<div class="line_in">
<img src="./images/line.png" alt="">
@@ -62,7 +62,7 @@
</ul>
<img src="./images/update.png" alt="" class="update">
</div>
<!-- 面2 -->
<!-- 面2 -->
<div class="page2">
<div class="listTab tab1">
<div></div>
@@ -72,34 +72,34 @@
<li>
<div class="num">1</div>
<img src="./images/logo.png" alt="" class="tx">
<div class="name">户昵称</div>
<div class="name">戶昵稱</div>
<div class="right">
<p>0次</p>
<b>许愿获奖次数</b>
<b>許願獲獎次數</b>
</div>
</li>
</ul>
<div class="my">
<div class="num">未上榜</div>
<img src="./images/logo.png" alt="" class="tx">
<div class="name">户昵称</div>
<div class="name">戶昵稱</div>
<div class="right">
<p>0次</p>
<b>许愿获奖次数</b>
<b>許願獲獎次數</b>
</div>
</div>
</div>
<!-- 参与许愿弹-->
<!-- 參與許願彈-->
<div class="wishingPop">
<div class="wishingPop_in">
<!-- 标题 -->
<!-- 標題 -->
<img src="./images/wishIngtitle.png" alt="" class="wishIngtitle">
<!-- h3 -->
<h3>参与许愿次数</h3>
<!-- -->
<h3>參與許願次數</h3>
<!-- -->
<img src="./images/decrease.png" alt="" class="decrease">
<!-- 入框 -->
<!-- 入框 -->
<input type="number" value="1">
<!---->
<img src="./images/add.png" alt="" class="add">
@@ -120,16 +120,16 @@
</div>
</div>
<!-- 购买魔法棒-->
<!-- 購買魔法棒-->
<div class="magicStick">
<div class="magicStick_in">
<!-- 标题 -->
<!-- 標題 -->
<img src="./images/magicSticktitle.png" alt="" class="magicSticktitle">
<!-- h3 -->
<h3>可用魔法棒不足,请购买/购买数</h3>
<!-- -->
<h3>可用魔法棒不足,請購買/購買數</h3>
<!-- -->
<img src="./images/decrease.png" alt="" class="decrease">
<!-- 入框 -->
<!-- 入框 -->
<input type="number" value="1">
<!---->
<img src="./images/add.png" alt="" class="add">
@@ -150,7 +150,7 @@
</div>
</div>
<!--动规则弹-->
<!--動規則彈-->
<div class="rule">
<div class="rule_in">
<img src="./images/ruleTitle.png" alt="" class="ruleTitle">
@@ -159,7 +159,7 @@
<p>2.許願獎勵:每輪投入滿足規定的魔法棒數量後立即開獎,獎勵將會自動發放至獲獎者背包;</p>
<p>3.許願開獎:玩家參與過其中任意物品的許願,開獎後將會有小秘書通知,也可以在【中獎記錄】查看自己的中獎記錄,以及曾經投入過的物品被誰帶走;</p>
<p>4.許願榜單許願榜單分為日榜和總榜日榜每日00:00更新</p>
<p>5.中獎概率:玩家投入魔法棒數量/規定開獎數量=玩家概率。(提示高概率不代一定中獎哦);</p>
<p>5.中獎概率:玩家投入魔法棒數量/規定開獎數量=玩家概率。(提示高概率不代一定中獎哦);</p>
<p>6.活動結束時間另行通知,請留意小秘書公告;</p>
<p>7.如有作弊行為,官方有權清除作弊者所得的所有獎勵;</p>
<p>8.有任何疑問請聯繫客服LINE:pekoyuyin、app內搜索ID10001、WeChat:sd245376</p>
@@ -168,7 +168,7 @@
</div>
</div>
<!-- 参与记录 -->
<!-- 參與記錄 -->
<div class="record">
<div class="record_in">
<img src="./images/recordTitl.png" alt="" class="recordTitl">
@@ -196,12 +196,12 @@
<i>2024-02-23</i>
</div>
<div class="center">
<p>许愿:礼物名</p>
<i>行中</i>
<p>許願:禮物名</p>
<i>行中</i>
</div>
<div class="right">
<p>我是用昵</p>
<i>得</i>
<p>我是用昵</p>
<i>得</i>
</div>
</li>
<li>
@@ -210,26 +210,26 @@
<i>2024-02-23</i>
</div>
<div class="center">
<p>许愿:礼物名</p>
<i>行中</i>
<p>許願:禮物名</p>
<i>行中</i>
</div>
<div class="right">
<p>我是用昵</p>
<i>得</i>
<p>我是用昵</p>
<i>得</i>
</div>
</li> -->
</ul>
</div>
</div>
<!-- 去充值-->
<!-- 去充值-->
<div class="goToPay">
<div class="goToPay_in">
<div class="but"></div>
</div>
</div>
<!-- 购买成功-->
<!-- 購買成功-->
<div class="buySuccess">
<div class="buySuccess_in">
<h3>購買成功</h3>

View File

@@ -26,8 +26,8 @@ const toastMsg = (content = '操作完成', time = 2) => {
skin: 'msg'
})
}
var mymagicStickNum = 0;//魔法棒
var getRankType = 1;//1=今日奖励2=次数总
var mymagicStickNum = 0;//魔法棒
var getRankType = 1;//1=今日獎勵2=次數總
// 初始化函數
$(function () {
getInfoFromClient()
@@ -49,6 +49,7 @@ $(function () {
}
})
getConfig();
$(window).scrollTop(275)
}, 100)
})
// 配置接口
@@ -104,7 +105,7 @@ function getConfig () {
$('.page1 .update').click(function () {
getConfig();
})
// 榜接口
// 榜接口
function getRank (type) {
showLoading()
networkRequest({
@@ -129,7 +130,7 @@ function getRank (type) {
})
$('.page2 .listBox li').remove()
$('.page2 .listBox').append(str);
// 理自己
// 理自己
$('.page2 .my .num').text(res.data.meRank.ranking == 0 ? '未上榜' : res.data.meRank.ranking);
$('.page2 .my .tx').attr('src', res.data.meRank.avatar);
$('.page2 .my .name').text(res.data.meRank.nick);
@@ -145,18 +146,22 @@ function getRank (type) {
}
})
}
// Tab切
// Tab切
$('.header .tabBox').on('click', ' div', function () {
var i = $(this).index() + 1;
$('.header .tabBox div').removeClass('act1').removeClass('act2');
$(this).addClass(`act${i}`);
$('.page1,.page2').hide();
$(`.page${i}`).show();
if (i == 1) {
$(window).scrollTop(275)
}
if (i == 2) {
$(window).scrollTop(275)
getRank(getRankType);
}
})
// 榜单切换
// 榜單切換
$('.page2 .listTab div').click(function () {
var i = $(this).index() + 1;
$(this).parent('.listTab').removeClass('tab1').removeClass('tab2');
@@ -164,19 +169,19 @@ $('.page2 .listTab div').click(function () {
getRankType = i;
getRank(getRankType);
})
// 打开活动规则弹
// 打開活動規則彈
$('.header .rule_icon').click(function () {
$('.rule').show();
bodyScroolFun(true);
})
// 关闭活动规则弹
// 關閉活動規則彈
$('.rule').click(function () {
$('.rule').hide();
bodyScroolFun(false);
})
var page = 1;
var isLock = true;
// 中奖记录接口
// 中獎記錄接口
function listLuckyRecord (page) {
showLoading();
networkRequest({
@@ -218,7 +223,7 @@ function listLuckyRecord (page) {
}
})
}
// 参与记录
// 參與記錄
function listRoundRecord (page) {
showLoading();
networkRequest({
@@ -240,7 +245,7 @@ function listRoundRecord (page) {
</div>
<div class="center">
<p>許願:${res.gift.giftName}</p>
<i>${res.luckyUser ? '已束' : '進行中'}</i>
<i>${res.luckyUser ? '已束' : '進行中'}</i>
</div>
<div class="right">
<p>${res.luckyUser ? res.luckyUser.nick : ''}</p>
@@ -264,7 +269,7 @@ function listRoundRecord (page) {
}
})
}
// 打开参与记录按钮
// 打開參與記錄按鈕
$('.header .record_icon').click(function () {
$('.record .record_in .ul1 li').remove();
page = 1;
@@ -277,7 +282,7 @@ $('.header .record_icon').click(function () {
$('.record').show();
bodyScroolFun(true);
})
// 切换参与记录按钮
// 切換參與記錄按鈕
$('.record .record_in .recordtab div').click(function () {
var i = $(this).index() + 1;
$('.record .record_in .recordtab div').removeClass('act1').removeClass('act2');
@@ -295,50 +300,50 @@ $('.record .record_in .recordtab div').click(function () {
$(`.record .record_in .ul${i}`).show();
return false;
})
// 监听滚动1
// 監聽滾動1
$('.record .record_in .ul1').scroll(function () {
let scrollTop = $(this).scrollTop()
let scrollHeight = $('.record .record_in .ul1')[0].scrollHeight
let ulHeight = $(this).innerHeight()
if (scrollTop + ulHeight + 100 >= scrollHeight) {
if (isLock) {
// 求下一
// 求下一
page = page + 1;
listLuckyRecord(page)
isLock = false;
}
}
})
// 监听滚动2
// 監聽滾動2
$('.record .record_in .ul2').scroll(function () {
let scrollTop = $(this).scrollTop()
let scrollHeight = $('.record .record_in .ul2')[0].scrollHeight
let ulHeight = $(this).innerHeight()
if (scrollTop + ulHeight + 100 >= scrollHeight) {
if (isLock) {
// 求下一
// 求下一
page = page + 1;
listRoundRecord(page)
isLock = false;
}
}
})
// 关闭参与记录按钮
// 關閉參與記錄按鈕
$('.record').click(function () {
$('.record').hide();
bodyScroolFun(false);
})
// 关闭去充值
// 關閉去充值
$('.goToPay').click(function () {
$('.goToPay').hide();
bodyScroolFun(false);
})
// 关闭购买成功按
// 關閉購買成功按
$('.buySuccess .buySuccess_in .buySuccessBut').click(function () {
$('.buySuccess').hide();
bodyScroolFun(false);
})
// 去充值按
// 去充值按
$('.goToPay .goToPay_in .but').click(function () {
if (browser.app) {
if (browser.android) {
@@ -373,10 +378,10 @@ function magicStick (type, num) {
// 加
magicStickNum++;
} else if (type == 2) {
//
//
magicStickNum--;
} else if (type == 3) {
// 快捷购买
// 快捷購買
magicStickNum += num;
} else {
}
@@ -385,42 +390,42 @@ function magicStick (type, num) {
$('.magicStick .magicStick_in .magicSticks b').text(magicStickNum * 100);
$('.magicStick .magicStick_in input').val(magicStickNum);
}
// 打开购买魔法棒
// 打開購買魔法棒
$('.page1 .top .but').click(function () {
$('.magicStick .magicStick_in h3').text('購買數量');
$('.magicStick').show();
bodyScroolFun(true);
})
// 魔法棒加
// 魔法棒加
$('.magicStick .magicStick_in .add').click(function () {
magicStick(1)
return false;
})
// 魔法棒减弹
// 魔法棒減彈
$('.magicStick .magicStick_in .decrease').click(function () {
magicStick(2)
return false;
})
// 魔法棒快捷购买弹
// 魔法棒快捷購買彈
$('.magicStick .magicStick_in .quickAddition div').click(function () {
var num = Number($(this).attr('num'));
magicStick(3, num)
return false;
})
// 监听输入框的
// 監聽輸入框的
$('.magicStick .magicStick_in input').on('input', function () {
magicStick();
})
// 魔法棒入框
// 魔法棒入框
$('.magicStick .magicStick_in input').click(function () {
return false;
})
// 关闭购买魔法棒
// 關閉購買魔法棒
$('.magicStick').click(function () {
$('.magicStick').hide();
bodyScroolFun(false);
})
// 确认购买魔法棒按
// 確認購買魔法棒按
$('.magicStick .magicStick_in .but').click(function () {
if (magicStickNum <= 0) {
return toastMsg('購買數量不能小於1')
@@ -428,7 +433,7 @@ $('.magicStick .magicStick_in .but').click(function () {
buyStick(magicStickNum)
bodyScroolFun(false);
})
// 购买魔法棒
// 購買魔法棒
function buyStick (num) {
showLoading()
networkRequest({
@@ -465,10 +470,10 @@ function wishing (type, num) {
// 加
wishingNum++;
} else if (type == 2) {
//
//
wishingNum--;
} else if (type == 3) {
// 快捷购买
// 快捷購買
wishingNum += num;
} else {
}
@@ -476,36 +481,36 @@ function wishing (type, num) {
wishingNum >= 99999999 ? wishingNum = 99999999 : wishingNum = wishingNum;
$('.wishingPop .wishingPop_in input').val(wishingNum);
}
// 许愿加弹
// 許願加彈
$('.wishingPop .wishingPop_in .add').click(function () {
wishing(1)
return false;
})
// 许愿减弹
// 許願減彈
$('.wishingPop .wishingPop_in .decrease').click(function () {
wishing(2)
return false;
})
// 许愿快捷购买弹
// 許願快捷購買彈
$('.wishingPop .wishingPop_in .quickAddition div').click(function () {
var num = Number($(this).attr('num'));
wishing(3, num)
return false;
})
// 监听输入框的
// 監聽輸入框的
$('.wishingPop .wishingPop_in input').on('input', function () {
wishing();
})
// 许愿输入框
// 許願輸入框
$('.wishingPop .wishingPop_in input').click(function () {
return false;
})
// 关闭许愿弹
// 關閉許願彈
$('.wishingPop').click(function () {
$('.wishingPop').hide();
bodyScroolFun(false);
})
// 许愿按钮
// 許願按鈕
var roundId;
var configId;
$('.page1 ul').on('click', 'li .wishIngBut', function () {
@@ -513,19 +518,19 @@ $('.page1 ul').on('click', 'li .wishIngBut', function () {
roundId = $(this).attr('roundId');
configId = $(this).attr('configId');
if (stockNum == 0) {
toastMsg('该礼物库存不足,无法进行许愿');
toastMsg('該禮物庫存不足,無法進行許願');
return;
}
$('.wishingPop').show();
})
// 确认许愿按钮
// 確認許願按鈕
$('.wishingPop .wishingPop_in .but').click(function () {
console.log(wishingNum < mymagicStickNum);
if (wishingNum <= 0) {
return toastMsg('許願數量不能小於1')
}
if (wishingNum > mymagicStickNum) {
$('.magicStick .magicStick_in h3').text('可用魔法棒不足,请购买');
$('.magicStick .magicStick_in h3').text('可用魔法棒不足,請購買');
$('.magicStick').show();
bodyScroolFun(true);
} else {
@@ -534,7 +539,7 @@ $('.wishingPop .wishingPop_in .but').click(function () {
}
})
// 许愿接口
// 許願接口
function promise (num, configId) {
showLoading()
networkRequest({
@@ -545,9 +550,9 @@ function promise (num, configId) {
if (res.code === 200) {
wishingNum = 1;
$('.wishingPop .wishingPop_in input').val(wishingNum)
toastMsg('参与许愿成功')
toastMsg('參與許願成功')
} else if (res.code === 5003) {
$('.magicStick .magicStick_in h3').text('可用魔法棒不足,请购买');
$('.magicStick .magicStick_in h3').text('可用魔法棒不足,請購買');
$('.magicStick').show();
} else {
toastMsg(res.message)