2024年5月29日发(作者:)
background:red;
}
.second{
background:blue;
}
.third{
position:relative;
background:grey;
font-size:18px;
}
.left{
display:inline-block;
position:absolute;
top:0;
left:0;
background:green;
width:25%;
height:300px;
}
.right{
display:inline-block;
margin-left: 25%;
width:75%;
height:300px;
background:yellow;
white-space:nowrap;
overflow-x:auto;
}
.right li{
display:inline-block;
}
.right::-webkit-scrollbar{
display:none;
}


发布评论