Showing
1 changed file
with
5 additions
and
4 deletions
@@ -399,10 +399,7 @@ | @@ -399,10 +399,7 @@ | ||
399 | border-bottom: 1px solid #e0e0e0; | 399 | border-bottom: 1px solid #e0e0e0; |
400 | position: relative; | 400 | position: relative; |
401 | 401 | ||
402 | - input::-webkit-input-placeholder{ | ||
403 | - font-family: helvetica, Arial, "黑体"; | ||
404 | - font-weight:lighter; | ||
405 | - } | 402 | + |
406 | label { | 403 | label { |
407 | width: 174px; | 404 | width: 174px; |
408 | display: inline-block; | 405 | display: inline-block; |
@@ -413,6 +410,10 @@ | @@ -413,6 +410,10 @@ | ||
413 | padding: 12px 0; | 410 | padding: 12px 0; |
414 | height: 60px; | 411 | height: 60px; |
415 | line-height: 60px; | 412 | line-height: 60px; |
413 | + width: 320px; | ||
414 | + display: inline-block; | ||
415 | + position: relative; | ||
416 | + z-index: 100; | ||
416 | } | 417 | } |
417 | 418 | ||
418 | .s-red { | 419 | .s-red { |
-
Please register or login to post a comment