Authored by 沈志敏

fix bug

... ... @@ -267,6 +267,7 @@
padding: 0 30px;
font-size: 34px;
line-height: 88px;
position: relative;
&.highlight {
background: #eee;
... ... @@ -277,12 +278,22 @@
font-size: 30px;
float: right;
}
&:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 90%;
height: 0;
border-top: 1px solid #eee;
margin-left: 30px;
}
}
.order-type {
padding: 20px 0;
text-align: center;
border-top: 1px solid #eee;
.icon {
font-size: 45px;
... ... @@ -344,11 +355,12 @@
&:after {
content: "";
position: absolute;
right: 0;
left: 0;
bottom: 0;
width: 100%;
width: 90%;
height: 0;
border-top: 1px solid #eee;
margin-left: 30px;
}
&:last-child:after {
... ...