body {
background:url(wood-oak.jpg);
}
.tips {
width:650px;
margin:110px auto 0;
font-family:Verdana,Geneva,sans-serif;
color:#FFC;
font-size:26px;
}
.dock {
margin:90px auto 0;
width:500px;
}
.board {
float:left;
margin-top:-60px;
z-index:0;
}
.rotate {
width:70px;
height:70px;
margin:20px 10px;
z-index:1;
}
.r1 {
-webkit-transform:rotate(-5deg);
}
.r2 {
-webkit-transform:rotate(3deg);
}
更新时间:2020-02-28 23:59:24