zhuguifei
2025-06-17 c1cc49dd93d38f51790558541d6835d1598ecccf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
 <head> 
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
  <style type="text/css">
    body{
      margin:0px auto;
    }
    #content {
      position: absolute;
      left: 50%;
      top: 35%;
      transform: translate(-50%, -50%);
    }
  </style> 
  <title></title> 
 </head> 
 <body> 
  <div id="content">
    这是一个html页面
  </div>  
 </body>
</html>