Explorar el Código

登录输入框样式

zhangxc hace 6 años
padre
commit
207adb95ee
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  1. 12 0
      src/components/login/login.less

+ 12 - 0
src/components/login/login.less

@@ -148,4 +148,16 @@
   .el-message {
     top: 50px;
   }
+  .ri-tel, .ri-pwd {
+    input:focus {
+      border: 1px solid #0952DA!important;
+    }
+  }
+  .is-error {
+    .ri-tel, .ri-pwd {
+      input {
+        border: 1px solid #FA2828!important;
+      }
+    }
+  }
 }