...
|
...
|
@@ -88,21 +88,24 @@ |
|
|
.footer {
|
|
|
height: 90px;
|
|
|
line-height: 90px;
|
|
|
font-size: 30px;
|
|
|
padding: 0 30px;
|
|
|
}
|
|
|
|
|
|
.header {
|
|
|
border-bottom: 1px solid #e0e0e0;
|
|
|
font-size: 28px;
|
|
|
}
|
|
|
|
|
|
.order-status {
|
|
|
float: right;
|
|
|
position: absolute;
|
|
|
right: 24px;
|
|
|
top: 0;
|
|
|
}
|
|
|
|
|
|
.footer {
|
|
|
text-align: right;
|
|
|
border-top: 1px solid #e0e0e0;
|
|
|
font-size: 30px;
|
|
|
}
|
|
|
|
|
|
.sum-cost {
|
...
|
...
|
|