Commit e5dd9e31 by dhn

去除快读加入购物车topbar修改支付失败页样式

parent 1fc76e1e
...@@ -29,9 +29,6 @@ define([ ...@@ -29,9 +29,6 @@ define([
}, },
initStep: function (obj) { initStep: function (obj) {
$(document).on('click','.continue-shipping',function(){ $(document).on('click','.continue-shipping',function(){
console.log('addressOneVisible',addressOneVisible());
if(shippingTwoVisible() || paymentThreeVisible()) if(shippingTwoVisible() || paymentThreeVisible())
{ {
obj.backToInformation(); obj.backToInformation();
......
...@@ -13,5 +13,6 @@ ...@@ -13,5 +13,6 @@
<referenceBlock name="reviews.tab" remove="true" /> <referenceBlock name="reviews.tab" remove="true" />
<referenceBlock name="form.subscribe" remove="true" /> <referenceBlock name="form.subscribe" remove="true" />
<referenceBlock name="checkout.cart.empty.recently" remove="true" /> <referenceBlock name="checkout.cart.empty.recently" remove="true" />
<referenceBlock name="free-shipping.bar" remove="true" />
</body> </body>
</page> </page>
\ No newline at end of file
...@@ -3569,6 +3569,12 @@ strong#block-related-heading,strong#block-upsell-heading{ font-weight: 600; colo ...@@ -3569,6 +3569,12 @@ strong#block-related-heading,strong#block-upsell-heading{ font-weight: 600; colo
#sparsh-mfp-quickview .product-info-wrapper{ #sparsh-mfp-quickview .product-info-wrapper{
height: auto; height: auto;
} }
.checkout-onepage-failure .page-title-wrapper{
margin-top:5rem;
}
.checkout-onepage-failure .column.main p a{
color:#276EAF;
}
} }
.fotorama__arr, .fotorama__thumb__arr{ .fotorama__arr, .fotorama__thumb__arr{
background-color: rgba(255,255,255,0.8); background-color: rgba(255,255,255,0.8);
......
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