1
0
mirror of synced 2025-12-08 06:08:02 +08:00
Files
zhangxiaohui 7de493738d update
2021-04-14 09:28:56 +08:00

40 lines
730 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
<link rel="stylesheet" type="text/css" href="css/new_page/new_page4.css">
<link rel="stylesheet" href="css/viewbox.css">
</head>
<style>
.center{
width: 1200px;
height: 560px;
margin: 0 auto;
background-color: #fff;
margin-top: 20px;
}
</style>
<body class="page_bg">
<header>
<article>
<div class="new_page4_header_logo"></div>
<div class="center">
<figure>
<img class="cen" src="images/定位监管.png" width="1200px" height="560px"/>
</figure>
</div>
</article>
</header>
</body>
</html>
<