Commit ff003f24 by lmf

详情页面其他产品展示效果优化

parent 99bf9585
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
" "
translate="'Proceed to Checkout'" style="background: #ffa800;"> translate="'Proceed to Checkout'" style="background: #ffa800;">
</button> </button>
<div data-bind="html: getCartParamUnsanitizedHtml('extra_actions')" style="display: block;"></div> <div data-bind="html: getCartParamUnsanitizedHtml('extra_actions')" style="display: none;"></div>
</div> </div>
</div> </div>
</if> </if>
......
...@@ -2408,6 +2408,11 @@ tr.grand.totals { ...@@ -2408,6 +2408,11 @@ tr.grand.totals {
width: 100%; width: 100%;
} }
.block.upsell{
width: 80%;
margin-left: 10%;
}
} }
.cart-container .checkout-methods-items li:first-child{ .cart-container .checkout-methods-items li:first-child{
...@@ -2446,5 +2451,8 @@ span.qty-wrapper { ...@@ -2446,5 +2451,8 @@ span.qty-wrapper {
background-color: #ffa800 !important; background-color: #ffa800 !important;
font-size: 20px !important; font-size: 20px !important;
} }
.product.actions.product-item-actions{
display: none;
}
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