parent
e68287a3c2
commit
41f121faea
|
@ -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>
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
/*Title*/
|
/*Title*/
|
||||||
|
body.trans-mute * {
|
||||||
|
transition: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
.bg {
|
.bg {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue