Showing
1 changed file
with
3 additions
and
1 deletions
@@ -12,7 +12,7 @@ | @@ -12,7 +12,7 @@ | ||
12 | margin: 0 auto 10px auto; | 12 | margin: 0 auto 10px auto; |
13 | 13 | ||
14 | .coupons-name { | 14 | .coupons-name { |
15 | - width: 248px; | 15 | + width: 240px; |
16 | } | 16 | } |
17 | 17 | ||
18 | .coupons-info { | 18 | .coupons-info { |
@@ -107,6 +107,7 @@ | @@ -107,6 +107,7 @@ | ||
107 | 107 | ||
108 | .coupons-dtl { | 108 | .coupons-dtl { |
109 | width: 100px; | 109 | width: 100px; |
110 | + height: 45px; | ||
110 | margin-left: 5px; | 111 | margin-left: 5px; |
111 | line-height: 23px; | 112 | line-height: 23px; |
112 | text-align: left; | 113 | text-align: left; |
@@ -120,6 +121,7 @@ | @@ -120,6 +121,7 @@ | ||
120 | height: 30px; | 121 | height: 30px; |
121 | display: inline-block; | 122 | display: inline-block; |
122 | line-height: 30px; | 123 | line-height: 30px; |
124 | + float: left; | ||
123 | } | 125 | } |
124 | 126 | ||
125 | .use-btn { | 127 | .use-btn { |
-
Please register or login to post a comment