console
<div class="goods">
<img class="image" src="https://img13.360buyimg.com/n4/jfs/t1/165399/24/3705/94187/600a3fd5E292c9b69/05cab24543da8af0.jpg" alt="小米笔记本Pro 15.6" />
<div class="name">小米笔记本Pro 15.6</div>
<div class="price">5599元起</div>
</div>
.goods {
position: absolute;
width: 126px;
height: 141px;
left: 191px;
top: 73px;
background: #FFFFFF;
}
.image {
width: 126px;
height: 86px;
}
.goods .name {
position: absolute;
width: 108px;
height: 17px;
left: 10px;
top: 101px;
font-family: PingFang SC;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 17px;
color: #000000;
}
.goods .price {
position: absolute;
width: 53px;
height: 17px;
left: 37px;
top: 124px;
font-family: PingFang SC;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 17px;
color: #FD6821;
}