Html/CSS
购物车 标签描述

//这块获取的购物车的位置cartN这个是购物车的id varoffset=$('cartN').offset(); //这块是店家添加的时候的时候的操作 $(".add1").click(function(){ varthisItem=$(this); varflyer=thisItem.clone().css({ "background":"3acd17", "color":"fff", "width":"20px", "height":"20px", "border-radius":"20px", "z-index":"100" }); flyer.fly({ start:{ w...