Authored by 王水玲

分期样式修改

... ... @@ -30,7 +30,7 @@
font-size: 28px;
height: 40px;
line-height: 40px;
color: #444;
color: #b0b0b0;
float: left;
border: none;
background: transparent;
... ... @@ -38,6 +38,22 @@
width: 380px;
}
input::-webkit-input-placeholder {
color: #e0e0e0;
}
input:-moz-placeholder {
color: #e0e0e0;
}
input::-moz-placeholder {
color: #e0e0e0;
}
input:-ms-input-placeholder {
color: #e0e0e0;
}
.notice {
float: left;
font-size: 28px;
... ...