Commit 31f3612d authored by wuhao's avatar wuhao 🎯

logo update

parent 381d714f
......@@ -10,7 +10,7 @@ export default defineConfig({
theme: {
algorithm: theme.darkAlgorithm,
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 {
min-width: 100px !important;
width: 100% !important;
max-width: 278px;
}
.ant-pro-form-login-container {
padding-top: 88px !important;
padding-top: 6vh !important;
}
.bg {
height: 100%;
overflow: hidden;
position: relative;
background-image: linear-gradient(
145deg,
#1e1373 0%,
#2a1448 50%,
#1e1373 100%
);
background-size: 400% 400%;
animation: bgmove 20s linear 0s infinite alternate forwards;
background: linear-gradient(to bottom, #142f4d, #657b90) !important;
.ant-pro-form-login-header {
height: auto !important;
......@@ -79,7 +73,7 @@
list-style: none;
width: 20px;
height: 20px;
background: rgb(255 255 255 / 2%);
background: rgb(255 255 255 / 4%);
animation: animate 25s linear infinite;
bottom: -150px;
}
......@@ -172,3 +166,18 @@
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