@@ -249,6 +249,10 @@ const submitEvent = () => {
width: 100%;
}
+ .newInput::placeholder {
+ color: #ebeaea;
+ }
+
@@ -17,7 +17,7 @@
<input class="editRight newInput" type="text" placeholder="请输入密码" />
</div>
-
@@ -165,6 +165,10 @@ $proportion : 0.8;
background: transparent;
+.newInput::placeholder {
+ color: #49608C;
+}
.loginExe {
box-sizing:border-box;