补全图片
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style>
html,body{margin:0;padding:0;}
.animationbox{width:500px;margin:10px auto;}
.animationbox .uu{width:200px;height:200px;margin:10px;float:left;border:1px solid #ccc}
.animationbox img{float:left;}
</style>
</head>
<body>
<div class="animationbox">
<div class="uu">
<img src="http://file3.u148.net/2011/4/images/1302139153715.jpg" width="100" height="100"/>
<img src="http://file3.u148.net/2011/4/images/1302139115130.jpg" width="100" height="100"/>
<img src="http://file3.u148.net/2011/4/images/1302139127832.jpg" width="100" height="100"/>
<img src="http://file3.u148.net/2011/4/images/1302139131446.jpg" width="100" height="100"/>
</div>
<div class="uu">
<img src="http://file3.u148.net/2011/4/images/1302139153715.jpg" width="100" height="100"/>
<img src="http://file3.u148.net/2011/4/images/1302139115130.jpg" width="100" height="100"/>
</div>
</div>
<script src="http://cdn.bootcss.com/jquery/2.2.1/jquery.js"></script>
<script>
$(function() {
});
</script>
</body>
</html>