<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
.zx {
width: 1000px;
height: 1000px;
background-color: pink;
}
.box {
margin: 0px auto;
width: 234px;
height: 300px;
background: white;
text-align: center;
}
h3 {
font-weight: 400;
font-size: 14px;
margin: 0 10px;
color: #333;
}
.p1 {
height: 18px;
margin: 0 10px 10px;
font-size: 12px;
color: #B0B0B0;
}
.p2 {
margin: 0 10px;
color: #FF7F00;
}
.shouji {
width: 160px;
height: 160px;
margin-top: 20px;
}
</style>
</head>
<body>
<div class="zx">
<div class="box">
<img src="./images/896.png" alt="" class="shouji">
<h3>Redmi Note 12 Turbo</h3>
<p class="p1">狂暴引擎,急速释放</p>
<p class="p2">1999元起</p>
</div>
</div>
</body>
</html>