feat(#I12YF5): 前台禁止加载时呈现动画

#Issue
link #I12YF5
This commit is contained in:
Argo Zhang 2019-10-19 21:53:37 +08:00
parent e68287a3c2
commit 41f121faea
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
3 changed files with 8 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<link href="../css/IE8.css" rel="stylesheet" /> <link href="../css/IE8.css" rel="stylesheet" />
<![endif]--> <![endif]-->
</head> </head>
<body> <body class="trans-mute">
<!--[if lt IE 10 ]> <!--[if lt IE 10 ]>
<div id="ieAlert" class="alert alert-danger alert-dismissible"> <div id="ieAlert" class="alert alert-danger alert-dismissible">
<div>你的浏览器版本太低不能完美的支持本系统请升级到至少IE10 <a href="../IE/IE10.exe" target="_blank">本地下载</a> <a href="https://support.microsoft.com/zh-cn/help/17621/internet-explorer-downloads" target="_blank">微软下载</a>或者使用Chrome浏览器 <a href="../Software/ChromeSetup.exe" target="_blank">本地下载</a></div> <div>你的浏览器版本太低不能完美的支持本系统请升级到至少IE10 <a href="../IE/IE10.exe" target="_blank">本地下载</a> <a href="https://support.microsoft.com/zh-cn/help/17621/internet-explorer-downloads" target="_blank">微软下载</a>或者使用Chrome浏览器 <a href="../Software/ChromeSetup.exe" target="_blank">本地下载</a></div>

View File

@ -1,4 +1,8 @@
/*Title*/ /*Title*/
body.trans-mute * {
transition: none !important;
}
.bg { .bg {
display: none; display: none;
} }

View File

@ -39,6 +39,9 @@
})(jQuery); })(jQuery);
$(function () { $(function () {
// enable animoation effect
$('body').removeClass('trans-mute');
var $sideMenu = $(".sidebar ul"); var $sideMenu = $(".sidebar ul");
// breadcrumb // breadcrumb