|
@@ -256,27 +256,27 @@ const clearInputVal = (type) => {
|
|
|
|
|
|
input::placeholder {
|
|
|
font-weight: 400;
|
|
|
- font-size: 12px;
|
|
|
+ font-size: $fontE;
|
|
|
color: rgba(40,46,48,0.6);
|
|
|
}
|
|
|
|
|
|
::-webkit-input-placeholder {
|
|
|
font-weight: 400;
|
|
|
- font-size: 12px;
|
|
|
+ font-size: $fontE;
|
|
|
color: rgba(40,46,48,0.6);
|
|
|
}
|
|
|
|
|
|
/* 使用webkit内核的浏览器 */
|
|
|
:-moz-placeholder {
|
|
|
font-weight: 400;
|
|
|
- font-size: 12px;
|
|
|
+ font-size: $fontE;
|
|
|
color: rgba(40,46,48,0.6);
|
|
|
}
|
|
|
|
|
|
/* Firefox版本19+ */
|
|
|
:-ms-input-placeholder {
|
|
|
font-weight: 400;
|
|
|
- font-size: 12px;
|
|
|
+ font-size: $fontE;
|
|
|
color: rgba(40,46,48,0.6);
|
|
|
}
|
|
|
|
|
@@ -326,47 +326,47 @@ const clearInputVal = (type) => {
|
|
|
:before {
|
|
|
position: absolute;
|
|
|
top: 9px;
|
|
|
- left: 14px;
|
|
|
+ left: -5px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.error {
|
|
|
margin-top: 10px;
|
|
|
position: relative;
|
|
|
- color: $colorMain;
|
|
|
+ color: #e2231a;
|
|
|
height: 16px;
|
|
|
line-height: 16px;
|
|
|
}
|
|
|
|
|
|
.verify-code {
|
|
|
display: flex;
|
|
|
- width: 326px;
|
|
|
+ width: 350px;
|
|
|
height: 40px;
|
|
|
margin-top: 10px;
|
|
|
|
|
|
input::placeholder {
|
|
|
font-weight: 400;
|
|
|
- font-size: 12px;
|
|
|
+ font-size: $fontE;
|
|
|
color: rgba(40,46,48,0.6);
|
|
|
}
|
|
|
|
|
|
::-webkit-input-placeholder {
|
|
|
font-weight: 400;
|
|
|
- font-size: 12px;
|
|
|
+ font-size: $fontE;
|
|
|
color: rgba(40,46,48,0.6);
|
|
|
}
|
|
|
|
|
|
/* 使用webkit内核的浏览器 */
|
|
|
:-moz-placeholder {
|
|
|
font-weight: 400;
|
|
|
- font-size: 12px;
|
|
|
+ font-size: $fontE;
|
|
|
color: rgba(40,46,48,0.6);
|
|
|
}
|
|
|
|
|
|
/* Firefox版本19+ */
|
|
|
:-ms-input-placeholder {
|
|
|
font-weight: 400;
|
|
|
- font-size: 12px;
|
|
|
+ font-size: $fontE;
|
|
|
color: rgba(40,46,48,0.6);
|
|
|
}
|
|
|
|
|
@@ -390,7 +390,7 @@ const clearInputVal = (type) => {
|
|
|
border-right: none;
|
|
|
height: 40px;
|
|
|
padding: 0 0 0 10px;
|
|
|
- width: 190px;
|
|
|
+ width: 200px;
|
|
|
}
|
|
|
|
|
|
&-accept {
|
|
@@ -407,7 +407,7 @@ const clearInputVal = (type) => {
|
|
|
background: $colorMain;
|
|
|
border-left: none;
|
|
|
border-radius: 0;
|
|
|
- font-size: 12px;
|
|
|
+ font-size: $fontE;
|
|
|
|
|
|
&:hover {
|
|
|
// border-color: #e8e8e8;
|