flex图文列表
<!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>
</head>
<style>
.demo {
width: 500px;
display: flex;
justify-content: space-around;
margin-bottom: 10px;
border: 1px solid red;
padding: 10px;
}
.left {
width: 60%;
height: 200px;
background-image: url(../../img/12.png);
border: 1px solid red;
margin-right: 20px;
}
.btu {
background-color: aqua;
width: 50px;
text-align: center;
margin-top: 88px;
}
</style>
<body>
<div class="demo">
<div class="left"></div>
<div class="right">
<p>产品标题产品标题产品标题</p>
<span>总人数99</span>
<span>剩余人数33</span>
<div class="btu">立即</div>
</div>
</div>
</body>
</html>
图片
产品标题产品标题产品标题
总人数99 剩余人数33立即
浙公网安备 33010602011771号