HTML作业

 音乐排行榜首页代码

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>音乐排行榜</title>
    <link rel="stylesheet" href="../css/style2.css">
</head>
<body>
<div class="bg">
    <ul>
        <li class="tp"></li>
        <li>vnessa-constance</li>
        <li>dogffedrd—seeirtit</li>
        <li>dsieirif-constance</li>
        <li>wytuu-geyounted</li>
        <li class="yj">qurested-conoted</li>
    </ul>
</div>    
</body>
</html>

 style2.css的代码

*{margin:0; padding:0; list-style:none; outline:none;}
/*整体设置歌曲排行版模块*/
.bg{
  width:600px;
  height:550px;
  background-image:repeating-radial-gradient(circle at 50% 50%,#333, #000 1%);
  margin:50px auto;
  padding:40px;
  border-radius:50%;
  padding-top:50px;
  border:10px solid#ccc;
}
/*歌曲排名部分*/
ul{
  width:372px;
  height:530px;
  background:#fff;
  border-radius: 30px;
  box-shadow: 15px 15px 12px #000;
  margin: 0 auto;
}
ul li{
  width: 372px;
  height: 55px;
  background: #504d58 url(../images/yinfu.png) no-repeat 70px 20px;
  margin-bottom:2px;
  font-size:18px;
  color:#d6d6d6;
  line-height:55px;
  text-align:center;
  font-family:"微软雅黑";
}
/*需要单独控制的列表项*/
ul .tp{
  width:372px;
  height:247px;
  background:#fff;
  background-image:url(../images/yinyue.jpg),url(../images/wenzi.jpg);
  background-repeat:no-repeat;
  background-position:87px 16px,99px 192px;
  border-radius:30px 30px 0 0;
}
ul .yj{border-radius:0 0 30px 30px;}  

最终效果图 

需要的图片

yinyue.jpg

yinfu.png 

wenzi.jpg 

 

  • 1
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 2
    评论
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值