Commit 4bc43c3c by doszhang

dos

parent 96ddbec3
...@@ -522,8 +522,8 @@ function backToFlag() { ...@@ -522,8 +522,8 @@ function backToFlag() {
opacity: 0 opacity: 0
}, 300, function () { }, 300, function () {
setTimeout(function () { setTimeout(function () {
$('.personal-page').hide(); $('.personal-page').css('opacity', 1).hide();
$('.flag-page').css('opacity', 1).css('z-index', '6'); $('.flag-page').css('zIndex', '6');
}, 300) }, 300)
}); });
......
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