修改固定高度技术支持网站

This commit is contained in:
dragon
2024-04-27 00:01:46 +08:00
parent ce3045af25
commit 8aefbf5751

View File

@@ -5,6 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Technical Support</title>
<link rel="stylesheet" href="./common/css/flex.css">
<style>
* {
margin: 0;
@@ -23,7 +24,7 @@
display: block;
margin: 0 auto;
width: 100%;
height: 100vh;
height: 21rem;
}
}
</style>
@@ -33,4 +34,5 @@
<img src="./common/images/support.png" alt="">
</body>
</html>
</html>
<script src="./common/js/flexible.js"></script>