76 lines
2.0 KiB
HTML
76 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>技术支持</title>
|
||
<link rel="stylesheet" href="../../common/css/reset.css">
|
||
<style>
|
||
* {
|
||
padding: 0;
|
||
margin: 0;
|
||
}
|
||
|
||
body {
|
||
background: radial-gradient(circle, #E065FD 0%, #8584FF 100%);
|
||
}
|
||
|
||
@media screen and (min-width:769px) {
|
||
.bg {
|
||
width: 600px;
|
||
margin: 0 auto;
|
||
display: block;
|
||
}
|
||
}
|
||
|
||
@media screen and (max-width:768px) {
|
||
.bg {
|
||
width: 100%;
|
||
margin: 0 auto;
|
||
display: block;
|
||
}
|
||
}
|
||
|
||
.bootom {
|
||
position: fixed;
|
||
bottom: 0;
|
||
left: 0;
|
||
width: 100%;
|
||
background: #30312C;
|
||
color: #fff;
|
||
font-size: 0.35rem;
|
||
text-align: center;
|
||
padding: 10px 0;
|
||
}
|
||
|
||
p {
|
||
margin-bottom: 10px;
|
||
vertical-align: middle;
|
||
line-height: 20px;
|
||
}
|
||
|
||
.record {
|
||
width: 10px;
|
||
vertical-align: middle;
|
||
}
|
||
a{
|
||
color: inherit; text-decoration: none;
|
||
}
|
||
</style>
|
||
</head>
|
||
|
||
<body>
|
||
<img src="./bg3.png" alt="" class="bg">
|
||
<div class="bootom">
|
||
<p><a href="https://beian.miit.gov.cn/#/Integrated/recordQuery "><img src="./images/icon_police.png" class="record" alt=""> 桂ICP备2022001089号-3</p></a>
|
||
<p>公司主体:南宁冰创网络科技有限公司</p>
|
||
<p>Nanning Bingchuang Network Technology Co., Ltd.</p>
|
||
<p>联系地址:中国(广西)自由贸易试验区南宁片区庆林路16号天誉花园4号地块5号楼三层3442号</p>
|
||
</div>
|
||
</body>
|
||
|
||
</html>
|
||
<script src="../../common/js/flexible.js"></script>
|
||
<script src="../../common/js/jquery-3.2.1.min.js"></script>
|
||
<script src="../../common/js/common2.js"></script> |