Commit e8a8aabe by lmf

优化产品详情多币种价格不显示

底部移除2个分享按钮
优化列表页色块为圆形
parent 6d93a273
...@@ -365,9 +365,9 @@ class Currency extends \Magento\Framework\Model\AbstractModel ...@@ -365,9 +365,9 @@ class Currency extends \Magento\Framework\Model\AbstractModel
*/ */
$price = sprintf("%F", $price); $price = sprintf("%F", $price);
if ($this->canUseNumberFormatter($options)) { // if ($this->canUseNumberFormatter($options)) {
return $this->formatCurrency($price, $options); // return $this->formatCurrency($price, $options);
} // }
return $this->_localeCurrency->getCurrency($this->getCode())->toCurrency($price, $options); return $this->_localeCurrency->getCurrency($this->getCode())->toCurrency($price, $options);
} }
......
...@@ -41,29 +41,13 @@ ...@@ -41,29 +41,13 @@
<div class="newsletter-list ins"> <div class="newsletter-list ins">
<ul> <ul>
<li><a title="Tiktok" href="https://www.tiktok.com/@joshineofficial"> <li><a title="Tiktok" href="https://www.tiktok.com/@joshineofficial">
<img src="/media/wysiwyg/1-tiktok.png" alt=""> <img src="/media/wysiwyg/1-tiktok.png" alt="">
</a></li> </a></li>
<li><a title="Instagram" href="https://www.instagram.com/JoshineOfficial/"> <li><a title="Instagram" href="https://www.instagram.com/JoshineOfficial/">
<img src="/media/wysiwyg/2-instagram.png" alt=""> <img src="/media/wysiwyg/2-instagram.png" alt="">
</a></li> </a></li>
<li><a title="Facebook" href="https://www.facebook.com/JoshineOfficial/"> <li><a title="Facebook" href="https://www.facebook.com/JoshineOfficial/">
<img src="/media/wysiwyg/3-facebook.png" alt=""> <img src="/media/wysiwyg/3-facebook.png" alt="">
</a></li>
<li><a title="Pinterest" href="https://www.pinterest.com/Joshinesupport/">
<img src="/media/wysiwyg/4-pinterest.png" alt="">
</a></li>
<li><a title="Twitter" href="https://twitter.com/JoshineSupport">
<img src="/media/wysiwyg/5-twitter.png" alt="">
</a></li> </a></li>
</ul> </ul>
</div> </div>
......
...@@ -1514,7 +1514,7 @@ margin-top: 0px; ...@@ -1514,7 +1514,7 @@ margin-top: 0px;
} }
footer{ footer{
padding-top: 120px; padding-top: 120px;
margin-top: -120px; margin-top: -140px;
background-color: #f6f6f6; background-color: #f6f6f6;
margin-bottom: env(safe-area-inset-bottom); margin-bottom: env(safe-area-inset-bottom);
} }
...@@ -1541,7 +1541,7 @@ button.action.submit.primary { ...@@ -1541,7 +1541,7 @@ button.action.submit.primary {
margin-left: 10%; margin-left: 10%;
} }
.swatch-option.color,.swatch-option.text { .swatch-option.color,.swatch-option.text,.swatch-option.image {
border-radius: 50%; border-radius: 50%;
} }
...@@ -1554,11 +1554,12 @@ button.action.submit.primary { ...@@ -1554,11 +1554,12 @@ button.action.submit.primary {
.product-info-stock-sku{ .product-info-stock-sku{
display: none; display: none;
} }
.product-info-wrapper .page-title span.base{ .product-info-wrapper .page-title span.base {
color: #999999; color: #999999;
font-size: initial; font-size: medium;
float: left; float: left;
margin-left: -10px; margin-left: -10px;
letter-spacing: inherit;
} }
.product-info-wrapper .price-final_price .price { .product-info-wrapper .price-final_price .price {
......
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