diff --git a/public/image/trade_term_web.png b/public/image/trade_term_web.png new file mode 100644 index 00000000..c373e0de Binary files /dev/null and b/public/image/trade_term_web.png differ diff --git a/themes/default/product/product.blade.php b/themes/default/product/product.blade.php index dee73b84..ef80d15a 100644 --- a/themes/default/product/product.blade.php +++ b/themes/default/product/product.blade.php @@ -154,7 +154,28 @@ .num-min-order{ position: absolute; bottom: 5px; - left: 90px; + left: 85px; + } + .sku-price-wrap{ + position: relative; + flex-direction: row; + flex-wrap: wrap; + } + .sku-price-wrap-content{ + width: 100%; + font-size: 2rem !important; + line-height: 20px !important; + font-weight: 700 !important; + } + .num-item-content{ + white-space: nowrap; + color: #777777; + font-size: 18px; + margin-bottom: 5px; + overflow: hidden; + text-overflow: ellipsis; + width: 100%; + }
"
+ content:"
"
});
});