Commit 10006629 by 王东红

优化结算页面

parent 6a697550
...@@ -624,6 +624,10 @@ ul { ...@@ -624,6 +624,10 @@ ul {
margin-left: 10%; margin-left: 10%;
margin-right: 10%; margin-right: 10%;
} }
.minicart-items-wrapper .price-qty-info{
display: flex;
justify-content: space-between;
}
} }
.product-info-wrapper .page-title span.base{ .product-info-wrapper .page-title span.base{
text-transform: none; text-transform: none;
...@@ -1789,10 +1793,7 @@ button.action.submit.primary { ...@@ -1789,10 +1793,7 @@ button.action.submit.primary {
.minicart-items-wrapper dt { font-weight: bold; } .minicart-items-wrapper dt { font-weight: bold; }
.minicart-items-wrapper dt::after { content: ": "; } .minicart-items-wrapper dt::after { content: ": "; }
.minicart-items-wrapper dd::after{ content:"\0A"; white-space:pre; } .minicart-items-wrapper dd::after{ content:"\0A"; white-space:pre; }
.minicart-items-wrapper .price-qty-info{
display: flex;
justify-content: space-between;
}
@media (min-width: 780px) { @media (min-width: 780px) {
.action.primary.tocart{ .action.primary.tocart{
width: 500px !important; width: 500px !important;
......
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