Authored by 郭成尧

Merge branch 'feature/coupon' into 'release/180420'

button-width



See merge request !1332
... ... @@ -54,7 +54,7 @@ body {
background-color: #fff;
input {
width: 580px;
width: 570px;
height: 60px;
margin-right: 12px;
padding: 0 20px;
... ... @@ -64,7 +64,7 @@ body {
}
.exchange-coupon-btn {
width: 110px;
width: 120px;
height: 60px;
border-radius: 4px;
font-size: 28px;
... ...
... ... @@ -78,7 +78,7 @@ body {
background-color: #fff;
input {
width: 580px;
width: 570px;
height: 60px;
margin-right: 12px;
padding: 0 20px;
... ... @@ -88,7 +88,7 @@ body {
}
.exchange-coupon-btn {
width: 110px;
width: 120px;
height: 60px;
border-radius: 4px;
font-size: 28px;
... ...