|
|
|
@ -9,8 +9,8 @@
|
|
|
|
|
.update{ border-bottom:1px solid #d7d7d7; color:#fea254; text-align:center; width:100%; font-size:10px; height:30px; background:#fdffd9; padding:2px 0;z-index:1000;}
|
|
|
|
|
a.green_btn{ padding:2px 10px; background:#3caf3f; font-size:12px;color:#fff;-moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;}
|
|
|
|
|
a:hover.green_btn{ background:#289c2b;}
|
|
|
|
|
a.close_btn{ background:url(images/img_floatbox.png) -20px -35px no-repeat; display:block; width:16px; height:16px; float:right; margin:7px 5px 0 0;}
|
|
|
|
|
a:hover.close_btn{ background:url(images/img_floatbox.png) -20px -63px no-repeat;}
|
|
|
|
|
a.close_buttton{ background:url(images/img_floatbox.png) -20px -35px no-repeat; display:block; width:16px; height:16px; float:right; margin:7px 5px 0 0;}
|
|
|
|
|
a:hover.close_buttton{ background:url(images/img_floatbox.png) -20px -63px no-repeat;}
|
|
|
|
|
</style>
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
function close_window(){
|
|
|
|
@ -36,7 +36,7 @@
|
|
|
|
|
<body style=" height:1500px;">
|
|
|
|
|
<div class="update" id="light">
|
|
|
|
|
<span style="font-size: 14px;line-height:2.2;">您当前使用的是IE8浏览器,建议升级您的浏览器。
|
|
|
|
|
<a href="#" onClick="close_window();" class="close_btn" ></a>
|
|
|
|
|
<a href="#" onClick="close_window();" class="close_buttton" ></a>
|
|
|
|
|
</span>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
</div>
|
|
|
|
|