Commit 252f1991 by lmf

临时屏蔽size

parent c0714326
......@@ -170,7 +170,7 @@
font-size: small;
}
.joshine-desction #description{
max-height: 250px;
max-height: 300px;
overflow: auto;
}
</style>
......
......@@ -62,11 +62,11 @@
], function ($) {
$("#wishlist").html($(".product-addto-links > div:first").html());
setTimeout(function(){
if ($("div").hasClass("swatch-attribute size")){
var size = '<div id="product-intro__freeshipping-more-3" data-trigger="trigger">\n' +
' <a href="javascript:void(0);">Size Guide</a></span></div>';
$(".swatch-attribute.size > span:last").after(size);
}
// if ($("div").hasClass("swatch-attribute size")){
// var size = '<div id="product-intro__freeshipping-more-3" data-trigger="trigger">\n' +
// ' <a href="javascript:void(0);">Size Guide</a></span></div>';
// $(".swatch-attribute.size > span:last").after(size);
// }
},3000);
});
</script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment