*{
margin: 0;
padding: 0;
}
a{
text-decoration: none;
display: block;
}
li{
list-style-type: none;
float: left;
}
.banner-wrap{
width: 984px;
height: 209px;
overflow: hidden;
margin: 0 auto;
position: relative;
}
.banner-wrap img,.banner-wrap ul li{
width: 984px;
height: 209px;
}
.banner-wrap ul{
width: 3936px;
height: 209px;
display: flex;
flex-direction: row;
}
.banner-ctrl>a{
position: absolute;
top: 50%;
transform: translateY(-20px);
width: 20px;
height: 40px;
line-height: 40px;
text-align: center;
color: #999;
background-color: #333;
opacity: 0.3;
}
.banner-wrap:hover > .banner-ctrl>a{
opacity: 0.9;
}
.banner-ctrl .prev{
left: 10px;
}
.banner-ctrl .next{
right: 10px;
}
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
是不是ul没有设置position:absolute?