* {
padding:0;
margin:0;
}
.wraper {
width:500px;
border:1px #ddd solid;
margin:100px auto;
position:relative;
}
ul {
list-style:none;
}
ul li {
height:32px;
line-height:32px;
background-color:red;
margin-bottom:2px;
position:relative;
color:#fff;
}
ul li.slt {
background-color:green;
color:#000;
}
.up {
position:absolute;
top:10px;
right:-35px;
display:none;
}
.down {
position:absolute;
top:32px;
right:-35px;
display:none;
}
选中元素,判断元素位置显示按钮,点击按钮移动元素位置