Files
mew-h5/view/mew/modules/support/index.html

76 lines
2.0 KiB
HTML
Raw Normal View History

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