基于HTML5+CSS3制作一个简单的音乐排行榜

 HTML部分:

<!DOCTYPE html>
<html><head>
		<meta charset="utf-8">
		<title>音乐排行榜</title>
		<link rel="stylesheet" type="text/css" href="style05.css">
	</head>
	<body>
		<div class="bg">
			<div class="sheet">
				<p class="tp"></p>
				<p>vnessa——constance</p>
				<p>dogffedrd——seeirtit</p>
				<p>dsieirif——constance</p>
				<p>wytuu——qeyouned</p>
				<p class="yj">qurested——conoted</p>
			</div>
		</div>
	</body>
</html>

css部分:

*{margin: 0; padding: 0;}
/*整体控制歌曲排行榜模块*/
.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;
}
/*歌曲排名部分*/
.sheet{
	width: 372px;
	height: 530px;
	background: #fff;
	border-radius: 30px;
	box-shadow: 15px 15px 12px #000;
	margin: 0 auto;}
p{
	width: 372px;
	height: 55px;
	background: #504d58 url(yinfu.png) no-repeat 68px 18px;
	margin-bottom: 2px;
	font-size: 18px;
	color: #d6d6d6;
	line-height: 55px;
	text-align: center;
	font-family:"微软雅黑";
}
/*需要单独控制的列表项*/
.sheet .tp{
	width: 372px;
	height: 247px;
	background:#fff;
	background-image: url(yinyue.jpg),url(wenzi.jpg);
	background-repeat: no-repeat;
	background-position: 87px 16px,60px 180px;
	border-radius: 30px 30px 0 0;
}
.sheet .yj{border-radius: 0 0 30px 30px;}

所需要的图片及素材:

  • 6
    点赞
  • 20
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值