diff --git a/view/peko/activity/act-ocean/css/index.css b/view/peko/activity/act-ocean/css/index.css index 6d93e02..e69905a 100644 --- a/view/peko/activity/act-ocean/css/index.css +++ b/view/peko/activity/act-ocean/css/index.css @@ -22,6 +22,14 @@ body { } .wrap .banner { width: 100%; + position: relative; +} +.wrap .banner .subtitle { + position: absolute; + top: 0.12rem; + right: 1.12rem; + width: 1.8666666667rem; + height: 1.12rem; } .wrap .rule, .wrap .record { @@ -39,46 +47,79 @@ body { .wrap .record { top: 2.8533333333rem; } -.wrap .previous-result { +.wrap .previous_Round_Result { + width: 9.4266666667rem; + height: 1.52rem; position: absolute; - top: 14.9333333333rem; + top: 16.1rem; left: 50%; transform: translateX(-50%); - width: 9.4666666667rem; - height: 0.9066666667rem; - font-family: "pingfang-bold"; - font-size: 0.4rem; - font-weight: bold; - color: white; - display: flex; - align-items: center; - background: url("../images/previous-result-bg.png") no-repeat 0 0/100% 100%; + background: url(../images/previous_Round_Result.png) no-repeat; + background-size: 100% 100%; z-index: 9; } -.wrap .previous-result span { +.wrap .previous_Round_Result span { + color: #fff; + position: absolute; font-weight: bold; margin-left: 0.36rem; text-shadow: 1px 1px 0px #fc8321, -1px -1px 0px #fc8321, 1px 1px 0px #fc8321, -1px -1px 0px #fc8321, 1px 1px 0px #fc8321, -1px -1px 0px #fc8321; + font-size: 0.48rem; + left: 0rem; + bottom: 1.65rem; + background: url(../images/wljg.png) no-repeat; + background-size: 100% 100%; + width: 1.7066666667rem; + height: 0.5066666667rem; + position: absolute; } -.wrap .previous-result .result-list { +.wrap .previous_Round_Result .box { + width: 9.4266666667rem; + height: 100%; + position: absolute; + left: 0; + top: 0; + box-sizing: border-box; + padding: 0.2533333333rem 0.1333333333rem 0 0.1333333333rem; + overflow-x: scroll; +} +.wrap .previous_Round_Result .box::-webkit-scrollbar { + height: 2px; + display: none; +} +.wrap .previous_Round_Result .box ul { + width: 35rem; + height: 100%; +} +.wrap .previous_Round_Result .box ul li { + float: left; + width: 1.6266666667rem; + height: 0.9733333333rem; + background: url(../images/previous_Round_Result_Li.png) no-repeat; + background-size: 100% 100%; display: flex; + justify-content: space-around; + flex-wrap: wrap; + box-sizing: border-box; + align-items: center; + margin-right: 0.1066666667rem; } -.wrap .previous-result .result-list p { - width: 0.5333333333rem; - height: 0.5333333333rem; - margin-left: 0.1066666667rem; - background: url("../images/little-bubble.png") 0 0/100% 100%; +.wrap .previous_Round_Result .box ul li p { + display: block; + width: 0.3333333333rem; + height: 0.3333333333rem; + background: url(../images/record_bubble.png) no-repeat; + background-size: 100% 100%; + position: relative; + margin: 0 0.0266666667rem; } -.wrap .previous-result .result-list p img { - width: 100%; -} -.wrap .previous-result .more-result { - width: 0.56rem; - height: 0.5866666667rem; - margin-left: 0.2rem; -} -.wrap .previous-result .more-result img { - width: 100%; +.wrap .previous_Round_Result .box ul li p img { + display: block; + width: 80%; + position: absolute; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); } .wrap .mall { position: absolute; @@ -301,16 +342,20 @@ body { background: url("../images/tip.png") no-repeat 0 0/100% 100%; text-align: center; font-size: 0.2933333333rem; - color: rgba(255, 240, 199, 0.6); + color: #FFF0C799; font-weight: bold; } .wrap .game-area .draw-time { display: none; - width: 2.8rem; + width: 55%; height: 2.84rem; - margin: 1.2rem auto 0.2rem; - background: url("../images/drawBg.png"); + margin: 1.8rem auto 0.2rem; background-size: 100% 100%; + display: flex; + justify-content: center; + align-items: center; + flex-flow: row wrap; + box-sizing: border-box; } .wrap .game-area .draw-time .count-down, .wrap .game-area .draw-time .current-tip { @@ -341,7 +386,7 @@ body { position: absolute; left: 50%; transform: translateX(-50%); - bottom: 3.1rem; + bottom: 2.3rem; width: 100%; height: 4rem; } @@ -521,15 +566,20 @@ body { color: #fff; } .wrap .game-area .draw-time .draw-pic { - position: absolute; - left: 50%; - transform: translateX(-50%); - top: 1.65rem; z-index: 1; - width: 1.3333333333rem; + width: 1.3466666667rem; + height: 1.3466666667rem; + margin: 0 auto 0; + background: url("../images/drawBg.png") no-repeat; + background-size: 100% 100%; + position: relative; } .wrap .game-area .draw-time .draw-pic img { - width: 100%; + width: 0.8rem; + position: absolute; + left: 50%; + top: 45%; + transform: translate(-50%, -50%); } .wrap .game-area .draw-time .award-info { width: 8rem; @@ -537,7 +587,7 @@ body { position: absolute; left: 50%; transform: translateX(-50%); - top: 6.5rem; + top: 7.2rem; display: flex; } .wrap .game-area .draw-time .award-info .desc { @@ -563,7 +613,7 @@ body { position: absolute; left: 50%; transform: translateX(-50%); - top: 3.8rem; + top: 4.5rem; display: flex; } .wrap .game-area .draw-time .put-wrap .put { @@ -743,10 +793,11 @@ body { width: 8.8rem; height: 13.0666666667rem; background: white; + background: url(../images/myBoxBg.png) no-repeat; + background-size: 100% 100%; } .wrap .shade-mask-rank .shade-content-rank .rank-top { height: 4.5333333333rem; - background-image: linear-gradient(#F49C35, #FFDD81); overflow: hidden; } .wrap .shade-mask-rank .shade-content-rank .rank-top .tab-wrap { @@ -794,8 +845,8 @@ body { display: none; } .wrap .shade-mask-rank .shade-content-rank .rank-top .topthree-wrap .info-wrap .avatar { - width: 1.76rem; - height: 2.3333333333rem; + width: 2.5866666667rem; + height: 2.5066666667rem; margin-bottom: 0.2666666667rem; } .wrap .shade-mask-rank .shade-content-rank .rank-top .topthree-wrap .info-wrap .avatar p { @@ -808,8 +859,9 @@ body { .wrap .shade-mask-rank .shade-content-rank .rank-top .topthree-wrap .info-wrap .avatar img { position: relative; z-index: 9; - top: -1.8133333333rem; - left: 0.0266666667rem; + top: -2.1333333333rem; + left: 50%; + transform: translateX(-50%); width: 1.7066666667rem; height: 1.7066666667rem; border-radius: 50%; @@ -827,7 +879,7 @@ body { margin: 0; margin-top: -0.2666666667rem; margin-bottom: 0.0533333333rem; - color: #ED7B50; + color: #FF5110; font-size: 0.32rem; } .wrap .shade-mask-rank .shade-content-rank .other-rank { @@ -835,21 +887,21 @@ body { position: absolute; width: 100%; height: 7.2rem; - background-color: white; padding: 0.4rem 0.2666666667rem 0; box-sizing: border-box; } .wrap .shade-mask-rank .shade-content-rank .other-rank li { + width: 90%; display: flex; align-items: center; - margin-bottom: 0.5333333333rem; + margin: 0 auto 0.5333333333rem; } .wrap .shade-mask-rank .shade-content-rank .other-rank li .index { display: inline-block; width: 0.4rem; font-size: 0.4rem; font-weight: bold; - color: #333333; + color: #fff; text-align: center; } .wrap .shade-mask-rank .shade-content-rank .other-rank li .others-info { @@ -867,12 +919,16 @@ body { .wrap .shade-mask-rank .shade-content-rank .other-rank li .others-info .others-nick { font-size: 0.3733333333rem; font-weight: bold; - color: #333333; + color: #fff; } .wrap .shade-mask-rank .shade-content-rank .other-rank li .others-diamond-num { font-size: 0.3466666667rem; font-weight: bold; - color: #ED7B50; + color: #fff; +} +.wrap .shade-mask-rank .shade-content-rank .other-rank li .others-diamond-num b { + color: #FF5110; + font-weight: bold; } .wrap .shade-mask-rank .shade-content-rank .mine { position: fixed; @@ -881,7 +937,8 @@ body { z-index: 999; width: 100%; height: 1.3333333333rem; - background-color: rgba(0, 0, 0, 0.8); + background: url(../images/mineBg.png) no-repeat; + background-size: 100% 100%; padding: 0 0.2rem; box-sizing: border-box; display: flex; @@ -912,7 +969,11 @@ body { .wrap .shade-mask-rank .shade-content-rank .mine .mine-diamond-num { font-size: 0.3466666667rem; font-weight: bold; - color: #ED7B50; + color: #fff; +} +.wrap .shade-mask-rank .shade-content-rank .mine .mine-diamond-num b { + color: #FF5110; + font-weight: bold; } .wrap .shade-mask-fragmentNum { display: none; diff --git a/view/peko/activity/act-ocean/css/index.scss b/view/peko/activity/act-ocean/css/index.scss index e9a7d83..4f5f49d 100644 --- a/view/peko/activity/act-ocean/css/index.scss +++ b/view/peko/activity/act-ocean/css/index.scss @@ -1,9 +1,10 @@ @function px2rem($px, $rem: 75) { @return $px / $rem+rem; } -@function prefixurl() { - @return 'https://img.pekolive.com/' -} + +// @function prefixurl() { +// @return 'https://img.pekolive.com/' +// } @font-face { font-family: 'pingfang-bold'; @@ -27,6 +28,7 @@ body { background: #C8864C; // 海浪svga过长 overflow-x: hidden; + // height: 19rem; } .wrap { @@ -37,7 +39,15 @@ body { .banner { width: 100%; + position: relative; + .subtitle { + position: absolute; + top: px2rem(9, ); + right: px2rem(84, ); + width: px2rem(140, ); + height: px2rem(84, ); + } } .rule, @@ -60,24 +70,21 @@ body { // bottom: px2rem(1040); } - .previous-result { + // 往轮结果 + .previous_Round_Result { + width: px2rem(707, ); + height: px2rem(114, ); position: absolute; - // bottom: px2rem(200); - top: px2rem(1120); + top: 16.1rem; left: 50%; transform: translateX(-50%); - width: px2rem(710); - height: px2rem(68); - font-family: 'pingfang-bold'; - font-size: px2rem(30); - font-weight: bold; - color: white; - display: flex; - align-items: center; - background: url('../images/previous-result-bg.png') no-repeat 0 0/100% 100%; + background: url(../images/previous_Round_Result.png) no-repeat; + background-size: 100% 100%; z-index: 9; span { + color: #fff; + position: absolute; font-weight: bold; margin-left: px2rem(27); text-shadow: 1px 1px 0px#fc8321, @@ -86,41 +93,134 @@ body { -1px -1px 0px#fc8321, 1px 1px 0px#fc8321, -1px -1px 0px#fc8321; + font-size: px2rem(36, ); + left: px2rem(0, ); + bottom: 1.65rem; + background: url(../images/wljg.png) no-repeat; + background-size: 100% 100%; + width: px2rem(128, ); + height: px2rem(38, ); + position: absolute; } - .result-list { - display: flex; + .box { + width: px2rem(707, ); + height: 100%; + position: absolute; + left: 0; + top: 0; + box-sizing: border-box; + padding: px2rem(19, ) px2rem(10, ) 0 px2rem(10, ); + overflow-x: scroll; - p { - width: px2rem(40); - height: px2rem(40); - margin-left: px2rem(8); - background: url('../images/little-bubble.png') 0 0/100% 100%; - - // &:nth-child(11){ - // width: px2rem(40, ); - // height: px2rem(42, ); - // margin-left: 0.25rem; - // background: url('../images/btn_result.png') 0 0/100% 100%; - // } - img { - width: 100%; - } + &::-webkit-scrollbar { + // width: 0; + height: 2px; + display: none; } - } + ul { + width: 35rem; + height: 100%; - .more-result { - width: px2rem(42); - height: px2rem(44); - margin-left: 0.2rem; + li { + float: left; + width: px2rem(122, ); + height: px2rem(73, ); + background: url(../images/previous_Round_Result_Li.png) no-repeat; + background-size: 100% 100%; + display: flex; + justify-content: space-around; + flex-wrap: wrap; + box-sizing: border-box; + align-items: center; + margin-right: px2rem(8, ); + // padding: 0 px2rem(4, ); - img { - width: 100%; + p { + display: block; + width: px2rem(25, ); + height: px2rem(25, ); + background: url(../images/record_bubble.png) no-repeat; + background-size: 100% 100%; + position: relative; + margin: 0 px2rem(2, ); + + img { + display: block; + width: 80%; + position: absolute; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); + } + } + } } } } + // .previous-result { + // position: absolute; + // // bottom: px2rem(200); + // top: px2rem(1120); + // left: 50%; + // transform: translateX(-50%); + // width: px2rem(710); + // height: px2rem(68); + // font-family: 'pingfang-bold'; + // font-size: px2rem(30); + // font-weight: bold; + // color: white; + // display: flex; + // align-items: center; + // background: url('../images/previous-result-bg.png') no-repeat 0 0/100% 100%; + // z-index: 9; + + // span { + // font-weight: bold; + // margin-left: px2rem(27); + // text-shadow: 1px 1px 0px#fc8321, + // -1px -1px 0px#fc8321, + // 1px 1px 0px#fc8321, + // -1px -1px 0px#fc8321, + // 1px 1px 0px#fc8321, + // -1px -1px 0px#fc8321; + // } + + // .result-list { + // display: flex; + + // p { + // width: px2rem(40); + // height: px2rem(40); + // margin-left: px2rem(8); + // background: url('../images/little-bubble.png') 0 0/100% 100%; + + // // &:nth-child(11){ + // // width: px2rem(40, ); + // // height: px2rem(42, ); + // // margin-left: 0.25rem; + // // background: url('../images/btn_result.png') 0 0/100% 100%; + // // } + // img { + // width: 100%; + // } + // } + + // } + + // .more-result { + // width: px2rem(42); + // height: px2rem(44); + // margin-left: 0.2rem; + + // img { + // width: 100%; + // } + // } + // } + .mall { position: absolute; top: px2rem(184); @@ -399,11 +499,17 @@ body { display: none; // width: px2rem(750); // height: px2rem(600); - width: px2rem(210, ); + // width: px2rem(210, ); + width: 55%; height: px2rem(213, ); - margin: 1.2rem auto 0.2rem; - background: url('../images/drawBg.png'); + margin: 1.8rem auto 0.2rem; + // background: url('../images/drawBg.png'); background-size: 100% 100%; + display: flex; + justify-content: center; + align-items: center; + flex-flow: row wrap; + box-sizing: border-box; .count-down, .current-tip { @@ -436,7 +542,7 @@ body { position: absolute; left: 50%; transform: translateX(-50%); - bottom: 3.1rem; + bottom: 2.3rem; width: 100%; height: 4rem; @@ -651,21 +757,42 @@ body { } .draw-pic { - position: absolute; - left: 50%; - transform: translateX(-50%); - top: 1.65rem; z-index: 1; - width: px2rem(100); - // height: px2rem(91); + width: px2rem(101, ); + // width: 25%; + height: px2rem(101, ); + margin: 0 auto 0; + background: url('../images/drawBg.png') no-repeat; + background-size: 100% 100%; + position: relative; img { - width: 100%; - // height: 100%; + width: px2rem(60, ); // margin: -0.3rem 0 0 1.18rem; + position: absolute; + left: 50%; + top: 45%; + transform: translate(-50%, -50%); } } + // .draw-pic { + // position: absolute; + // left: 50%; + // transform: translateX(-50%); + // top: 1.65rem; + // z-index: 1; + // width: px2rem(100); + // background: url('../images/drawBg.png'); + // // height: px2rem(91); + + // img { + // width: 100%; + // // height: 100%; + // // margin: -0.3rem 0 0 1.18rem; + // } + // } + .award-info { width: px2rem(600, ); // height: px2rem(183, ); @@ -673,7 +800,7 @@ body { position: absolute; left: 50%; transform: translateX(-50%); - top: 6.5rem; + top: 7.2rem; display: flex; .desc { @@ -707,7 +834,8 @@ body { position: absolute; left: 50%; transform: translateX(-50%); - top: 3.8rem; + // top: 3.8rem; + top: 4.5rem; display: flex; .put { @@ -924,10 +1052,12 @@ body { width: px2rem(660); height: px2rem(980); background: white; + background: url(../images/myBoxBg.png) no-repeat; + background-size: 100% 100%; .rank-top { height: px2rem(340); - background-image: linear-gradient(#F49C35, #FFDD81); + // background-image: linear-gradient(#F49C35, #FFDD81); overflow: hidden; .tab-wrap { @@ -983,8 +1113,8 @@ body { } .avatar { - width: px2rem(132); - height: px2rem(175); + width: px2rem(194); + height: px2rem(188); margin-bottom: px2rem(20); p { @@ -998,8 +1128,10 @@ body { img { position: relative; z-index: 9; - top: px2rem(-136); - left: px2rem(2); + top: px2rem(-160); + // left: px2rem(2); + left: 50%; + transform: translateX(-50%); width: px2rem(128); height: px2rem(128); border-radius: 50%; @@ -1020,7 +1152,7 @@ body { margin: 0; margin-top: px2rem(-20); margin-bottom: px2rem(4); - color: #ED7B50; + color: #FF5110; font-size: px2rem(24); } } @@ -1032,14 +1164,16 @@ body { position: absolute; width: 100%; height: px2rem(540); - background-color: white; + // background-color: white; padding: px2rem(30) px2rem(20) 0; box-sizing: border-box; li { + width: 90%; display: flex; align-items: center; - margin-bottom: px2rem(40); + // margin-bottom: px2rem(40); + margin: 0 auto px2rem(40, ); &:last-child { // margin-bottom: px2rem(140); @@ -1050,7 +1184,7 @@ body { width: px2rem(30); font-size: px2rem(30); font-weight: bold; - color: #333333; + color: #fff; text-align: center; } @@ -1070,14 +1204,19 @@ body { .others-nick { font-size: px2rem(28); font-weight: bold; - color: #333333; + color: #fff; } } .others-diamond-num { font-size: px2rem(26); font-weight: bold; - color: #ED7B50; + color: #fff; + + b { + color: #FF5110; + font-weight: bold; + } } } } @@ -1089,7 +1228,9 @@ body { z-index: 999; width: 100%; height: px2rem(100); - background-color: rgba($color: #000000, $alpha: .8); + // background-color: rgba($color: #000000, $alpha: .8); + background: url(../images/mineBg.png) no-repeat; + background-size: 100% 100%; padding: 0 px2rem(15); box-sizing: border-box; display: flex; @@ -1124,7 +1265,12 @@ body { .mine-diamond-num { font-size: px2rem(26); font-weight: bold; - color: #ED7B50; + color: #fff; + + b { + color: #FF5110; + font-weight: bold; + } } } } diff --git a/view/peko/activity/act-ocean/css/record.css b/view/peko/activity/act-ocean/css/record.css index 32217b8..d8b3df1 100644 --- a/view/peko/activity/act-ocean/css/record.css +++ b/view/peko/activity/act-ocean/css/record.css @@ -46,7 +46,7 @@ body { } .record-list li { width: 100%; - height: 6.9733333333rem; + height: 8.48rem; background: url("../images/record/record-bg.png") no-repeat; background-size: 100% 100%; border-radius: 0.2666666667rem; @@ -88,6 +88,7 @@ body { margin: 0.0666666667rem auto 0.3333333333rem; display: flex; justify-content: space-between; + position: relative; } .record-list li .result-wrap .result { display: flex; @@ -98,21 +99,21 @@ body { color: #FFFFFF; padding-right: 0.1866666667rem; font-weight: 600; -} -.record-list li .result-wrap .result .bg { - width: 1.2133333333rem; - height: 1.2133333333rem; - background: url("../images/record_bubble_act.png") no-repeat; + position: absolute; + left: 50%; + transform: translateX(-50%); + width: 1.9066666667rem; + height: 0.6rem; + background: url(../images/record/result.png) no-repeat; background-size: 100% 100%; - text-align: center; -} -.record-list li .result-wrap .result .bg img { - width: 75%; - margin-top: 0.15rem; + top: 0.2rem; } .record-list li .result-wrap .award { display: flex; align-items: center; + position: absolute; + right: 0rem; + top: -0.1rem; } .record-list li .result-wrap .award p, .record-list li .result-wrap .award b { @@ -124,25 +125,57 @@ body { width: 0.3733333333rem; height: 0.3733333333rem; } +.record-list li .result-wrap .result_sBox { + width: 8.8rem; + height: 1.1466666667rem; + margin: 1rem auto 0; + display: flex; + justify-content: center; + position: relative; + left: 50%; + transform: translateX(-50%); +} +.record-list li .result-wrap .result_sBox .bg { + width: 1.1466666667rem; + height: 1.1466666667rem; + background: url("../images/record_bubble_act.png") no-repeat; + background-size: 100% 100%; + text-align: center; +} +.record-list li .result-wrap .result_sBox .bg img { + width: 75%; + display: block; + margin: 0.1333333333rem auto 0; +} .record-list li .put-wrap { width: 84%; height: 1.2133333333rem; line-height: 1.2133333333rem; box-sizing: border-box; - margin: 0 auto; + margin: 2rem auto 0; display: flex; + position: relative; } .record-list li .put-wrap .put { font-size: 0.3733333333rem; color: #FFFFFF; font-weight: 600; margin-right: 0.9rem; + position: absolute; + width: 1.0266666667rem; + height: 0.6rem; + left: 50%; + transform: translateX(-50%); + background: url(../images/record/touru.png) no-repeat; + background-size: 100% 100%; + top: -0.6rem; } .record-list li .put-wrap .list { width: 6.72rem; height: 2.7733333333rem; display: flex; flex-wrap: wrap; + margin: 0.3rem auto 0; } .record-list li .put-wrap .list .item { width: 0.9866666667rem; @@ -176,7 +209,8 @@ body { } .record-list li .put-wrap .list .item div .diamond { width: 0.3333333333rem; - height: 0.2666666667rem; + height: 0.3333333333rem; + margin-top: -0.01rem; } .record-list li .put-wrap .list .item div .in { font-size: 0.2666666667rem; diff --git a/view/peko/activity/act-ocean/css/record.scss b/view/peko/activity/act-ocean/css/record.scss index 5e58a8e..85d70e2 100644 --- a/view/peko/activity/act-ocean/css/record.scss +++ b/view/peko/activity/act-ocean/css/record.scss @@ -1,9 +1,10 @@ @function px2rem($px, $rem: 75) { @return $px / $rem+rem; } -@function prefixurl() { - @return 'https://img.pekolive.com/' -} + +// @function prefixurl() { +// @return 'https://img.pekolive.com/' +// } @font-face { font-family: 'pingfang-bold'; @@ -63,7 +64,7 @@ body { li { width: 100%; - height: px2rem(523, ); + height: px2rem(636, ); // background: linear-gradient(0deg, #46BBC1 0%, #62DEE4 100%); background: url('../images/record/record-bg.png') no-repeat; background-size: 100% 100%; @@ -117,6 +118,7 @@ body { margin: px2rem(5, ) auto px2rem(25, ); display: flex; justify-content: space-between; + position: relative; .result { display: flex; @@ -127,26 +129,39 @@ body { color: #FFFFFF; padding-right: px2rem(14, ); font-weight: 600; - } - - .bg { - width: px2rem(91, ); - height: px2rem(91, ); - background: url('../images/record_bubble_act.png') no-repeat; + position: absolute; + left: 50%; + transform: translateX(-50%); + width: px2rem(143, ); + height: px2rem(45, ); + background: url(../images/record/result.png) no-repeat; background-size: 100% 100%; - text-align: center; - - img { - width: 75%; - margin-top: 0.15rem; - } + top: 0.2rem; } + // .bg { + // width: px2rem(91, ); + // height: px2rem(91, ); + // background: url('../images/record_bubble_act.png') no-repeat; + // background-size: 100% 100%; + // text-align: center; + + // img { + // width: 75%; + // margin-top: 0.15rem; + // } + // } + } .award { display: flex; align-items: center; + position: absolute; + // right: 0.8rem; + // top: 1.8rem; + right: 0rem; + top: -0.1rem; p, b { @@ -160,6 +175,31 @@ body { height: px2rem(28, ); } } + + .result_sBox { + width: px2rem(660, ); + height: px2rem(86, ); + margin: 1rem auto 0; + display: flex; + justify-content: center; + position: relative; + left: 50%; + transform: translateX(-50%); + + .bg { + width: px2rem(86, ); + height: px2rem(86, ); + background: url('../images/record_bubble_act.png') no-repeat; + background-size: 100% 100%; + text-align: center; + + img { + width: 75%; + display: block; + margin: px2rem(10, ) auto 0; + } + } + } } .put-wrap { @@ -167,14 +207,23 @@ body { height: px2rem(91, ); line-height: px2rem(91, ); box-sizing: border-box; - margin: 0 auto; + margin: 2rem auto 0; display: flex; + position: relative; .put { font-size: px2rem(28, ); color: #FFFFFF; font-weight: 600; margin-right: 0.9rem; + position: absolute; + 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; } .list { @@ -182,6 +231,7 @@ body { height: px2rem(208, ); display: flex; flex-wrap: wrap; + margin: 0.3rem auto 0; .item { width: px2rem(74, ); @@ -219,7 +269,8 @@ body { .diamond { width: px2rem(25, ); - height: px2rem(20, ); + height: px2rem(25, ); + margin-top: -0.01rem; } .in { diff --git a/view/peko/activity/act-ocean/images/first.png b/view/peko/activity/act-ocean/images/first.png index 9c3cefe..98a7841 100644 Binary files a/view/peko/activity/act-ocean/images/first.png and b/view/peko/activity/act-ocean/images/first.png differ diff --git a/view/peko/activity/act-ocean/images/game-area.png b/view/peko/activity/act-ocean/images/game-area.png index 45cf8a9..793301b 100644 Binary files a/view/peko/activity/act-ocean/images/game-area.png and b/view/peko/activity/act-ocean/images/game-area.png differ diff --git a/view/peko/activity/act-ocean/images/mineBg.png b/view/peko/activity/act-ocean/images/mineBg.png new file mode 100644 index 0000000..d7e99f2 Binary files /dev/null and b/view/peko/activity/act-ocean/images/mineBg.png differ diff --git a/view/peko/activity/act-ocean/images/myBoxBg.png b/view/peko/activity/act-ocean/images/myBoxBg.png new file mode 100644 index 0000000..567e65a Binary files /dev/null and b/view/peko/activity/act-ocean/images/myBoxBg.png differ diff --git a/view/peko/activity/act-ocean/images/previous_Round_Result.png b/view/peko/activity/act-ocean/images/previous_Round_Result.png new file mode 100644 index 0000000..baa8a01 Binary files /dev/null and b/view/peko/activity/act-ocean/images/previous_Round_Result.png differ diff --git a/view/peko/activity/act-ocean/images/previous_Round_Result_Li.png b/view/peko/activity/act-ocean/images/previous_Round_Result_Li.png new file mode 100644 index 0000000..0d3c702 Binary files /dev/null and b/view/peko/activity/act-ocean/images/previous_Round_Result_Li.png differ diff --git a/view/peko/activity/act-ocean/images/record/record-bg.png b/view/peko/activity/act-ocean/images/record/record-bg.png index b57c4be..ca8d487 100644 Binary files a/view/peko/activity/act-ocean/images/record/record-bg.png and b/view/peko/activity/act-ocean/images/record/record-bg.png differ diff --git a/view/peko/activity/act-ocean/images/record/result.png b/view/peko/activity/act-ocean/images/record/result.png new file mode 100644 index 0000000..1772555 Binary files /dev/null and b/view/peko/activity/act-ocean/images/record/result.png differ diff --git a/view/peko/activity/act-ocean/images/record/touru.png b/view/peko/activity/act-ocean/images/record/touru.png new file mode 100644 index 0000000..e8745d3 Binary files /dev/null and b/view/peko/activity/act-ocean/images/record/touru.png differ diff --git a/view/peko/activity/act-ocean/images/subtitle.png b/view/peko/activity/act-ocean/images/subtitle.png new file mode 100644 index 0000000..2a847ba Binary files /dev/null and b/view/peko/activity/act-ocean/images/subtitle.png differ diff --git a/view/peko/activity/act-ocean/images/wait.svga b/view/peko/activity/act-ocean/images/wait.svga index d10c584..b552edf 100644 Binary files a/view/peko/activity/act-ocean/images/wait.svga and b/view/peko/activity/act-ocean/images/wait.svga differ diff --git a/view/peko/activity/act-ocean/images/wait1.svga b/view/peko/activity/act-ocean/images/wait1.svga new file mode 100644 index 0000000..c0aef8c Binary files /dev/null and b/view/peko/activity/act-ocean/images/wait1.svga differ diff --git a/view/peko/activity/act-ocean/images/wljg.png b/view/peko/activity/act-ocean/images/wljg.png new file mode 100644 index 0000000..97be310 Binary files /dev/null and b/view/peko/activity/act-ocean/images/wljg.png differ diff --git a/view/peko/activity/act-ocean/index.html b/view/peko/activity/act-ocean/index.html index 1ae17d4..f22c510 100644 --- a/view/peko/activity/act-ocean/index.html +++ b/view/peko/activity/act-ocean/index.html @@ -14,7 +14,10 @@
獎勵: