|
|
|
@ -13,7 +13,7 @@
@@ -13,7 +13,7 @@
|
|
|
|
|
<img :src="logoPhoneImg" alt=""> |
|
|
|
|
</div> |
|
|
|
|
<div class="aui-content"> |
|
|
|
|
<h1 class="text-white bg-blue-500 p-2 rounded-t font-bold text-center">标题</h1> |
|
|
|
|
<div class="aui-title text-white text-center">小康管家 你的超级助手</div> |
|
|
|
|
<div class="aui-container"> |
|
|
|
|
<div class="aui-form"> |
|
|
|
|
<div class="aui-image"> |
|
|
|
@ -192,6 +192,15 @@
@@ -192,6 +192,15 @@
|
|
|
|
|
overflow: hidden; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.aui-title { |
|
|
|
|
position: fixed; |
|
|
|
|
top: 24%; |
|
|
|
|
width: 100%; |
|
|
|
|
font-size: 28px; |
|
|
|
|
font-weight: bold; |
|
|
|
|
user-select: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.aui-image { |
|
|
|
|
background-image: url(/@/assets/ssoLogin/kics/icon/login-ad.jpg); |
|
|
|
|
} |
|
|
|
@ -202,6 +211,7 @@
@@ -202,6 +211,7 @@
|
|
|
|
|
width: 100%; |
|
|
|
|
font-size: 17px; |
|
|
|
|
font-weight: bold; |
|
|
|
|
user-select: none; |
|
|
|
|
a { |
|
|
|
|
color: #FFFFFF; |
|
|
|
|
} |
|
|
|
@ -243,10 +253,6 @@
@@ -243,10 +253,6 @@
|
|
|
|
|
.aui-formBox{ |
|
|
|
|
background-color: @dark-bg !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.aui-form-nav .aui-flex-box{ |
|
|
|
|
color: #c9d1d9 !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
input.fix-auto-fill, |
|
|
|
|