Authored by 王水玲

分期样式修改

@@ -30,7 +30,7 @@ @@ -30,7 +30,7 @@
30 font-size: 28px; 30 font-size: 28px;
31 height: 40px; 31 height: 40px;
32 line-height: 40px; 32 line-height: 40px;
33 - color: #444; 33 + color: #b0b0b0;
34 float: left; 34 float: left;
35 border: none; 35 border: none;
36 background: transparent; 36 background: transparent;
@@ -38,6 +38,22 @@ @@ -38,6 +38,22 @@
38 width: 380px; 38 width: 380px;
39 } 39 }
40 40
  41 + input::-webkit-input-placeholder {
  42 + color: #e0e0e0;
  43 + }
  44 +
  45 + input:-moz-placeholder {
  46 + color: #e0e0e0;
  47 + }
  48 +
  49 + input::-moz-placeholder {
  50 + color: #e0e0e0;
  51 + }
  52 +
  53 + input:-ms-input-placeholder {
  54 + color: #e0e0e0;
  55 + }
  56 +
41 .notice { 57 .notice {
42 float: left; 58 float: left;
43 font-size: 28px; 59 font-size: 28px;