소스 검색

登录输入框样式

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;
+      }
+    }
+  }
 }