瀏覽代碼

登录输入框样式

zhangxc 6 年之前
父節點
當前提交
207adb95ee
共有 1 個文件被更改,包括 12 次插入0 次删除
  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;
+      }
+    }
+  }
 }