|
@@ -10,7 +10,7 @@
|
|
|
<span class="-enter-x xl:hidden">
|
|
|
<AppLogo :alwaysShowTitle="true" />
|
|
|
</span>
|
|
|
-
|
|
|
+ <div class="suoyuan">[ 江门市公安局&五邑大学 ] 联合实验室提供技术支持</div>
|
|
|
<div class="container relative h-full py-2 mx-auto sm:px-10">
|
|
|
<div class="flex h-full">
|
|
|
<div class="hidden min-h-full pl-4 mr-4 xl:flex xl:flex-col xl:w-6/12">
|
|
@@ -246,4 +246,15 @@
|
|
|
background-repeat: no-repeat;
|
|
|
background-size: cover;
|
|
|
}
|
|
|
+ .suoyuan {
|
|
|
+ position: absolute;
|
|
|
+ bottom: 30px;
|
|
|
+ width: 100%;
|
|
|
+ font-size: 14px;
|
|
|
+ font-family: Microsoft YaHei, Microsoft YaHei;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #999999;
|
|
|
+ line-height: 30px;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
</style>
|