网站维护中

提示信息

网站正在临时维护中,请稍后访问!


HTML结构

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>网站维护中</title>
<style>body{ background-color:#444; font-size:14px;}h3{ font-size:60px; color:#eee; text-align:center; padding-top:30px; font-weight:normal;}</style>
</head>
<body>
<h3>网站正在临时维护中,请稍后访问!</h3>
</body>
</html>

CSS样式

body{ background-color:#444; font-size:14px;}
h3{ font-size:60px; color:#eee; text-align:center; padding-top:30px; font-weight:normal;}