|
|
@ -18,17 +18,18 @@ |
|
|
|
<!-- <AppLogo class="-enter-x" /> --> |
|
|
|
<img src="../../../assets/images/logomini.png" class="w-8/12 mt-20 mx-auto" /> |
|
|
|
<div class="my-auto"> |
|
|
|
<img :alt="title" src="../../../assets/svg/login-box-bg.png" class="w-full mx-auto" /> |
|
|
|
<div class="mt-10 font-medium text-white -enter-x"> |
|
|
|
<img :alt="title" src="../../../assets/svg/login-box-bg.png" class="w-full mx-auto mb-15" /> |
|
|
|
<div class="mb-10 font-medium text-white -enter-x"> |
|
|
|
<!-- <span class="inline-block mt-4 text-3xl"> {{ t('sys.login.signInTitle') }}</span> --> |
|
|
|
<span class="inline-block mt-4 text-3xl">AI辅助方案审核系统</span> |
|
|
|
<span class="inline-block text-3xl text-black">AI辅助方案审核系统</span> |
|
|
|
<div class="mb-15 font-normal text-red-600 -enter-x text-black"> |
|
|
|
本平台为互联网非涉密平台,严禁处理、传输国家秘密, |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- <div class="mt-5 font-normal text-white dark:text-gray-500 -enter-x"> |
|
|
|
{{ t('sys.login.signInDesc') }} |
|
|
|
</div> --> |
|
|
|
<div class="mt-5 font-normal text-white dark:text-gray-500 -enter-x"> |
|
|
|
欢迎使用本系统 |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="flex w-full h-full py-5 xl:h-auto xl:py-0 xl:my-0 xl:w-6/12"> |
|
|
@ -142,7 +143,7 @@ |
|
|
|
height: 100%; |
|
|
|
margin-left: -48%; |
|
|
|
// background-image: url('@/assets/svg/login-bg.svg'); |
|
|
|
background-image: url('@/assets/svg/login-bg.png'); |
|
|
|
background-image: url('@/assets/svg/login-bg1.png'); |
|
|
|
background-repeat: no-repeat; |
|
|
|
background-position: 100%; |
|
|
|
background-size: auto 100%; |
|
|
|