You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

64 lines
1.2 KiB

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<div class="content_err">
<div class="img_box">
<img class="img" src="img/ifly-error-img.png" />
</div>
<div class="font_err">
<p class="font_warn"><i class="icon_warn"></i>您访问的页面在公司内网环境,如果您在互联网环境, 请通过VPN访问</p>
<p class="font_msg">VPN软件地址请见<b>快捷链接</b>模块,使用说明请见<b>FAQ</b>模块</p>
</div>
</div>
</body>
</html>
<style>
body {
background: #fff;
max-width: 1200px;
margin: 0 auto;
}
.content_err {
margin-top: 5%;
}
.content_err .img_box {
width: 40%;
float: left;
text-align: right;
}
.content_err .img_box img {
width: 500px;
height: 500px;
}
.font_err {
width: 58%;
float: left;
margin-top: 14%;
margin-left: 1%;
}
.font_warn {
font-size: 26px;
font-weight: bold;
color: #ffa113;
padding-left: 50px;
position: relative;
}
.font_warn .icon_warn {
width: 40px;
height: 40px;
background: url(img/ifly-error-bg.png) no-repeat;
display: inline-block;
position: absolute;
top: 1px;
left: 0;
}
.font_msg {
margin-left: 50px;
color: #1f2545;
}
</style>