.list-drag-item{cursor:-webkit-grabbing;margin-top:10px;border:1px solid;-webkit-transition:all .5s;transition:all .5s}.list-drag-item .content{height:60px;padding:15px}.list-drag-enter,.list-drag-leave-active{opacity:0}.grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.grid .item{text-align:center}.grid .item img{height:150px;width:150px;cursor:move;cursor:-webkit-grabbing}