请老师检查作业!谢谢~😁
来源:4-15 项目作业
慕粉0915
2021-09-01 11:25:41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
* {
margin: 0;
padding: 0;
}
.box {
width: 1000px;
height: 200px;
border: 1px solid #333;
margin: 100px auto;
padding: 30px;
}
.btn {
float: left;
width: 153px;
height: 76px;
margin-top: 60px
}
.good {
float: right;
position: relative;
}
.good span {
display: block;
width: 36px;
height: 36px;
background: red;
color: #fff;
border-radius: 50%;
position: absolute;
right: 3px;
top: 41px;
text-align: center;
line-height: 36px;
}
</style>
</head>
<body>
<div class="box">
<div class="btn">
<img src="../imgs/btn.png" alt="">
</div>
<div class="good">
<span>3</span>
<img src="../imgs/cart.png" alt="">
</div>
</div>
</body>
</html>
1回答
好帮手慕星星
2021-09-01
同学你好,代码布局以及实现效果很棒。继续加油,祝学习愉快!
相似问题