Commit ef4460ce by dhn

结算页样式

parent 6519bd39
...@@ -79,7 +79,6 @@ ...@@ -79,7 +79,6 @@
.checkout-index-index #maincontent{background: #f2f2f2;} .checkout-index-index #maincontent{background: #f2f2f2;}
.page-title-wrapper{display: none;} .page-title-wrapper{display: none;}
#opc-sidebar{ #opc-sidebar{
border: 1px solid #d4d4d4;
background: #fff; background: #fff;
font-size: 16px; font-size: 16px;
} }
...@@ -323,7 +322,7 @@ ...@@ -323,7 +322,7 @@
} }
.checkout-index-index .authentication-wrapper{ .checkout-index-index .authentication-wrapper{
background: #ffffff; background: #ffffff;
padding: 20px; padding:20px;
margin-bottom: 18px; margin-bottom: 18px;
top:0; top:0;
} }
...@@ -427,6 +426,9 @@ ...@@ -427,6 +426,9 @@
.checkout-index-index .opc-block-summary .payment-option._active .payment-option-title { .checkout-index-index .opc-block-summary .payment-option._active .payment-option-title {
border-bottom: none; border-bottom: none;
} }
.checkout-cart-index .opc-estimated-wrapper .minicart-wrapper {
display: none;
}
/****************************************payment end********************************************************/ /****************************************payment end********************************************************/
@media(max-width:768px){ @media(max-width:768px){
.opc .step-title .number { .opc .step-title .number {
...@@ -690,10 +692,6 @@ ...@@ -690,10 +692,6 @@
padding: 0; padding: 0;
} }
#opc-sidebar{
float: right;
width: 370px;
}
} }
@media(max-width: 1024px){ @media(max-width: 1024px){
a.logo{ a.logo{
......
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