开发软件为:HBuilder X
首先新建一个5+App项目:
结构图如下:
ps:Animations,Buttons,sounds里的资源文件有点多,想要可以留qq我给你发
style.css代码如下:
@charset "utf-8";
*{
margin: 0;padding: 0;}
html,body,#app,#tom{
width: 100%;
height: 100%;
}
img{
width: 15%;/* id选择器的权重比标签选择器的权重高 */
position: absolute;
}
#cymbal{
left: 13%;
top: 40%;
}
#drink{
left: 13%;
top: 50%;
}
#eat{
left: 13%;
top: 60%;
}
#fart{
right: 13%;
top: 40%;
}
#pie{
right: 13%;
top: 50%;
}
#scratch{
right: 13%;
top: 60%;
}
#head{
width: 60%;
height: 35%;
left: 20%;
top: 16%;
/* background: green; */
position: absolute;
border-radius: 50%;
}
#footLeft{
width: 15%;
height: 10%;
left: 50%;
top: 87%;
position: absolute;
/* background: green; */
border-radius: 50%;
}
#footRight{
width: 15%;
height: 10%;
left: 34%;
top: 87%;
position: absolute;
/* background: green; */
border-radius: 50%;
}
/* 肚子 */
#belly{
width: 30%;
height: 27%;
left: 35%;
top