<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>盖房子</title>
<style>
@keyframes diaoluo {
from {
opacity: 1;
margin-top: 0;
transform: rotate(0);
}
to {
opacity: 0;
margin-top: 100px;
transform: rotate(720deg);
}
}
* {
margin: 0;
padding: 0;
list-style: none;
}
.wrap {
width: 800px;
height: 500px;
border: 1px solid red;
margin: 0 auto;
position: relative;
}
ul {
width: 400px;
height: 20px;
position: absolute;
}
li {
width: 20px;
height: