參與方式
- 用戶可通過花費鉆石參與《星級廚房》遊戲,每次最少消耗100鉆石,每回合時間30秒 + 玩家可通過鑽石參與《瘋狂動物園》遊戲,每次最少需花費100鑽石,每個回合時間30秒。禮物發放
- 每次參與遊戲後會獲得一次禮物開獎; + 每次參與遊戲後悔獲得一次禮物開獎。;其他說明
- 如果以上說明未能解答您的疑問,請聯繫客服,會有專人解答疑難 + 如果以上說明未能解答您的疑問,請聯系客服,會有專人解答疑難。本活動以及活動獎勵與Google/蘋果公司無關
diff --git a/view/peko/activity/act-kitchen/css/index.css b/view/peko/activity/act-kitchen/css/index.css index dd6f3de..24e8048 100644 --- a/view/peko/activity/act-kitchen/css/index.css +++ b/view/peko/activity/act-kitchen/css/index.css @@ -1,7 +1,7 @@ body, html { width: 100%; - background: #CE3346; + background: #7BC4C6; position: relative; box-sizing: border-box; padding-bottom: 1.6rem; @@ -73,40 +73,40 @@ html { .box { width: 9.58667rem; - height: 9.90667rem; + height: 10.28rem; border-radius: 0.53333rem; - border: 0.16rem solid #FBC577; + border: 0.16rem solid #669900; box-sizing: border-box; - background: #8B4621; + background: #CCCC00; margin: -2.1rem auto 0; position: relative; } .box .boxTitle { - width: 5.30667rem; - height: 0.92rem; + width: 4.89333rem; + height: 1rem; background: url(../images/boxTitle.png) no-repeat; background-size: 100% 100%; position: absolute; left: 50%; transform: translateX(-50%); - top: -1rem; + top: -0.4rem; text-align: center; - line-height: 0.92rem; + line-height: 1.15rem; color: #FFFFFF; font-size: 0.34667rem; } .box .boxTitle b { font-weight: bold; - font-size: 0.53333rem; + font-size: 0.4rem; line-height: 0.93333rem; } .box .tab { width: 8.8rem; height: 1.26667rem; - margin: 0.36rem auto 0; + margin: 0.90667rem auto 0; display: flex; justify-content: space-between; } @@ -169,8 +169,8 @@ html { } .box .box_in .sBox .sBox1 img { - width: 1.6rem; - height: 1.6rem; + width: 1.97333rem; + height: 1.97333rem; position: absolute; left: 50%; transform: translateX(-50%); @@ -376,9 +376,9 @@ html { .resultText { width: 9.52rem; - height: 1.14667rem; + height: 1.48rem; position: relative; - margin: -0.2rem auto 0.1rem; + margin: -0.3rem auto 0.1rem; background: url(../images/resultText.png) no-repeat; background-size: 100% 100%; } @@ -418,7 +418,7 @@ h3 b { color: #FFFFFF; font-size: 0.32rem; box-sizing: border-box; - background: #BD7F38; + background: #336600; border-radius: 0.74667rem; margin-top: 0.48rem; border: 1px solid #FBF6F2; @@ -800,6 +800,7 @@ h3 b { .shade-mask .shade-content main div .jietu.t3 { height: 4.2rem; + margin-bottom: 2rem; } .shade-mask-rank { @@ -932,7 +933,7 @@ h3 b { height: 7rem; padding: 0.4rem 0.26667rem 0; box-sizing: border-box; - margin-top: 0.25rem; + margin-top: 0.35rem; } .shade-mask-rank .shade-content-rank .other-rank li { diff --git a/view/peko/activity/act-kitchen/css/index.scss b/view/peko/activity/act-kitchen/css/index.scss index 3807a25..dfce7eb 100644 --- a/view/peko/activity/act-kitchen/css/index.scss +++ b/view/peko/activity/act-kitchen/css/index.scss @@ -5,7 +5,7 @@ body, html { width: 100%; - background: #CE3346; + background: #7BC4C6; position: relative; box-sizing: border-box; padding-bottom: px2rem(120); @@ -77,33 +77,33 @@ html { .box { width: px2rem(719); - height: px2rem(743); + height: px2rem(771); border-radius: px2rem(40); - border: px2rem(12) solid #FBC577; + border: px2rem(12) solid #669900; box-sizing: border-box; - background: #8B4621; + background: #CCCC00; margin: -2.1rem auto 0; position: relative; // display: none; // overflow: hidden; .boxTitle { - width: px2rem(398); - height: px2rem(69); + width: px2rem(367); + height: px2rem(75); background: url(../images/boxTitle.png) no-repeat; background-size: 100% 100%; position: absolute; left: 50%; transform: translateX(-50%); - top: -1rem; + top: -0.4rem; text-align: center; - line-height: px2rem(69); + line-height: 1.15rem; color: #FFFFFF; font-size: px2rem(26); b { font-weight: bold; - font-size: px2rem(40); + font-size: px2rem(30); line-height: px2rem(70); } } @@ -111,7 +111,7 @@ html { .tab { width: px2rem(660); height: px2rem(95); - margin: px2rem(27) auto 0; + margin: px2rem(68) auto 0; display: flex; justify-content: space-between; @@ -171,8 +171,8 @@ html { top: 0.7rem; img { - width: px2rem(120); - height: px2rem(120); + width: px2rem(148); + height: px2rem(148); position: absolute; left: 50%; transform: translateX(-50%); @@ -384,9 +384,9 @@ html { .resultText { width: px2rem(714); - height: px2rem(86); + height: px2rem(111); position: relative; - margin: -0.2rem auto 0.1rem; + margin: -0.3rem auto 0.1rem; background: url(../images/resultText.png) no-repeat; background-size: 100% 100%; } @@ -425,7 +425,7 @@ h3 { color: #FFFFFF; font-size: px2rem(24); box-sizing: border-box; - background: #BD7F38; + background: #336600; border-radius: px2rem(56); margin-top: px2rem(36); border: 1px solid #FBF6F2; @@ -807,6 +807,7 @@ h3 { &.t3 { // height: px2rem(301); height: 4.2rem; + margin-bottom: 2rem; } } } @@ -953,7 +954,7 @@ h3 { // background-color: white; padding: px2rem(30) px2rem(20) 0; box-sizing: border-box; - margin-top: 0.25rem; + margin-top: 0.35rem; li { width: 90%; diff --git a/view/peko/activity/act-kitchen/css/record.css b/view/peko/activity/act-kitchen/css/record.css index a848059..da1fb99 100644 --- a/view/peko/activity/act-kitchen/css/record.css +++ b/view/peko/activity/act-kitchen/css/record.css @@ -19,7 +19,7 @@ html, body { width: 100%; - background: linear-gradient(0deg, #E6AD6A 0%, #F9CA92 100%); + background: linear-gradient(0deg, #669900 0%, #A1D33E 100%); } .img { @@ -71,11 +71,10 @@ body { width: 90%; height: 0.58667rem; line-height: 0.58667rem; - background: #F46331; display: flex; box-sizing: border-box; padding: 0 0.26667rem; - margin: 0.2rem auto 0; + margin: 0.35rem auto 0; } .record-list li .goldBox p { @@ -115,10 +114,10 @@ body { left: 50%; transform: translateX(-50%); width: 1.90667rem; - height: 0.6rem; - background: url(../images/record/result.png) no-repeat; - background-size: 100% 100%; - top: 0.2rem; + text-align: center; + top: -0.1rem; + font-weight: bold; + font-size: 0.4rem; } .record-list li .result-wrap .award { @@ -182,13 +181,12 @@ body { font-weight: 600; margin-right: 0.9rem; position: absolute; - width: 1.02667rem; - height: 0.6rem; left: 50%; transform: translateX(-50%); - background: url(../images/record/touru.png) no-repeat; - background-size: 100% 100%; - top: -0.6rem; + top: -1rem; + text-align: center; + font-size: 0.4rem; + font-weight: bold; } .record-list li .put-wrap .list { diff --git a/view/peko/activity/act-kitchen/css/record.scss b/view/peko/activity/act-kitchen/css/record.scss index 69a337c..b0306d1 100644 --- a/view/peko/activity/act-kitchen/css/record.scss +++ b/view/peko/activity/act-kitchen/css/record.scss @@ -1,5 +1,5 @@ -@function px2rem($px, $rem: 75) { - @return $px / $rem+rem; +@function px2rem($px) { + @return $px / 75+rem; } // @function prefixurl() { @@ -33,7 +33,8 @@ html, body { width: 100%; - background: linear-gradient(0deg, #E6AD6A 0%, #F9CA92 100%); + background: linear-gradient(0deg, #669900 0%, #A1D33E 100%); + // background: #A1D33E; } .img { @@ -85,12 +86,12 @@ body { width: 90%; height: px2rem(44 ); line-height: px2rem(44 ); - background: #F46331; + // background: #F46331; display: flex; // justify-content: space-between; box-sizing: border-box; padding: 0 px2rem(20 ); - margin: 0.2rem auto 0; + margin: 0.35rem auto 0; p { color: #fff; @@ -133,10 +134,13 @@ body { left: 50%; transform: translateX(-50%); width: px2rem(143 ); - height: px2rem(45 ); - background: url(../images/record/result.png) no-repeat; - background-size: 100% 100%; - top: 0.2rem; + text-align: center; + // height: px2rem(45 ); + // background: url(../images/record/result.png) no-repeat; + // background-size: 100% 100%; + top: -0.1rem; + font-weight: bold; + font-size: px2rem(30); } // .bg { @@ -217,13 +221,16 @@ body { font-weight: 600; margin-right: 0.9rem; position: absolute; - width: px2rem(77 ); - height: px2rem(45 ); + // width: px2rem(77 ); + // height: px2rem(45 ); left: 50%; transform: translateX(-50%); - background: url(../images/record/touru.png) no-repeat; - background-size: 100% 100%; - top: -0.6rem; + // background: url(../images/record/touru.png) no-repeat; + // background-size: 100% 100%; + top: -1rem; + text-align: center; + font-size: px2rem(30); + font-weight: bold; } .list { diff --git a/view/peko/activity/act-kitchen/images/1.png b/view/peko/activity/act-kitchen/images/1.png index a9aa97f..310becb 100644 Binary files a/view/peko/activity/act-kitchen/images/1.png and b/view/peko/activity/act-kitchen/images/1.png differ diff --git a/view/peko/activity/act-kitchen/images/2.png b/view/peko/activity/act-kitchen/images/2.png index df5203d..b587bfb 100644 Binary files a/view/peko/activity/act-kitchen/images/2.png and b/view/peko/activity/act-kitchen/images/2.png differ diff --git a/view/peko/activity/act-kitchen/images/3.png b/view/peko/activity/act-kitchen/images/3.png index 7e2ccde..58bfbd6 100644 Binary files a/view/peko/activity/act-kitchen/images/3.png and b/view/peko/activity/act-kitchen/images/3.png differ diff --git a/view/peko/activity/act-kitchen/images/4.png b/view/peko/activity/act-kitchen/images/4.png index 4291283..4216d7b 100644 Binary files a/view/peko/activity/act-kitchen/images/4.png and b/view/peko/activity/act-kitchen/images/4.png differ diff --git a/view/peko/activity/act-kitchen/images/5.png b/view/peko/activity/act-kitchen/images/5.png index b6c6542..c3e7616 100644 Binary files a/view/peko/activity/act-kitchen/images/5.png and b/view/peko/activity/act-kitchen/images/5.png differ diff --git a/view/peko/activity/act-kitchen/images/6.png b/view/peko/activity/act-kitchen/images/6.png index 7e32f37..799dbe9 100644 Binary files a/view/peko/activity/act-kitchen/images/6.png and b/view/peko/activity/act-kitchen/images/6.png differ diff --git a/view/peko/activity/act-kitchen/images/7.png b/view/peko/activity/act-kitchen/images/7.png index 1eadf3b..032d6cf 100644 Binary files a/view/peko/activity/act-kitchen/images/7.png and b/view/peko/activity/act-kitchen/images/7.png differ diff --git a/view/peko/activity/act-kitchen/images/8.png b/view/peko/activity/act-kitchen/images/8.png index 3bd1128..bc45d30 100644 Binary files a/view/peko/activity/act-kitchen/images/8.png and b/view/peko/activity/act-kitchen/images/8.png differ diff --git a/view/peko/activity/act-kitchen/images/boxTitle.png b/view/peko/activity/act-kitchen/images/boxTitle.png index 35f3e2a..3bd790c 100644 Binary files a/view/peko/activity/act-kitchen/images/boxTitle.png and b/view/peko/activity/act-kitchen/images/boxTitle.png differ diff --git a/view/peko/activity/act-kitchen/images/box_in.png b/view/peko/activity/act-kitchen/images/box_in.png index 6796708..412b079 100644 Binary files a/view/peko/activity/act-kitchen/images/box_in.png and b/view/peko/activity/act-kitchen/images/box_in.png differ diff --git a/view/peko/activity/act-kitchen/images/header.png b/view/peko/activity/act-kitchen/images/header.png index 74f0c86..5c6cb8f 100644 Binary files a/view/peko/activity/act-kitchen/images/header.png and b/view/peko/activity/act-kitchen/images/header.png differ diff --git a/view/peko/activity/act-kitchen/images/mineBg.png b/view/peko/activity/act-kitchen/images/mineBg.png index cad5432..d3ed299 100644 Binary files a/view/peko/activity/act-kitchen/images/mineBg.png and b/view/peko/activity/act-kitchen/images/mineBg.png differ diff --git a/view/peko/activity/act-kitchen/images/my.png b/view/peko/activity/act-kitchen/images/my.png index 629fabc..693cfe1 100644 Binary files a/view/peko/activity/act-kitchen/images/my.png and b/view/peko/activity/act-kitchen/images/my.png differ diff --git a/view/peko/activity/act-kitchen/images/myBoxBg.png b/view/peko/activity/act-kitchen/images/myBoxBg.png index 26c9595..aba89c1 100644 Binary files a/view/peko/activity/act-kitchen/images/myBoxBg.png and b/view/peko/activity/act-kitchen/images/myBoxBg.png differ diff --git a/view/peko/activity/act-kitchen/images/qp.png b/view/peko/activity/act-kitchen/images/qp.png index 054c0ac..4ed13b0 100644 Binary files a/view/peko/activity/act-kitchen/images/qp.png and b/view/peko/activity/act-kitchen/images/qp.png differ diff --git a/view/peko/activity/act-kitchen/images/rank_icon.png b/view/peko/activity/act-kitchen/images/rank_icon.png index d57450d..b73c0ca 100644 Binary files a/view/peko/activity/act-kitchen/images/rank_icon.png and b/view/peko/activity/act-kitchen/images/rank_icon.png differ diff --git a/view/peko/activity/act-kitchen/images/record/record-bg.png b/view/peko/activity/act-kitchen/images/record/record-bg.png index 89d2aab..ab36bc6 100644 Binary files a/view/peko/activity/act-kitchen/images/record/record-bg.png and b/view/peko/activity/act-kitchen/images/record/record-bg.png differ diff --git a/view/peko/activity/act-kitchen/images/record_icon.png b/view/peko/activity/act-kitchen/images/record_icon.png index 8395c42..d2b5b5e 100644 Binary files a/view/peko/activity/act-kitchen/images/record_icon.png and b/view/peko/activity/act-kitchen/images/record_icon.png differ diff --git a/view/peko/activity/act-kitchen/images/resultOut.png b/view/peko/activity/act-kitchen/images/resultOut.png index eb2d176..d0c52d0 100644 Binary files a/view/peko/activity/act-kitchen/images/resultOut.png and b/view/peko/activity/act-kitchen/images/resultOut.png differ diff --git a/view/peko/activity/act-kitchen/images/resultText.png b/view/peko/activity/act-kitchen/images/resultText.png index 0d3991c..4642aa2 100644 Binary files a/view/peko/activity/act-kitchen/images/resultText.png and b/view/peko/activity/act-kitchen/images/resultText.png differ diff --git a/view/peko/activity/act-kitchen/images/result_popup.png b/view/peko/activity/act-kitchen/images/result_popup.png index fee8bb4..b57bcba 100644 Binary files a/view/peko/activity/act-kitchen/images/result_popup.png and b/view/peko/activity/act-kitchen/images/result_popup.png differ diff --git a/view/peko/activity/act-kitchen/images/rou.png b/view/peko/activity/act-kitchen/images/rou.png index df6e82e..63714ed 100644 Binary files a/view/peko/activity/act-kitchen/images/rou.png and b/view/peko/activity/act-kitchen/images/rou.png differ diff --git a/view/peko/activity/act-kitchen/images/rule_icon.png b/view/peko/activity/act-kitchen/images/rule_icon.png index 0afdd47..97b873a 100644 Binary files a/view/peko/activity/act-kitchen/images/rule_icon.png and b/view/peko/activity/act-kitchen/images/rule_icon.png differ diff --git a/view/peko/activity/act-kitchen/images/sBoxTextBg.png b/view/peko/activity/act-kitchen/images/sBoxTextBg.png index 7c9659c..d45abda 100644 Binary files a/view/peko/activity/act-kitchen/images/sBoxTextBg.png and b/view/peko/activity/act-kitchen/images/sBoxTextBg.png differ diff --git a/view/peko/activity/act-kitchen/images/su.png b/view/peko/activity/act-kitchen/images/su.png index 20651f5..96df4fc 100644 Binary files a/view/peko/activity/act-kitchen/images/su.png and b/view/peko/activity/act-kitchen/images/su.png differ diff --git a/view/peko/activity/act-kitchen/images/t1.png b/view/peko/activity/act-kitchen/images/t1.png index 16bdfdb..047e961 100644 Binary files a/view/peko/activity/act-kitchen/images/t1.png and b/view/peko/activity/act-kitchen/images/t1.png differ diff --git a/view/peko/activity/act-kitchen/images/t2.png b/view/peko/activity/act-kitchen/images/t2.png index e18c9a7..b30afd2 100644 Binary files a/view/peko/activity/act-kitchen/images/t2.png and b/view/peko/activity/act-kitchen/images/t2.png differ diff --git a/view/peko/activity/act-kitchen/images/t3.png b/view/peko/activity/act-kitchen/images/t3.png index 7ea0783..5597a04 100644 Binary files a/view/peko/activity/act-kitchen/images/t3.png and b/view/peko/activity/act-kitchen/images/t3.png differ diff --git a/view/peko/activity/act-kitchen/index.html b/view/peko/activity/act-kitchen/index.html index 1abc1a3..b98c41a 100644 --- a/view/peko/activity/act-kitchen/index.html +++ b/view/peko/activity/act-kitchen/index.html @@ -5,19 +5,19 @@ -
參與方式
- 用戶可通過花費鉆石參與《星級廚房》遊戲,每次最少消耗100鉆石,每回合時間30秒 + 玩家可通過鑽石參與《瘋狂動物園》遊戲,每次最少需花費100鑽石,每個回合時間30秒。禮物發放
- 每次參與遊戲後會獲得一次禮物開獎; + 每次參與遊戲後悔獲得一次禮物開獎。;其他說明
- 如果以上說明未能解答您的疑問,請聯繫客服,會有專人解答疑難 + 如果以上說明未能解答您的疑問,請聯系客服,會有專人解答疑難。本活動以及活動獎勵與Google/蘋果公司無關
獎勵:
@@ -106,7 +106,7 @@ $(function () {