52 lines
1.3 KiB
HTML
52 lines
1.3 KiB
HTML
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<meta content="IE=10" http-equiv="X-UA-Compatible" />
|
||
|
|
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
|
||
|
|
<title>跨浏览器插件检测</title>
|
||
|
|
<style>
|
||
|
|
.info
|
||
|
|
{
|
||
|
|
margin:30px auto auto auto; width:300px; font-family:'微软雅黑'; height:30px; text-align:center;
|
||
|
|
}
|
||
|
|
.info_img
|
||
|
|
{
|
||
|
|
float:left; width:30px; height:30px; background-color:#ff0000; color:#ffffff; line-height:30px; font-weight:bold; font-size:18px
|
||
|
|
}
|
||
|
|
.info_text
|
||
|
|
{
|
||
|
|
float:left; width:270px; height:30px; line-height:30px; font-size:18px
|
||
|
|
}
|
||
|
|
.butbar
|
||
|
|
{
|
||
|
|
margin:30px auto auto auto; width:300px; font-family:'微软雅黑'; height:60px; text-align:center;
|
||
|
|
}
|
||
|
|
.but
|
||
|
|
{
|
||
|
|
width:200px; height:60px; border:1px #e0e0e0 solid; line-height:60px; font-size:18px; margin-left:50px; cursor:pointer; color:#b0b0b0;
|
||
|
|
}
|
||
|
|
.but:hover
|
||
|
|
{
|
||
|
|
border:1px #bebebe solid; background-color:#f8f8f8;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div class="info">
|
||
|
|
<div class="info_img">
|
||
|
|
!
|
||
|
|
</div>
|
||
|
|
<div class="info_text">
|
||
|
|
本机尚未安装跨浏览器插件。
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="butbar">
|
||
|
|
<div class="but" onclick="location.href='officecontrol/NTKO控件安装程序-评测专用演示版本.exe'">
|
||
|
|
点击下载安装插件
|
||
|
|
</div>
|
||
|
|
|
||
|
|
</div>
|
||
|
|
|
||
|
|
</body>
|
||
|
|
|
||
|
|
</html>
|