<html>
<head>
<meta charset="utf-8">
<title>手册网(www.shouce.ren)
</title>
<style>
.Site {
display: flex;
min-height: 100vh;
flex-direction: column;
}
.Site-content {
flex: 1;
}
</style>
</head>
<body class="Site">
<header style="background:#FF6633">aaa
</header>
<main class="Site-content" style="background:#D6D6D6">bbb
</main>
<footer style="background:#FF6633">ccc
</footer>
</body>
</html>