Authored by biao

Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into develop

... ... @@ -73,3 +73,9 @@ $action.on('touchend', '.del', function() {
$confim.fadeIn();
return false;
});
$action.on('touchstart', 'a,span', function() {
$(this).css('background', '#eee');
}).on('touchend touchcancel', 'a,span', function() {
$(this).css('background', 'transparent');
});
... ...
... ... @@ -56,7 +56,7 @@
}
.edit {
padding-right: pxToRem(20px);
margin-right: pxToRem(20px);
}
}
}
... ...