修改BUG:增加低版本IE提示框z-index为100,并且提供微软官方IE下载链接

This commit is contained in:
Argo-Lenovo 2017-01-12 14:09:30 +08:00
parent 462081d454
commit 32bb4ddf00
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
top: 15px; top: 15px;
left: 15px; left: 15px;
right: 15px; right: 15px;
z-index: 10; z-index: 100;
} }
.alert div { .alert div {

View File

@ -18,7 +18,7 @@
<body> <body>
<!--[if lte IE 9 ]> <!--[if lte IE 9 ]>
<div id="ieAlert" class="alert alert-danger alert-dismissible"> <div id="ieAlert" class="alert alert-danger alert-dismissible">
<div>你的浏览器版本太低不能完美的支持本系统请升级到至少IE9 <a href="../IE/IE9.exe" target="_blank">速速点击下载</a> </div> <div>你的浏览器版本太低不能完美的支持本系统请升级到至少IE9 <a href="../IE/IE9.exe" target="_blank">速速点击下载</a> <a href="https://support.microsoft.com/zh-cn/help/17621/internet-explorer-downloads" target="_blank">微软官方下载</a> </div>
<button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">&times;</span><span class="sr-only">关闭</span></button> <button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">&times;</span><span class="sr-only">关闭</span></button>
</div> </div>
<![endif]--> <![endif]-->