嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
WEB钢琴
css:
	*{
 margin: 0;
 padding: 0;
 list-style: none;
}
ul li{
 float: left;
}
.panio{
 position: relative;
 left: 400px;
 top: 160px;
}
.WK{
 width: 60px;
 height: 360px;
 color: #666;
 background-color: white;
 border: 2px solid #999;
 text-align: center;
}
.BK{
 width: 40px;
 height: 200px;
 color: #CCC;
 background-color: black;
 border: 2px solid #999;
 text-align: center;
}
.WK:hover{
 background-color: #CCC;
 cursor: pointer;
}
.BK:hover{
 background-color: #666;
 cursor: pointer;
}
#c4m{
 position: absolute;
 left: 40px;
}
#d4m{
 position: absolute;
 left: 105px;
}
#f4m{
 position: absolute;
 left: 235px;
}
#g4m{
 position: absolute;
 left: 300px;
}
#a4m{
 position: absolute;
 left: 360px;
}