技术支持网站更改

This commit is contained in:
Dragon
2023-12-22 16:20:48 +08:00
parent 43a0dd87e3
commit 4a916fef6f
2 changed files with 43 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 921 B

View File

@@ -5,37 +5,72 @@
<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: #cc30dd75;
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;
}
}
.bootom {
position: relative;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background: #30312C;
color: #fff;
font-size: 16px;
font-size: 0.35rem;
text-align: center;
padding: 1rem 0;
padding: 10px 0;
}
p{
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="./bg.png" alt="" width="100%">
<img src="./bg.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>
</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>