Commit 252f1991 by lmf

临时屏蔽size

parent c0714326
...@@ -170,7 +170,7 @@ ...@@ -170,7 +170,7 @@
font-size: small; font-size: small;
} }
.joshine-desction #description{ .joshine-desction #description{
max-height: 250px; max-height: 300px;
overflow: auto; overflow: auto;
} }
</style> </style>
......
...@@ -62,11 +62,11 @@ ...@@ -62,11 +62,11 @@
], function ($) { ], function ($) {
$("#wishlist").html($(".product-addto-links > div:first").html()); $("#wishlist").html($(".product-addto-links > div:first").html());
setTimeout(function(){ setTimeout(function(){
if ($("div").hasClass("swatch-attribute size")){ // if ($("div").hasClass("swatch-attribute size")){
var size = '<div id="product-intro__freeshipping-more-3" data-trigger="trigger">\n' + // var size = '<div id="product-intro__freeshipping-more-3" data-trigger="trigger">\n' +
' <a href="javascript:void(0);">Size Guide</a></span></div>'; // ' <a href="javascript:void(0);">Size Guide</a></span></div>';
$(".swatch-attribute.size > span:last").after(size); // $(".swatch-attribute.size > span:last").after(size);
} // }
},3000); },3000);
}); });
</script> </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