人生啊人生 il y a 3 semaines
Parent
commit
738a6b5ebc

+ 4 - 0
user_web/src/components/student/courseChapter3d/showDownHole.vue

@@ -249,6 +249,10 @@ const submitEvent = () => {
                         width: 100%;
                     }
 
+                    .newInput::placeholder {
+                        color: #ebeaea;
+                    }
+
                 }
                 
             }

+ 5 - 1
user_web/src/view/LogInExe.vue

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