Commit 435c719f by doszhang

dos

parent e2160e30
......@@ -85,6 +85,8 @@ input::-webkit-input-placeholder {
/* flag-page */
.flag-page {
z-index: 2;
animation: all 0.3s linear forwards;
-webkit-animation: all 0.3s linear forwards;
}
.flag-page .choose-num {
......
......@@ -374,8 +374,7 @@ function showDecorate() {
}
function showPersonalPage() {
// $('.flag-page').fadeOut(300);
$('.personal-page').fadeOut(0);
$('.flag-page').css('opacity', 0);
$('.personal-page').fadeIn(300);
// 创建个性化页面的flag列表
for (let i = 0; i < flagStack.length; i++) {
......
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