Showing
1 changed file
with
4 additions
and
1 deletions
@@ -65,11 +65,13 @@ | @@ -65,11 +65,13 @@ | ||
65 | width: 165px; | 65 | width: 165px; |
66 | overflow: hidden; | 66 | overflow: hidden; |
67 | margin: 0 30px; | 67 | margin: 0 30px; |
68 | + height: inherit; | ||
68 | } | 69 | } |
69 | 70 | ||
70 | .coupon-left .coupon-left-price { | 71 | .coupon-left .coupon-left-price { |
71 | width: inherit; | 72 | width: inherit; |
72 | display: inline-block; | 73 | display: inline-block; |
74 | + height: 62px; | ||
73 | } | 75 | } |
74 | 76 | ||
75 | .coupon-left .coupon-left-price .coupon-sign{ | 77 | .coupon-left .coupon-left-price .coupon-sign{ |
@@ -84,8 +86,9 @@ | @@ -84,8 +86,9 @@ | ||
84 | .coupon-left .coupon-left-name { | 86 | .coupon-left .coupon-left-name { |
85 | font-size: 18px; | 87 | font-size: 18px; |
86 | display: inline-block; | 88 | display: inline-block; |
87 | - margin-top: -10px; | ||
88 | width: 138px; | 89 | width: 138px; |
90 | + height: 58px; | ||
91 | + line-height: 25px; | ||
89 | } | 92 | } |
90 | 93 | ||
91 | .coupon-right { | 94 | .coupon-right { |
-
Please register or login to post a comment