Commit 5107ed78 by 王东红

fix

parent b8725842
...@@ -148,6 +148,12 @@ ...@@ -148,6 +148,12 @@
border-collapse: separate; border-collapse: separate;
border-spacing: 5px 10px; border-spacing: 5px 10px;
} }
.content.minicart-items{
display: block !important;
}
.opc-summary-wrapper .shipping-information{
display: none;
}
@media (min-width: 1024px) { @media (min-width: 1024px) {
.checkout-container{ .checkout-container{
width: 60%; width: 60%;
...@@ -157,17 +163,19 @@ ...@@ -157,17 +163,19 @@
} }
} }
@media(min-width: 768px){ @media(min-width: 768px){
.opc-sidebar.modal-custom .modal-content{
padding: 0;
}
.opc-progress-bar{ .opc-progress-bar{
justify-content: center; justify-content: center;
padding-left: 80px;
font-size: 22px; font-size: 22px;
} }
.authentication-wrapper{ /*.authentication-wrapper{*/
float: left; /* float: left;*/
top: 8.5rem; /* top: 6.5rem;*/
right: -20rem; /* right: -32rem;*/
font-size: 12px; /* font-size: 12px;*/
} /*}*/
.action.action-auth-toggle{ .action.action-auth-toggle{
margin: 0; margin: 0;
......
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