效果图:
代码:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<style type="text/css">
body {
margin: 0px;
padding: 0px;
}
.warpbox{
width:600px;height:600px;
background:#f0f0f0;
position:relative;
}
.centerdian{
width:100px;
height:100px;
border-radius:50%;
background:rgba(0,0,0,0);
position:absolute;
left:50%;top:50%;
transform: translate(-50%,-50%);
-webkit-animation: circle 10s infinite linear;
}
.box{
width:40px;
height:40px;
border-radius:50%;
text-align:center;
line-height:40px;
background:yellow;
position:absolute;
left:50%;top:50%;
margin-left: -20px;
margin-top: -20px;