Commit 7bd07e33 by lmf

优化尺码手册位置

parent d16e03ab
......@@ -91,6 +91,8 @@
margin-top: -10px;
font-weight: 700;
margin-left: 60%;
width: 50%;
float: right;
}
.action.primary.tocart{
font-size: 18px;
......@@ -102,8 +104,9 @@
}
@media (max-width: 780px){
#product-intro__freeshipping-more-3{
margin-top: -20px;
margin-bottom: 10px;
margin-top: 7px;
float: right;
width: 20%;
}
#wishlist{
display: none;
......
......@@ -196,7 +196,7 @@ $thumbSizes = $responsiveImageHelper->getSizes('product_page_image_small');
], function ($) {
$(".thumbnails > a").removeClass("active");
$(".thumbnails > a:first").addClass("active");
$(".thumbnails > a").mouseover(function (s) {
var main_img = $(this).attr("name");
$(".main-image").attr("src",main_img);
......
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