Authored by 沈志敏

fix bug

... ... @@ -33,14 +33,12 @@ body {
}
.order-code {
padding: 20px 30px;
padding: 22px 30px;
margin-bottom: 20px;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
p:first-of-type {
font-size: 34px;
font-weight: 700;
font-weight: 600;
}
p:last-of-type {
... ... @@ -53,12 +51,11 @@ body {
position: relative;
padding: 20px 30px 27px;
margin-bottom: 20px;
border-top: 1px solid #eee;
word-wrap: break-word;
p:first-of-type {
font-size: 32px;
font-weight: 700;
font-weight: 600;
span {
margin-right: 40px;
... ... @@ -84,7 +81,6 @@ body {
.order-goods {
padding-top: 20px;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
.goods-info {
... ... @@ -178,7 +174,7 @@ body {
}
.order-amount {
padding: 30px 20px;
padding: 26px 30px;
margin-bottom: 20px;
border-bottom: 1px solid #eee;
text-align: right;
... ... @@ -224,6 +220,7 @@ body {
text-align: right;
a {
display: inline-block;
padding: 0 20px;
height: 68px;
line-height: 68px;
... ... @@ -234,6 +231,7 @@ body {
background: $white;
font-size: 28px;
margin-right: 10px;
width: 192px;
}
button {
... ... @@ -260,7 +258,7 @@ body {
}
&.normal {
width: 188px;
width: 192px;
padding: 0;
border: 1px solid $black;
color: $black;
... ...