Compare commits

...

4 Commits

Author SHA1 Message Date
qf
9466a29e6b 寻爱之旅:充值跳转问题 2023-03-08 18:25:49 +08:00
qf
4c8e0c6a9a 星级厨房:撤销cdn 2023-02-23 12:00:45 +08:00
qf
865c5496cf 寻海之旅用户头像变形修复 2023-02-23 12:00:45 +08:00
Dragon
54dc906e35 厨房:解决下厨不成功后,无法再次下单问题 2023-02-23 12:00:45 +08:00
12 changed files with 95 additions and 88 deletions

View File

@@ -52,7 +52,7 @@ body {
color: white; color: white;
display: flex; display: flex;
align-items: center; align-items: center;
background: url("https://img.pekolive.com/cf-previous-result-bg.png") no-repeat 0 0/100% 100%; background: url("../images/previous-result-bg.png") no-repeat 0 0/100% 100%;
z-index: 9; z-index: 9;
} }
.wrap .previous-result span { .wrap .previous-result span {
@@ -67,7 +67,7 @@ body {
width: 0.5333333333rem; width: 0.5333333333rem;
height: 0.5333333333rem; height: 0.5333333333rem;
margin-left: 0.1066666667rem; margin-left: 0.1066666667rem;
background: url("https://img.pekolive.com/cf-little-bubble.png") 0 0/100% 100%; background: url("../images/little-bubble.png") 0 0/100% 100%;
} }
.wrap .previous-result .result-list p img { .wrap .previous-result .result-list p img {
width: 100%; width: 100%;
@@ -97,7 +97,7 @@ body {
z-index: 9; z-index: 9;
width: 100%; width: 100%;
height: 14.0533333333rem; height: 14.0533333333rem;
background: url("https://img.pekolive.com/cf-game-area.png") no-repeat 0 0/100% 100%; background: url("../images/game-area.png") no-repeat 0 0/100% 100%;
} }
.wrap .game-area .roundId { .wrap .game-area .roundId {
font-size: 0.2666666667rem; font-size: 0.2666666667rem;
@@ -119,7 +119,7 @@ body {
width: 5.45rem; width: 5.45rem;
height: 0.96rem; height: 0.96rem;
line-height: 0.8266666667rem; line-height: 0.8266666667rem;
background: url("https://img.pekolive.com/cf-count-down.png") no-repeat 0 0/100% 100%; background: url("../images/count-down.png") no-repeat 0 0/100% 100%;
text-align: center; text-align: center;
font-size: 0.32rem; font-size: 0.32rem;
font-weight: bold; font-weight: bold;
@@ -130,7 +130,7 @@ body {
width: 4.9066666667rem; width: 4.9066666667rem;
height: 0.9066666667rem; height: 0.9066666667rem;
line-height: 0.9066666667rem; line-height: 0.9066666667rem;
background: url("https://img.pekolive.com/cf-tip.png") no-repeat 0 0/100% 100%; background: url("../images/tip.png") no-repeat 0 0/100% 100%;
font-size: 0.2933333333rem; font-size: 0.2933333333rem;
color: #F0C799; color: #F0C799;
} }
@@ -146,7 +146,7 @@ body {
height: 1.9733333333rem; height: 1.9733333333rem;
margin-top: 1.7333333333rem; margin-top: 1.7333333333rem;
margin-right: 0.4266666667rem; margin-right: 0.4266666667rem;
background: url("https://img.pekolive.com/cf-bubble-bg.png") no-repeat 0 0/100% 100%; background: url("../images/bubble-bg.png") no-repeat 0 0/100% 100%;
} }
.wrap .game-area .select-time ul li:nth-child(-n+4) { .wrap .game-area .select-time ul li:nth-child(-n+4) {
margin-top: 1.0666666667rem; margin-top: 1.0666666667rem;
@@ -164,7 +164,7 @@ body {
height: 0.3733333333rem; height: 0.3733333333rem;
line-height: 0.3733333333rem; line-height: 0.3733333333rem;
text-align: center; text-align: center;
background: url("https://img.pekolive.com/cf-multiple-bg.png") no-repeat 0 0/100% 100%; background: url("../images/multiple-bg.png") no-repeat 0 0/100% 100%;
font-size: 0.2666666667rem; font-size: 0.2666666667rem;
font-weight: bold; font-weight: bold;
color: white; color: white;
@@ -179,7 +179,7 @@ body {
box-sizing: border-box; box-sizing: border-box;
width: 1.8133333333rem; width: 1.8133333333rem;
height: 0.7733333333rem; height: 0.7733333333rem;
background: url("https://img.pekolive.com/cf-name-bg.png") no-repeat 0 0/100% 100%; background: url("../images/name-bg.png") no-repeat 0 0/100% 100%;
text-align: center; text-align: center;
font-size: 0.3333333333rem; font-size: 0.3333333333rem;
font-weight: bold; font-weight: bold;
@@ -189,7 +189,7 @@ body {
.wrap .game-area .select-time ul li .name.general { .wrap .game-area .select-time ul li .name.general {
height: 0.6133333333rem; height: 0.6133333333rem;
line-height: 0.4rem; line-height: 0.4rem;
background: url("https://img.pekolive.com/cf-name-general-bg.png") no-repeat 0 0/100% 100%; background: url("../images/name-general-bg.png") no-repeat 0 0/100% 100%;
} }
.wrap .game-area .select-time ul li .name .gift-price { .wrap .game-area .select-time ul li .name .gift-price {
font-size: 0.24rem; font-size: 0.24rem;
@@ -202,7 +202,7 @@ body {
position: absolute; position: absolute;
top: -0.96rem; top: -0.96rem;
left: -0.3733333333rem; left: -0.3733333333rem;
background: url("https://img.pekolive.com/cf-qipao-2s.png") no-repeat 0 0/100% 100%; background: url("../images/qipao-2s.png") no-repeat 0 0/100% 100%;
transform: rotate(343deg); transform: rotate(343deg);
text-indent: 0.2133333333rem; text-indent: 0.2133333333rem;
} }
@@ -234,20 +234,20 @@ body {
width: 9.4666666667rem; width: 9.4666666667rem;
height: 1.68rem; height: 1.68rem;
margin: 1.8666666667rem auto 0; margin: 1.8666666667rem auto 0;
background: url("https://img.pekolive.com/cf-btn-wrap-bg.png") no-repeat 0 0/100% 100%; background: url("../images/btn-wrap-bg.png") no-repeat 0 0/100% 100%;
} }
.wrap .game-area .select-time .btn-wrap div { .wrap .game-area .select-time .btn-wrap div {
display: flex; display: flex;
justify-content: center; justify-content: center;
width: 2.5333333333rem; width: 2.5333333333rem;
height: 1.0666666667rem; height: 1.0666666667rem;
background: url("https://img.pekolive.com/cf-fragment-btn.png") no-repeat 0 0/100% 100%; background: url("../images/fragment-btn.png") no-repeat 0 0/100% 100%;
line-height: 1.0666666667rem; line-height: 1.0666666667rem;
font-size: 0.4rem; font-size: 0.4rem;
color: #975B25; color: #975B25;
} }
.wrap .game-area .select-time .btn-wrap div.active { .wrap .game-area .select-time .btn-wrap div.active {
background-image: url("https://img.pekolive.com/cf-fragment-btn-active.png"); background-image: url("../images/fragment-btn-active.png");
color: #B33E17; color: #B33E17;
} }
.wrap .game-area .select-time .btn-wrap div:first-child { .wrap .game-area .select-time .btn-wrap div:first-child {
@@ -287,7 +287,7 @@ body {
width: 4.2933333333rem; width: 4.2933333333rem;
height: 0.96rem; height: 0.96rem;
line-height: 0.8266666667rem; line-height: 0.8266666667rem;
background: url("https://img.pekolive.com/cf-count-down.png") no-repeat 0 0/100% 100%; background: url("../images/count-down.png") no-repeat 0 0/100% 100%;
text-align: center; text-align: center;
color: #B82F1A; color: #B82F1A;
font-size: 0.32rem; font-size: 0.32rem;
@@ -298,7 +298,7 @@ body {
width: 4.9066666667rem; width: 4.9066666667rem;
height: 0.9066666667rem; height: 0.9066666667rem;
line-height: 0.9066666667rem; line-height: 0.9066666667rem;
background: url("https://img.pekolive.com/cf-tip.png") no-repeat 0 0/100% 100%; background: url("../images/tip.png") no-repeat 0 0/100% 100%;
text-align: center; text-align: center;
font-size: 0.2933333333rem; font-size: 0.2933333333rem;
color: rgba(255, 240, 199, 0.6); color: rgba(255, 240, 199, 0.6);
@@ -309,7 +309,7 @@ body {
width: 2.8rem; width: 2.8rem;
height: 2.84rem; height: 2.84rem;
margin: 1.2rem auto 0.2rem; margin: 1.2rem auto 0.2rem;
background: url("https://img.pekolive.com/cf-drawBg.png"); background: url("../images/drawBg.png");
background-size: 100% 100%; background-size: 100% 100%;
} }
.wrap .game-area .draw-time .count-down, .wrap .game-area .draw-time .count-down,
@@ -322,7 +322,7 @@ body {
width: 4.2933333333rem; width: 4.2933333333rem;
height: 0.96rem; height: 0.96rem;
line-height: 0.8266666667rem; line-height: 0.8266666667rem;
background: url("https://img.pekolive.com/cf-count-down.png") no-repeat 0 0/100% 100%; background: url("../images/count-down.png") no-repeat 0 0/100% 100%;
text-align: center; text-align: center;
font-size: 0.32rem; font-size: 0.32rem;
color: #B82F1A; color: #B82F1A;
@@ -333,7 +333,7 @@ body {
width: 4.9066666667rem; width: 4.9066666667rem;
height: 0.9066666667rem; height: 0.9066666667rem;
line-height: 0.9066666667rem; line-height: 0.9066666667rem;
background: url("https://img.pekolive.com/cf-tip.png") no-repeat 0 0/100% 100%; background: url("../images/tip.png") no-repeat 0 0/100% 100%;
font-size: 0.2933333333rem; font-size: 0.2933333333rem;
color: #F0C799; color: #F0C799;
} }
@@ -594,7 +594,7 @@ body {
.wrap .game-area .draw-time .put-wrap .list .item p { .wrap .game-area .draw-time .put-wrap .list .item p {
width: 0.8266666667rem; width: 0.8266666667rem;
height: 0.8266666667rem; height: 0.8266666667rem;
background: url("https://img.pekolive.com/cf-record_bubble.png") no-repeat; background: url("../images/record_bubble.png") no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
} }
.wrap .game-area .draw-time .put-wrap .list .item p .gift { .wrap .game-area .draw-time .put-wrap .list .item p .gift {
@@ -626,7 +626,7 @@ body {
z-index: 99; z-index: 99;
width: 100%; width: 100%;
height: 1.7333333333rem; height: 1.7333333333rem;
background: url("https://img.pekolive.com/cf-index-bottom.png") no-repeat 0 0/100% 100%; background: url("../images/index-bottom.png") no-repeat 0 0/100% 100%;
display: flex; display: flex;
align-items: center; align-items: center;
} }
@@ -686,7 +686,7 @@ body {
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
width: 7.68rem; width: 7.68rem;
height: 8.88rem; height: 8.88rem;
background: url("https://img.pekolive.com/cf-rule-bg.png") no-repeat 0 0/100% 100%; background: url("../images/rule-bg.png") no-repeat 0 0/100% 100%;
font-size: 0.3466666667rem; font-size: 0.3466666667rem;
color: #B58147; color: #B58147;
font-weight: 600; font-weight: 600;
@@ -709,7 +709,7 @@ body {
width: 3.36rem; width: 3.36rem;
height: 0.6133333333rem; height: 0.6133333333rem;
line-height: 0.6133333333rem; line-height: 0.6133333333rem;
background: url("https://img.pekolive.com/cf-title-bg.png") no-repeat 0 0/100% 100%; background: url("../images/title-bg.png") no-repeat 0 0/100% 100%;
margin: 0 auto 0.2933333333rem; margin: 0 auto 0.2933333333rem;
text-align: center; text-align: center;
} }
@@ -803,7 +803,7 @@ body {
z-index: 99; z-index: 99;
width: 100%; width: 100%;
height: 100%; height: 100%;
background: url("https://img.pekolive.com/cf-first.png") no-repeat 0 0/100% 100%; background: url("../images/first.png") no-repeat 0 0/100% 100%;
} }
.wrap .shade-mask-rank .shade-content-rank .rank-top .topthree-wrap .info-wrap .avatar img { .wrap .shade-mask-rank .shade-content-rank .rank-top .topthree-wrap .info-wrap .avatar img {
position: relative; position: relative;
@@ -997,7 +997,7 @@ body {
z-index: 99; z-index: 99;
width: 100%; width: 100%;
height: 1.7333333333rem; height: 1.7333333333rem;
background: url("https://img.pekolive.com/cf-bottom.png") no-repeat 0 0/100% 100%; background: url("../images/bottom.png") no-repeat 0 0/100% 100%;
display: flex; display: flex;
align-items: center; align-items: center;
} }

View File

@@ -74,7 +74,7 @@ body {
color: white; color: white;
display: flex; display: flex;
align-items: center; align-items: center;
background: url(prefixurl()+'cf-previous-result-bg.png') no-repeat 0 0/100% 100%; background: url('../images/previous-result-bg.png') no-repeat 0 0/100% 100%;
z-index: 9; z-index: 9;
span { span {
@@ -95,7 +95,7 @@ body {
width: px2rem(40); width: px2rem(40);
height: px2rem(40); height: px2rem(40);
margin-left: px2rem(8); margin-left: px2rem(8);
background: url(prefixurl()+'cf-little-bubble.png') 0 0/100% 100%; background: url('../images/little-bubble.png') 0 0/100% 100%;
// &:nth-child(11){ // &:nth-child(11){
// width: px2rem(40, ); // width: px2rem(40, );
@@ -141,7 +141,7 @@ body {
z-index: 9; z-index: 9;
width: 100%; width: 100%;
height: px2rem(1054); height: px2rem(1054);
background: url(prefixurl()+'cf-game-area.png') no-repeat 0 0/100% 100%; background: url('../images/game-area.png') no-repeat 0 0/100% 100%;
.roundId { .roundId {
font-size: px2rem(20, ); font-size: px2rem(20, );
@@ -166,7 +166,7 @@ body {
width: 5.45rem; width: 5.45rem;
height: px2rem(72); height: px2rem(72);
line-height: px2rem(62); line-height: px2rem(62);
background: url(prefixurl()+'cf-count-down.png') no-repeat 0 0/100% 100%; background: url('../images/count-down.png') no-repeat 0 0/100% 100%;
text-align: center; text-align: center;
font-size: px2rem(24); font-size: px2rem(24);
font-weight: bold; font-weight: bold;
@@ -178,7 +178,7 @@ body {
width: px2rem(368); width: px2rem(368);
height: px2rem(68); height: px2rem(68);
line-height: px2rem(68); line-height: px2rem(68);
background: url(prefixurl()+'cf-tip.png') no-repeat 0 0/100% 100%; background: url('../images/tip.png') no-repeat 0 0/100% 100%;
font-size: px2rem(22); font-size: px2rem(22);
color: #F0C799; color: #F0C799;
} }
@@ -197,7 +197,7 @@ body {
height: px2rem(148); height: px2rem(148);
margin-top: px2rem(130); margin-top: px2rem(130);
margin-right: px2rem(32); margin-right: px2rem(32);
background: url(prefixurl()+'cf-bubble-bg.png') no-repeat 0 0/100% 100%; background: url('../images/bubble-bg.png') no-repeat 0 0/100% 100%;
&:nth-child(-n+4) { &:nth-child(-n+4) {
margin-top: px2rem(80); margin-top: px2rem(80);
@@ -217,7 +217,7 @@ body {
height: px2rem(28); height: px2rem(28);
line-height: px2rem(28); line-height: px2rem(28);
text-align: center; text-align: center;
background: url(prefixurl()+'cf-multiple-bg.png') no-repeat 0 0/100% 100%; background: url('../images/multiple-bg.png') no-repeat 0 0/100% 100%;
font-size: px2rem(20); font-size: px2rem(20);
font-weight: bold; font-weight: bold;
color: white; color: white;
@@ -233,7 +233,7 @@ body {
box-sizing: border-box; box-sizing: border-box;
width: px2rem(136); width: px2rem(136);
height: px2rem(58); height: px2rem(58);
background: url(prefixurl()+'cf-name-bg.png') no-repeat 0 0/100% 100%; background: url('../images/name-bg.png') no-repeat 0 0/100% 100%;
text-align: center; text-align: center;
font-size: px2rem(25); font-size: px2rem(25);
font-weight: bold; font-weight: bold;
@@ -243,7 +243,7 @@ body {
&.general { &.general {
height: px2rem(46); height: px2rem(46);
line-height: px2rem(30); line-height: px2rem(30);
background: url(prefixurl()+'cf-name-general-bg.png') no-repeat 0 0/100% 100%; background: url('../images/name-general-bg.png') no-repeat 0 0/100% 100%;
} }
.gift-price { .gift-price {
@@ -261,7 +261,7 @@ body {
position: absolute; position: absolute;
top: px2rem(-72); top: px2rem(-72);
left: px2rem(-28); left: px2rem(-28);
background: url(prefixurl()+'cf-qipao-2s.png') no-repeat 0 0/100% 100%; background: url('../images/qipao-2s.png') no-repeat 0 0/100% 100%;
transform: rotate(343deg); transform: rotate(343deg);
text-indent: px2rem(16); text-indent: px2rem(16);
@@ -309,20 +309,20 @@ body {
width: px2rem(710); width: px2rem(710);
height: px2rem(126); height: px2rem(126);
margin: px2rem(140) auto 0; margin: px2rem(140) auto 0;
background: url(prefixurl()+'cf-btn-wrap-bg.png') no-repeat 0 0/100% 100%; background: url('../images/btn-wrap-bg.png') no-repeat 0 0/100% 100%;
div { div {
display: flex; display: flex;
justify-content: center; justify-content: center;
width: px2rem(190); width: px2rem(190);
height: px2rem(80); height: px2rem(80);
background: url(prefixurl()+'cf-fragment-btn.png') no-repeat 0 0/100% 100%; background: url('../images/fragment-btn.png') no-repeat 0 0/100% 100%;
line-height: px2rem(80); line-height: px2rem(80);
font-size: px2rem(30); font-size: px2rem(30);
color: #975B25; color: #975B25;
&.active { &.active {
background-image: url(prefixurl()+'cf-fragment-btn-active.png'); background-image: url('../images/fragment-btn-active.png');
color: #B33E17; color: #B33E17;
} }
@@ -373,7 +373,7 @@ body {
width: px2rem(322); width: px2rem(322);
height: px2rem(72); height: px2rem(72);
line-height: px2rem(62); line-height: px2rem(62);
background: url(prefixurl()+'cf-count-down.png') no-repeat 0 0/100% 100%; background: url('../images/count-down.png') no-repeat 0 0/100% 100%;
text-align: center; text-align: center;
color: #B82F1A; color: #B82F1A;
font-size: px2rem(24); font-size: px2rem(24);
@@ -385,7 +385,7 @@ body {
width: px2rem(368); width: px2rem(368);
height: px2rem(68); height: px2rem(68);
line-height: px2rem(68); line-height: px2rem(68);
background: url(prefixurl()+'cf-tip.png') no-repeat 0 0/100% 100%; background: url('../images/tip.png') no-repeat 0 0/100% 100%;
text-align: center; text-align: center;
font-size: px2rem(22); font-size: px2rem(22);
color: #FFF0C799; color: #FFF0C799;
@@ -402,7 +402,7 @@ body {
width: px2rem(210, ); width: px2rem(210, );
height: px2rem(213, ); height: px2rem(213, );
margin: 1.2rem auto 0.2rem; margin: 1.2rem auto 0.2rem;
background: url(prefixurl()+'cf-drawBg.png'); background: url('../images/drawBg.png');
background-size: 100% 100%; background-size: 100% 100%;
.count-down, .count-down,
@@ -415,7 +415,7 @@ body {
width: px2rem(322); width: px2rem(322);
height: px2rem(72); height: px2rem(72);
line-height: px2rem(62); line-height: px2rem(62);
background: url(prefixurl()+'cf-count-down.png') no-repeat 0 0/100% 100%; background: url('../images/count-down.png') no-repeat 0 0/100% 100%;
text-align: center; text-align: center;
font-size: px2rem(24); font-size: px2rem(24);
color: #B82F1A; color: #B82F1A;
@@ -427,7 +427,7 @@ body {
width: px2rem(368); width: px2rem(368);
height: px2rem(68); height: px2rem(68);
line-height: px2rem(68); line-height: px2rem(68);
background: url(prefixurl()+'cf-tip.png') no-repeat 0 0/100% 100%; background: url('../images/tip.png') no-repeat 0 0/100% 100%;
font-size: px2rem(22); font-size: px2rem(22);
color: #F0C799; color: #F0C799;
} }
@@ -741,7 +741,7 @@ body {
p { p {
width: px2rem(62, ); width: px2rem(62, );
height: px2rem(62, ); height: px2rem(62, );
background: url(prefixurl()+'cf-record_bubble.png') no-repeat; background: url('../images/record_bubble.png') no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
.gift { .gift {
@@ -785,7 +785,7 @@ body {
z-index: 99; z-index: 99;
width: 100%; width: 100%;
height: px2rem(130); height: px2rem(130);
background: url(prefixurl()+'cf-index-bottom.png') no-repeat 0 0/100% 100%; background: url('../images/index-bottom.png') no-repeat 0 0/100% 100%;
display: flex; display: flex;
// justify-content: space-evenly; // justify-content: space-evenly;
align-items: center; align-items: center;
@@ -855,7 +855,7 @@ body {
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
width: px2rem(576); width: px2rem(576);
height: px2rem(666); height: px2rem(666);
background: url(prefixurl()+'cf-rule-bg.png') no-repeat 0 0/100% 100%; background: url('../images/rule-bg.png') no-repeat 0 0/100% 100%;
// padding: px2rem(56) px2rem(54) px2rem(42) px2rem(40); // padding: px2rem(56) px2rem(54) px2rem(42) px2rem(40);
// box-sizing: border-box; // box-sizing: border-box;
font-size: px2rem(26); font-size: px2rem(26);
@@ -880,7 +880,7 @@ body {
width: px2rem(252); width: px2rem(252);
height: px2rem(46); height: px2rem(46);
line-height: px2rem(46); line-height: px2rem(46);
background: url(prefixurl()+'cf-title-bg.png') no-repeat 0 0/100% 100%; background: url('../images/title-bg.png') no-repeat 0 0/100% 100%;
margin: 0 auto px2rem(22); margin: 0 auto px2rem(22);
text-align: center; text-align: center;
} }
@@ -992,7 +992,7 @@ body {
z-index: 99; z-index: 99;
width: 100%; width: 100%;
height: 100%; height: 100%;
background: url(prefixurl()+'cf-first.png') no-repeat 0 0/100% 100%; background: url('../images/first.png') no-repeat 0 0/100% 100%;
} }
img { img {
@@ -1223,7 +1223,7 @@ body {
z-index: 99; z-index: 99;
width: 100%; width: 100%;
height: px2rem(130); height: px2rem(130);
background: url(prefixurl()+'cf-bottom.png') no-repeat 0 0/100% 100%; background: url('../images/bottom.png') no-repeat 0 0/100% 100%;
display: flex; display: flex;
align-items: center; align-items: center;

View File

@@ -47,7 +47,7 @@ body {
.record-list li { .record-list li {
width: 100%; width: 100%;
height: 6.9733333333rem; height: 6.9733333333rem;
background: url("https://img.pekolive.com/cf-record-bg.png") no-repeat; background: url("../images/record/record-bg.png") no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
border-radius: 0.2666666667rem; border-radius: 0.2666666667rem;
overflow: hidden; overflow: hidden;
@@ -102,7 +102,7 @@ body {
.record-list li .result-wrap .result .bg { .record-list li .result-wrap .result .bg {
width: 1.2133333333rem; width: 1.2133333333rem;
height: 1.2133333333rem; height: 1.2133333333rem;
background: url("https://img.pekolive.com/cf-record_bubble_act.png") no-repeat; background: url("../images/record_bubble_act.png") no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
text-align: center; text-align: center;
} }
@@ -159,7 +159,7 @@ body {
.record-list li .put-wrap .list .item p { .record-list li .put-wrap .list .item p {
width: 0.8266666667rem; width: 0.8266666667rem;
height: 0.8266666667rem; height: 0.8266666667rem;
background: url("https://img.pekolive.com/cf-record_bubble.png") no-repeat; background: url("../images/record_bubble.png") no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
} }
.record-list li .put-wrap .list .item p .gift { .record-list li .put-wrap .list .item p .gift {

View File

@@ -65,7 +65,7 @@ body {
width: 100%; width: 100%;
height: px2rem(523, ); height: px2rem(523, );
// background: linear-gradient(0deg, #46BBC1 0%, #62DEE4 100%); // background: linear-gradient(0deg, #46BBC1 0%, #62DEE4 100%);
background: url(prefixurl()+'cf-record-bg.png') no-repeat; background: url('../images/record/record-bg.png') no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
border-radius: px2rem(20, ); border-radius: px2rem(20, );
overflow: hidden; overflow: hidden;
@@ -132,7 +132,7 @@ body {
.bg { .bg {
width: px2rem(91, ); width: px2rem(91, );
height: px2rem(91, ); height: px2rem(91, );
background: url(prefixurl()+'cf-record_bubble_act.png') no-repeat; background: url('../images/record_bubble_act.png') no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
text-align: center; text-align: center;
@@ -200,7 +200,7 @@ body {
p { p {
width: px2rem(62, ); width: px2rem(62, );
height: px2rem(62, ); height: px2rem(62, );
background: url(prefixurl()+'cf-record_bubble.png') no-repeat; background: url('../images/record_bubble.png') no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
.gift { .gift {

View File

@@ -17,7 +17,7 @@ body {
.header { .header {
width: 10rem; width: 10rem;
height: 4.2266666667rem; height: 4.2266666667rem;
background: url("https://img.pekolive.com/cf-result_main.png"); background: url("../images/result_main.png");
background-size: 100% 100%; background-size: 100% 100%;
margin: 0 auto; margin: 0 auto;
position: relative; position: relative;
@@ -45,7 +45,7 @@ body {
.main { .main {
width: 10rem; width: 10rem;
height: 15.6rem; height: 15.6rem;
background: url("https://img.pekolive.com/cf-game-area.png"); background: url("../images/game-area.png");
background-size: 100% 100%; background-size: 100% 100%;
margin: -1.85rem auto 0; margin: -1.85rem auto 0;
position: relative; position: relative;
@@ -55,7 +55,7 @@ body {
width: 9.4533333333rem; width: 9.4533333333rem;
height: 1.1466666667rem; height: 1.1466666667rem;
line-height: 1.1466666667rem; line-height: 1.1466666667rem;
background: url("https://img.pekolive.com/cf-result_list_bg.png"); background: url("../images/result_list_bg.png");
background-size: 100% 100%; background-size: 100% 100%;
box-sizing: border-box; box-sizing: border-box;
margin: 0 auto 0.24rem; margin: 0 auto 0.24rem;
@@ -86,7 +86,7 @@ body {
height: 0.8266666667rem; height: 0.8266666667rem;
line-height: 1.1466666667rem; line-height: 1.1466666667rem;
margin-left: 0.4666666667rem; margin-left: 0.4666666667rem;
background: url("https://img.pekolive.com/cf-record_bubble.png"); background: url("../images/record_bubble.png");
background-size: 100% 100%; background-size: 100% 100%;
} }
.main li .list p img { .main li .list p img {

View File

@@ -31,7 +31,7 @@ body {
.header { .header {
width: px2rem(750, ); width: px2rem(750, );
height: px2rem(317, ); height: px2rem(317, );
background: url(prefixurl()+'cf-result_main.png'); background: url('../images/result_main.png');
background-size: 100% 100%; background-size: 100% 100%;
margin: 0 auto; margin: 0 auto;
position: relative; position: relative;
@@ -61,7 +61,7 @@ body {
.main { .main {
width: px2rem(750, ); width: px2rem(750, );
height: px2rem(1170, ); height: px2rem(1170, );
background: url(prefixurl()+'cf-game-area.png'); background: url('../images/game-area.png');
background-size: 100% 100%; background-size: 100% 100%;
margin: -1.85rem auto 0; margin: -1.85rem auto 0;
position: relative; position: relative;
@@ -71,7 +71,7 @@ body {
width: px2rem(709, ); width: px2rem(709, );
height: px2rem(86, ); height: px2rem(86, );
line-height: px2rem(86, ); line-height: px2rem(86, );
background: url(prefixurl()+'cf-result_list_bg.png'); background: url('../images/result_list_bg.png');
background-size: 100% 100%; background-size: 100% 100%;
box-sizing: border-box; box-sizing: border-box;
margin: 0 auto 0.24rem; margin: 0 auto 0.24rem;
@@ -105,7 +105,7 @@ body {
height: px2rem(62, ); height: px2rem(62, );
line-height: px2rem(86, ); line-height: px2rem(86, );
margin-left: px2rem(35, ); margin-left: px2rem(35, );
background: url(prefixurl()+'cf-record_bubble.png'); background: url('../images/record_bubble.png');
background-size: 100% 100%; background-size: 100% 100%;
img { img {

View File

@@ -8,15 +8,15 @@
<title>星级厨房</title> <title>星级厨房</title>
<link rel="stylesheet" href="../../common/css/reset.css"> <link rel="stylesheet" href="../../common/css/reset.css">
<link rel="stylesheet" href="./css/index.css?v=2.1"> <link rel="stylesheet" href="./css/index.css?v=2.2">
</head> </head>
<body> <body>
<div class="wrap no-in-app"> <div class="wrap no-in-app">
<!-- <div class="wrap "> --> <!-- <div class="wrap "> -->
<div class="banner"><img src="https://img.pekolive.com/cf-banner.png" alt=""></div> <div class="banner"><img src="./images/banner.png" alt=""></div>
<div class="rule"><img src="https://img.pekolive.com/cf-rule.png" alt=""></div> <div class="rule"><img src="./images/rule.png" alt=""></div>
<div class="record"><img src="https://img.pekolive.com/cf-record.png" alt=""></div> <div class="record"><img src="./images/record.png" alt=""></div>
<!-- 特权商城 --> <!-- 特权商城 -->
<div class="mall" style="display: none;"> <div class="mall" style="display: none;">
@@ -50,8 +50,8 @@
</ul> </ul>
<div class="shelf"><img src="https://img.pekolive.com/cf-shelf.png" alt=""></div> <div class="shelf"><img src="./images/shelf.png" alt=""></div>
<div class="shelf"><img src="https://img.pekolive.com/cf-shelf.png" alt=""></div> <div class="shelf"><img src="./images/shelf.png" alt=""></div>
</div> </div>
<!-- 等待结果 --> <!-- 等待结果 -->
<div class="wait-time"> <div class="wait-time">
@@ -73,7 +73,7 @@
<!-- <div class="item"> <!-- <div class="item">
<p><img src="" class="gift" alt=""></p> <p><img src="" class="gift" alt=""></p>
<div> <div>
<img src="cf-diamond.png" class="diamond" alt=""> <img src="diamond.png" class="diamond" alt="">
<span class="in"></span> <span class="in"></span>
</div> </div>
</div> --> </div> -->
@@ -82,7 +82,7 @@
<!-- 用户本轮中奖情况 --> <!-- 用户本轮中奖情况 -->
<div class="award-info"> <div class="award-info">
<div class="desc">奖励</div> <div class="desc">奖励</div>
<img src="https://img.pekolive.com/cf-diamond.png" class="diamond" alt=""> <img src="./images/diamond.png" class="diamond" alt="">
<div class="award-wrap"></div> <div class="award-wrap"></div>
</div> </div>
<!-- 本轮前3名 --> <!-- 本轮前3名 -->
@@ -95,28 +95,28 @@
<div class="top-three-list"> <div class="top-three-list">
<div class="no no1"> <div class="no no1">
<img src="./images/logo.png" class="tx" alt=""> <img src="./images/logo.png" class="tx" alt="">
<img src="https://img.pekolive.com/cf-no1.png" class="txBox" alt=""> <img src="./images/no1.png" class="txBox" alt="">
<div class="nick">虚位以待</div> <div class="nick">虚位以待</div>
<div class="num"> <div class="num">
<img src="https://img.pekolive.com/cf-diamond.png" class="diamond" alt=""> <img src="./images/diamond.png" class="diamond" alt="">
<span></span> <span></span>
</div> </div>
</div> </div>
<div class="no no2"> <div class="no no2">
<img src="./images/logo.png" class="tx" alt=""> <img src="./images/logo.png" class="tx" alt="">
<img src="https://img.pekolive.com/cf-no2.png" class="txBox" alt=""> <img src="./images/no2.png" class="txBox" alt="">
<div class="nick">虚位以待</div> <div class="nick">虚位以待</div>
<div class="num"> <div class="num">
<img src="https://img.pekolive.com/cf-diamond.png" class="diamond" alt=""> <img src="./images/diamond.png" class="diamond" alt="">
<span></span> <span></span>
</div> </div>
</div> </div>
<div class="no no3"> <div class="no no3">
<img src="./images/logo.png" class="tx" alt=""> <img src="./images/logo.png" class="tx" alt="">
<img src="https://img.pekolive.com/cf-no3.png" class="txBox" alt=""> <img src="./images/no3.png" class="txBox" alt="">
<div class="nick">虚位以待</div> <div class="nick">虚位以待</div>
<div class="num"> <div class="num">
<img src="https://img.pekolive.com/cf-diamond.png" class="diamond" alt=""> <img src="./images/diamond.png" class="diamond" alt="">
<span></span> <span></span>
</div> </div>
</div> </div>
@@ -141,7 +141,7 @@
<p><img src="" alt=""></p> <p><img src="" alt=""></p>
<!-- <p><img src="" alt=""></p> --> <!-- <p><img src="" alt=""></p> -->
</div> </div>
<span class="more-result"><img src="https://img.pekolive.com/cf-btn_result.png" alt=""></span> <span class="more-result"><img src="./images/btn_result.png" alt=""></span>
</div> </div>
<!-- 个人信息 --> <!-- 个人信息 -->
@@ -151,8 +151,8 @@
<div class="diamond-num">我的鉆石:<span>0</span></div> <div class="diamond-num">我的鉆石:<span>0</span></div>
<div class="fragment-num">今日奖励:<span>0</span></div> <div class="fragment-num">今日奖励:<span>0</span></div>
</div> </div>
<div class="add"><img src="https://img.pekolive.com/cf-add.png" alt=""></div> <div class="add"><img src="./images/add.png" alt=""></div>
<div class="rank"><img src="https://img.pekolive.com/cf-rank.png" alt=""></div> <div class="rank"><img src="./images/rank.png" alt=""></div>
</div> </div>
<!-- 规则弹窗 --> <!-- 规则弹窗 -->
@@ -162,14 +162,14 @@
<div class="cyfs"> <div class="cyfs">
<p class="title">参与方式</p> <p class="title">参与方式</p>
用戶可通過花費鉆石參與《星級廚房》遊戲每次最少消耗100鉆石每回合時間30秒 用戶可通過花費鉆石參與《星級廚房》遊戲每次最少消耗100鉆石每回合時間30秒
<p class="jietu"><img src="https://img.pekolive.com/cf-t1.png" alt=""></p> <p class="jietu"><img src="./images/t1.png" alt=""></p>
</div> </div>
<div class="lwff"> <div class="lwff">
<p class="title">礼物发放</p> <p class="title">礼物发放</p>
每次參與遊戲後會獲得一次禮物開獎機會 每次參與遊戲後會獲得一次禮物開獎機會
<p class="jietu t2"><img src="https://img.pekolive.com/cf-t2.png" alt=""></p> <p class="jietu t2"><img src="./images/t2.png" alt=""></p>
每次隨機從8種食材中選取一個作為中獎物品中獎後獲得【中獎物品購買碎片數*中獎物品對應倍數*100】的鉆石獎勵鉆石將直接發放到錢包 每次隨機從8種食材中選取一個作為中獎物品中獎後獲得【中獎物品購買碎片數*中獎物品對應倍數*100】的鉆石獎勵鉆石將直接發放到錢包
<p class="jietu t3"><img src="https://img.pekolive.com/cf-t3.png" alt=""></p> <p class="jietu t3"><img src="./images/t3.png" alt=""></p>
例如購買1個5倍的番茄中獎後獲得1*5*100的鉆石 例如購買1個5倍的番茄中獎後獲得1*5*100的鉆石
</div> </div>
<div class="qtsm"> <div class="qtsm">
@@ -231,7 +231,7 @@
<script src="../../common/js/layer.js"></script> <script src="../../common/js/layer.js"></script>
<script src="../../common/js/vconsole.min.js"></script> <script src="../../common/js/vconsole.min.js"></script>
<script src="../../common/js/svga.min.js"></script> <script src="../../common/js/svga.min.js"></script>
<script src="./js/index.js?v=2.1"></script> <script src="./js/index.js?v=2.2"></script>
</body> </body>
</html> </html>

View File

@@ -32,7 +32,7 @@ const toastMsg = (content = '操作完成', time = 2) => {
}) })
} }
if (!browser.app) { //false if (false) { //!browser.app
toastMsg('請在app內打開'); toastMsg('請在app內打開');
} else { } else {
$('.wrap').removeClass('no-in-app') $('.wrap').removeClass('no-in-app')
@@ -248,7 +248,7 @@ const showView = () => {
// 播放5s動畫 // 播放5s動畫
let player = new SVGA.Player('.wait-time'); let player = new SVGA.Player('.wait-time');
let parser = new SVGA.Parser('.wait-time'); let parser = new SVGA.Parser('.wait-time');
parser.load('https://img.pekolive.com/cf-wait.svga', function (videoItem) { parser.load('./images/wait.svga', function (videoItem) {
// player.loops = 2; // player.loops = 2;
player.clearsAfterStop = false; player.clearsAfterStop = false;
player.setVideoItem(videoItem); player.setVideoItem(videoItem);
@@ -451,7 +451,7 @@ const renderDrawInfo = () => {
<div class="item"> <div class="item">
<p><img src="${res.imgUrl}" class="gift" alt=""></p> <p><img src="${res.imgUrl}" class="gift" alt=""></p>
<div> <div>
<img src="https://img.pekolive.com/cf-diamond.png" class="diamond" alt=""> <img src="./images/diamond.png" class="diamond" alt="">
<span class="in">${res.costPieceNum}</span> <span class="in">${res.costPieceNum}</span>
</div> </div>
</div> </div>
@@ -649,15 +649,18 @@ const sendUserDrawInfo = (itemId, num, tais) => {
}) })
hideLoading(layerIndex) hideLoading(layerIndex)
} else if (31005) { } else if (31005) {
lock = !lock
toastMsg(res.message) toastMsg(res.message)
hideLoading(layerIndex) hideLoading(layerIndex)
} }
else { else {
lock = !lock
toastMsg(res.message) toastMsg(res.message)
hideLoading(layerIndex) hideLoading(layerIndex)
} }
}, },
error (err) { error (err) {
lock = !lock
toastMsg('網絡錯誤,請退出重進') toastMsg('網絡錯誤,請退出重進')
hideLoading(layerIndex) hideLoading(layerIndex)
} }

View File

@@ -14,7 +14,7 @@
<body> <body>
<div class="result"> <div class="result">
<div class="header"> <div class="header">
<img src="https://img.pekolive.com/cf-count-down.png" class="title" alt=""> <img src="./images/count-down.png" class="title" alt="">
<span>前50轮中奖结果</span> <span>前50轮中奖结果</span>
</div> </div>
<ul class="main"> <ul class="main">

View File

@@ -120,6 +120,7 @@ body {
} }
.mine .avatar img { .mine .avatar img {
width: 100%; width: 100%;
height: 100%;
border-radius: 50%; border-radius: 50%;
} }
.mine .info-wrap { .mine .info-wrap {

View File

@@ -152,6 +152,7 @@ body {
img { img {
width: 100%; width: 100%;
height: 100%;
border-radius: 50%; border-radius: 50%;
} }
} }

View File

@@ -318,8 +318,10 @@ $(function () {
$('body').css('overflow', 'auto') $('body').css('overflow', 'auto')
if (browser.app) { if (browser.app) {
if (browser.android) { if (browser.android) {
tools.nativeUtils.jumpAppointPage('RECHARGE_PAGE') // tools.nativeUtils.jumpAppointPage('RECHARGE_PAGE')
window.androidJsObj.openChargePage(8);
} else if (browser.ios) { } else if (browser.ios) {
window.webkit.messageHandlers.chargePayClickPage.postMessage(8)
window.webkit.messageHandlers.openChargePage.postMessage(null) window.webkit.messageHandlers.openChargePage.postMessage(null)
} }
} else { } else {