我这里写了一个上箭头的方法,其他方向以此类推;
这只是其中一种实现的方式:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
<script src="http://libs.baidu.com/jquery/2.0.0/jquery.min.js"></script>
<style type="text/css">
.box{
height: 600px;
width: 1200px;
border: 2px solid aqua;
}
.cc{
width: 800px;
float: right;
height: 300px;
border: 2px solid green;
}
.cc .dd{
width: 120px;
height: 300px;
float: left;
background: yellow;
margin-left: 20px;
}
.cc1{
width: 800px ;
float: right;
height: 200px;
border:2px solid blue;
margin-top: 50px;
}
.cc1 .dd1{
width: 120px;
height: 200