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

39 lines
921 B
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>
<style>
2023-12-22 12:24:34 +08:00
* {
2023-11-25 16:10:15 +08:00
padding: 0;
margin: 0;
}
2023-12-22 12:24:34 +08:00
.bootom {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background: #30312C;
color: #fff;
font-size: 0.71rem;
text-align: center;
padding: 1rem 0;
}
p{
margin-bottom: 0.3rem;
}
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>
<img src="./bg.png" alt="" width="100%">
2023-12-22 12:24:34 +08:00
<div class="bootom">
<p>公司主体:南宁冰创网络科技有限公司</p>
<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-11-25 16:10:15 +08:00
</html>