Commit 31f3612d authored by wuhao's avatar wuhao 🎯

logo update

parent 381d714f
...@@ -10,7 +10,7 @@ export default defineConfig({ ...@@ -10,7 +10,7 @@ export default defineConfig({
theme: { theme: {
algorithm: theme.darkAlgorithm, algorithm: theme.darkAlgorithm,
token: { token: {
colorPrimary: '#4ddaec', colorPrimary: '#3878e4',
}, },
}, },
}, },
......
public/logo.png

98.1 KB | W: | H:

public/logo.png

17.1 KB | W: | H:

public/logo.png
public/logo.png
public/logo.png
public/logo.png
  • 2-up
  • Swipe
  • Onion skin
This diff is collapsed.
.ant-pro-form-login-main { .ant-pro-form-login-main {
min-width: 100px !important; min-width: 100px !important;
width: 100% !important; width: 100% !important;
max-width: 278px;
} }
.ant-pro-form-login-container { .ant-pro-form-login-container {
padding-top: 88px !important; padding-top: 6vh !important;
} }
.bg { .bg {
height: 100%; height: 100%;
overflow: hidden; overflow: hidden;
position: relative; position: relative;
background-image: linear-gradient( background: linear-gradient(to bottom, #142f4d, #657b90) !important;
145deg,
#1e1373 0%,
#2a1448 50%,
#1e1373 100%
);
background-size: 400% 400%;
animation: bgmove 20s linear 0s infinite alternate forwards;
.ant-pro-form-login-header { .ant-pro-form-login-header {
height: auto !important; height: auto !important;
...@@ -79,7 +73,7 @@ ...@@ -79,7 +73,7 @@
list-style: none; list-style: none;
width: 20px; width: 20px;
height: 20px; height: 20px;
background: rgb(255 255 255 / 2%); background: rgb(255 255 255 / 4%);
animation: animate 25s linear infinite; animation: animate 25s linear infinite;
bottom: -150px; bottom: -150px;
} }
...@@ -172,3 +166,18 @@ ...@@ -172,3 +166,18 @@
border-radius: 50%; border-radius: 50%;
} }
} }
.nologin {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
height: 60vh;
> img {
width: 116px;
height: 116px;
object-fit: cover;
}
h2{
color: #fff
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment