Authored by 李奇

fixed: UI

... ... @@ -30,6 +30,10 @@ body {
flex: 1;
font-size: 34px;
}
p {
padding-left: 30px;
}
}
.order-code {
... ... @@ -218,6 +222,7 @@ body {
padding: 30px 20px;
border-top: 1px solid #eee;
text-align: right;
background-color: #fff;
a {
display: inline-block;
... ...
... ... @@ -286,6 +286,7 @@
html,
body {
height: 100%;
background-color: #f6f6f6;
}
@import "../../scss/me/_order.css";
... ...