Commit afe1b978 by doszhang

dos

parent f821458f
......@@ -167,8 +167,6 @@ input::-webkit-input-placeholder {
/* flag-page */
.flag-page {
z-index: 6;
animation: all 0.3s linear forwards;
-webkit-animation: all 0.3s linear forwards;
}
.flag-page .choose-num {
......
......@@ -857,6 +857,8 @@ function addCustomizeFlag() {
function addFlag(e) {
if (firstChooseFlag) {
$('#notification_area').remove();
my_notify('关闭列表,继续选择Flag');
$('.checked-flag-list').css('transform', 'scale(1)');
$('.flag-page .choose-block').addClass('animate');
checkFlagListStatus = true;
......
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