|
|
|
@ -12,7 +12,6 @@
@@ -12,7 +12,6 @@
|
|
|
|
|
<div v-else class="aui-phone-logo"> |
|
|
|
|
<img :src="logoPhoneImg" alt=""> |
|
|
|
|
</div> |
|
|
|
|
<header class="aui-title text-white text-center">小康管家你的超级助手</header> |
|
|
|
|
<main class="aui-content"> |
|
|
|
|
<div class="aui-container"> |
|
|
|
|
<div class="aui-form"> |
|
|
|
@ -134,7 +133,11 @@
@@ -134,7 +133,11 @@
|
|
|
|
|
.login-background-img { |
|
|
|
|
width: 100%; |
|
|
|
|
height: 100%; |
|
|
|
|
background-image: url(/@/assets/ssoLogin/kics/icon/login_bg.jpg); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.aui-image-text { |
|
|
|
|
height: 400px; |
|
|
|
|
background-image: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
:deep(.ant-input:focus) { |
|
|
|
@ -172,16 +175,6 @@
@@ -172,16 +175,6 @@
|
|
|
|
|
overflow: hidden; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.aui-title { |
|
|
|
|
position: fixed; |
|
|
|
|
top: 24%; |
|
|
|
|
width: 100%; |
|
|
|
|
font-size: 28px; |
|
|
|
|
font-weight: bold; |
|
|
|
|
line-height: 1.1; |
|
|
|
|
user-select: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.aui-image { |
|
|
|
|
background-image: url(/@/assets/ssoLogin/kics/icon/login-ad.jpg); |
|
|
|
|
} |
|
|
|
|