Browse Source

企业注册提示文字hover颜色调整

hangb 7 years ago
parent
commit
cce6a02067
1 changed files with 3 additions and 0 deletions
  1. 3 0
      components/register/EnterpriseRegistration.vue

+ 3 - 0
components/register/EnterpriseRegistration.vue

@@ -797,6 +797,9 @@
                 text-align: left;
                 a{
                   color: #2d8cf0;
+                  &:hover{
+                     color: #f44336;
+                   }
                 }
                 i.fa {
                   font-size: 14px;