Showing
5 changed files
with
3 additions
and
2 deletions
@@ -40,7 +40,7 @@ | @@ -40,7 +40,7 @@ | ||
40 | .open-icon-2 { | 40 | .open-icon-2 { |
41 | background: url("/home/installment-icon2.png") no-repeat; | 41 | background: url("/home/installment-icon2.png") no-repeat; |
42 | width: 67px; | 42 | width: 67px; |
43 | - height: 72px; | 43 | + height: 67px; |
44 | display: block; | 44 | display: block; |
45 | margin: 0 auto 34px; | 45 | margin: 0 auto 34px; |
46 | } | 46 | } |
@@ -48,7 +48,7 @@ | @@ -48,7 +48,7 @@ | ||
48 | .open-icon-3 { | 48 | .open-icon-3 { |
49 | background: url("/home/installment-icon3.png") no-repeat; | 49 | background: url("/home/installment-icon3.png") no-repeat; |
50 | width: 67px; | 50 | width: 67px; |
51 | - height: 68px; | 51 | + height: 67px; |
52 | display: block; | 52 | display: block; |
53 | margin: 0 auto 34px; | 53 | margin: 0 auto 34px; |
54 | } | 54 | } |
@@ -104,6 +104,7 @@ | @@ -104,6 +104,7 @@ | ||
104 | input[type=text], | 104 | input[type=text], |
105 | input[type=number], | 105 | input[type=number], |
106 | input[type=tel] { | 106 | input[type=tel] { |
107 | + width: 422px; | ||
107 | font-size: 27px; | 108 | font-size: 27px; |
108 | height: 40px; | 109 | height: 40px; |
109 | color: #444; | 110 | color: #444; |
-
Please register or login to post a comment