爱奇艺视频播放页面

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>爱奇艺影视播放</title>
    <style>
*{
    padding: 0px;
    margin: 0px;
}
div{
    width: 1000px;
    height: 500px;
    margin: 0px auto;
    display: flex;
    
   
    

}
div,h3{
font-size: 18px;
height: 40px;
margin-top: 10px;
}
.movie-list{
padding: 10PX;
margin-right: 5PX;
height: 320PX;
}
img{
    border-radius: 10px;
    color: #dfdfdf;
    justify-content: center;
    
}
.title{
    font-size:16px;
    height: 30px;
    align-items: center;
    color: #4d4d4d;
}
.what{
    font-size:14px ;
    height:20px;
    align-items: center;
    color:#640000;
}
.num{
    font-size: 12px;
    height: 20px;
    align-items: center;
    color: blue;
}
.tu:hover{
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1), 0 0 10px 0 rgba(0,0,0,0.2);
}
ul{
    list-style-type: none;
}

    </style>
</head>
<body>
    <div class="big title"><h3>热播</h3></div>
    <div>
    
    <div class="movie-list">
        <ul>
            <li class="tu"><img src="./img1.png" alt="" width="200px" height="250px"></li>
            <li class="title">越狱</li>
            <li class="what">迈克尔反转越狱</li>
            <li class="num">点击次数:242445次</li>


</ul>
    </div>

    <div class="movie-list">
        <ul>
            <li class="tu"><img src="./img2.png" alt="" width="200px" height="250px"></li>
            <li class="title">越狱</li>
            <li class="what">迈克尔反转越狱</li>
            <li class="num">点击次数:242445次</li>


</ul>
    </div>
    <div class="movie-list">
        <ul>
            <li class="tu"><img src="./img3.png" alt="" width="200px" height="250px"></li>
            <li class="title">越狱</li>
            <li class="what">迈克尔反转越狱</li>
            <li class="num">点击次数:242445次</li>


</ul>
    </div>
    <div class="movie-list">
        <ul>
            <li class="tu"><img src="./img4.png" alt="" width="200px" height="250px"></li>
            <li class="title">越狱</li>
            <li class="what">迈克尔反转越狱</li>
            <li class="num">点击次数:242445次</li>


</ul>
    </div>
</div>

</body>
</html>

  • 4
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 2
    评论
<!DOCTYPE html> <html> <head> <title>爱奇艺视频播放列表</title> <style> body { background-color: #f5f5f5; } h1 { color: #ff8c00; text-align: center; font-size: 36px; font-family: Arial, sans-serif; margin-top: 50px; } .container { display: flex; flex-wrap: wrap; margin: 50px auto; max-width: 1200px; justify-content: center; } .video { background-color: #ffffff; box-shadow: 0px 3px 6px rgba(0,0,0,0.16); margin: 20px; padding: 20px; width: 300px; height: 400px; display: flex; flex-direction: column; align-items: center; justify-content: space-between; border-radius: 10px; transition: box-shadow 0.3s ease-in-out; } .video:hover { box-shadow: 0px 6px 12px rgba(0,0,0,0.24); } .video img { width: 200px; height: 200px; object-fit: cover; border-radius: 10px; } .video h2 { font-size: 24px; font-family: Arial, sans-serif; color: #333333; margin-top: 10px; text-align: center; } .video p { font-size: 16px; font-family: Arial, sans-serif; color: #999999; text-align: center; margin-top: 10px; } .video a { background-color: #ff8c00; color: #ffffff; display: block; padding: 10px 20px; border-radius: 5px; text-align: center; font-size: 18px; font-family: Arial, sans-serif; text-decoration: none; margin-top: 20px; transition: background-color 0.3s ease-in-out; } .video a:hover { background-color: #ff6600; } </style> </head> <body> <h1>爱奇艺视频播放列表</h1> <div class="container"> <div class="video"> <img src="https://via.placeholder.com/200x200.png?text=Video1" alt="Video1"> <h2>视频1</h2> <p>视频描述1</p> <a href="#">播放</a> </div> <div class="video"> <img src="https://via.placeholder.com/200x200.png?text=Video2" alt="Video2"> <h2>视频2</h2> <p>视频描述2</p> <a href="#">播放</a> </div> <div class="video"> <img src="https://via.placeholder.com/200x200.png?text=Video3" alt="Video3"> <h2>视频3</h2> <p>视频描述3</p> <a href="#">播放</a> </div> <div class="video"> <img src="https://via.placeholder.com/200x200.png?text=Video4" alt="Video4"> <h2>视频4</h2> <p>视频描述4</p> <a href="#">播放</a> </div> <div class="video"> <img src="https://via.placeholder.com/200x200.png?text=Video5" alt="Video5"> <h2>视频5</h2> <p>视频描述5</p> <a href="#">播放</a> </div> <div class="video"> <img src="https://via.placeholder.com/200x200.png?text=Video6" alt="Video6"> <h2>视频6</h2> <p>视频描述6</p> <a href="#">播放</a> </div> </div> </body> </html>
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值