Commit e9e615ef by lmf

优化pc版checkout样式

parent 782e585b
...@@ -222,6 +222,7 @@ ...@@ -222,6 +222,7 @@
padding: 10px 20px; padding: 10px 20px;
margin-bottom: 20px; margin-bottom: 20px;
border: 1px solid #dcdcdc; border: 1px solid #dcdcdc;
height: 60px;
} }
.payment-method ._active{ .payment-method ._active{
border: 1px solid #1979c3; border: 1px solid #1979c3;
...@@ -266,13 +267,19 @@ ...@@ -266,13 +267,19 @@
margin-top: 100px; margin-top: 100px;
} }
} }
.teliphone_number{width:100% !important;;} table tbody:last-child tr:last-child {
border-bottom: 1px solid #dcdcdc !important;
}
.teliphone_number{width:100% !important;}
@media(min-width: 1024px){ @media(min-width: 1024px){
.opc .actions-toolbar{ .opc .actions-toolbar{
position: absolute; position: absolute;
bottom: 0px; bottom: 0px;
margin-left: 30%; margin-left: 30%;
} }
div#checkout-payment-method-load{
margin-bottom: 100px;
}
.payment-method div.payment_logo_oceanpaymentklarna{ .payment-method div.payment_logo_oceanpaymentklarna{
margin-top: -1% !important; margin-top: -1% !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