修改BUG:增加低版本IE提示框z-index为100,并且提供微软官方IE下载链接
This commit is contained in:
parent
462081d454
commit
32bb4ddf00
|
@ -3,7 +3,7 @@
|
|||
top: 15px;
|
||||
left: 15px;
|
||||
right: 15px;
|
||||
z-index: 10;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.alert div {
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<body>
|
||||
<!--[if lte IE 9 ]>
|
||||
<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">×</span><span class="sr-only">关闭</span></button>
|
||||
</div>
|
||||
<![endif]-->
|
||||
|
|
Loading…
Reference in New Issue