Commit c74aac0e by lmf

修复bug

parent 2e6d52d3
...@@ -263,9 +263,7 @@ ...@@ -263,9 +263,7 @@
.payment-method-title.field.choice label.label { .payment-method-title.field.choice label.label {
width: 100%; width: 100%;
} }
.items.payment-methods{
margin-top: 100px;
}
} }
table tbody:last-child tr:last-child { table tbody:last-child tr:last-child {
border-bottom: 1px solid #dcdcdc !important; border-bottom: 1px solid #dcdcdc !important;
...@@ -401,7 +399,7 @@ ...@@ -401,7 +399,7 @@
width: 100%; width: 100%;
} }
table tbody:last-child tr:last-child { table tbody:last-child tr:last-child {
border-bottom: 1px solid #1979c3 !important; border-bottom: 1px solid #dcdcdc !important;
} }
} }
</style> </style>
......
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