技术支持网站更改
This commit is contained in:
BIN
view/mew/modules/support/images/icon_police.png
Normal file
BIN
view/mew/modules/support/images/icon_police.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 921 B |
@@ -5,37 +5,72 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>技术支持</title>
|
<title>技术支持</title>
|
||||||
|
<link rel="stylesheet" href="../../common/css/reset.css">
|
||||||
<style>
|
<style>
|
||||||
* {
|
* {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 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 {
|
.bootom {
|
||||||
position: relative;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: #30312C;
|
background: #30312C;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 16px;
|
font-size: 0.35rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 1rem 0;
|
padding: 10px 0;
|
||||||
}
|
}
|
||||||
p{
|
|
||||||
|
p {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
vertical-align: middle;
|
||||||
|
line-height: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.record {
|
||||||
|
width: 10px;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
a{
|
||||||
|
color: inherit; text-decoration: none;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<img src="./bg.png" alt="" width="100%">
|
<img src="./bg.png" alt="" class="bg">
|
||||||
<div class="bootom">
|
<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>公司主体:南宁冰创网络科技有限公司</p>
|
||||||
|
<p>Nanning Bingchuang Network Technology Co., Ltd.</p>
|
||||||
<p>联系地址:中国(广西)自由贸易试验区南宁片区庆林路16号天誉花园4号地块5号楼三层3442号</p>
|
<p>联系地址:中国(广西)自由贸易试验区南宁片区庆林路16号天誉花园4号地块5号楼三层3442号</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</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>
|
Reference in New Issue
Block a user