<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<title>花生壳动态域名解析服务</title>
<link rel="stylesheet" href="">
</head>
<style>
body {
margin: 0 0;
}
p {
margin: 0;
}
.big-box {
width: 100vw;
height: 100vh;
background-image: url(./img/bj.jpg);
background-size: 100% 100%;
}
.head-box {
position: fixed;
top: 0;
height: 64px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.head-img {
width: 1380px;
}
.logo_img {
width: 88px;
height: 32px;
}
.main-box {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.content-box {
width: 1380px;
text-align: center;
}
.title {
font-size: 34px;
line-height: 48px;
color: #FFFFFF;
margin-bottom: 24px;
}
.content {
font-size: 18px;
line-height: 180%;
color: #FFFFFF;
opacity: 0.8;
}
.more {
margin: 60px auto 0 auto;
width: 220px;
padding: 18px 0px;
text-align: center;
background: #FF0042;
border: 1px solid #FF0042;
box-sizing: border-box;
border-radius: 4px;
font-size: 16px;
line-height: 16px;
color: #FFFFFF;
display: block;
text-decoration: none;
}
.foot-box {
height: 64px;
position: fixed;
bottom: 0;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.foot-box p {
color: #FFFFFF;
font-size: 14px;
line-height: 20px;
}
.foot-link {
color: #fff;
text-decoration: none;
}
@media (min-width:1380px) {}
</style>
<body>
<div class="big-box">
<div class="head-box">
<div class="head-img">
<img src="./img/logo.png" class="logo_img" />
</div>
</div>
<div class="main-box">
<div class="content-box">
<p class="title">连接无处不在</p>
<p class="content">
建立人与设备、设备与设备、网络与网络的安全连接<br />自主创新打造了向日葵远程控制、蒲公英智能组网、花生壳内网穿透三大品牌服务,提供从智能通信产品到垂直应用的一站式解决方案</p>
<a class="more" href='https://www.oray.com/' target="_blank">了解更多</a>
</div>
</div>
<div class="foot-box">
<p>
<a class="foot-link" id="recordNo" href='https://beian.miit.gov.cn' target="_blank">粤ICP备14062640号-10</a>
<span class="copyRight_footer"></span>
</p>
</div>
</div>
</body>
<!--有中文域名 需要解码-->
<script src="./js/punycodeModule.js">
</script>
<!--域名解析-->
<script src="https://cdn.orayimg.com/home/js/domain_icp-1.0.0.js">
</script>
</html>