Commit 8d47fc33 by doszhang

d

parent d13390c1
...@@ -24,10 +24,19 @@ body { ...@@ -24,10 +24,19 @@ body {
opacity: 0; opacity: 0;
} }
.page7 .btn-retry { .page7 .btn-retry,
.page7 .btn-share {
z-index: 3; z-index: 3;
} }
.page7 .text {
line-height: 35px;
font-size: 22px;
color: #748b6c;
text-align: center;
font-weight: bolder;
}
#notification_area { #notification_area {
z-index: 20000; z-index: 20000;
padding: 0; padding: 0;
......
...@@ -327,6 +327,7 @@ function createPoster(resultFlag) { ...@@ -327,6 +327,7 @@ function createPoster(resultFlag) {
drawNum(resultFlag); drawNum(resultFlag);
}, 100); }, 100);
setTimeout(function () { setTimeout(function () {
$('.page7 .text').html(`成为樱桃小丸子的第${window.joinNum}个的<br/>祈福伙伴,并获得「${guardian[resultFlag-1]}」`)
$('.guard').css({ $('.guard').css({
background: `url("/Public/static/image2/result-${resultFlag}.png") left top no-repeat`, background: `url("/Public/static/image2/result-${resultFlag}.png") left top no-repeat`,
backgroundSize: '100% 100%' backgroundSize: '100% 100%'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment