<style>
.box {
margin: 0 auto;
width: 300px;
height: 300px;
margin-top: 50px;
overflow: hidden;
position: relative;
border: 3px solid red;
}
img {
width: 300px;
height: 300px;
float: left;
}
.imgs {
width: 1500px;
height: 300px;
position: absolute;
}
.pp {
position: absolute;
}
.btn1 {
display: inline-block;
position: absolute;
top: 140px;
background-color: rgba(0, 0, 0, 0.5);
color: pink;
font-weight: 900;
}
.btn2 {
display: inline-block;
position: absolute;
top: 140px;
left: 280px;
background-color: rgba(0, 0, 0, 0.5);
color: pink;
font-weight: 900;
}
.box ul {
position: absolute;
width: 300px;
height: 50px;
bottom: 0;
left: 20%;
}
.box ul li {