静态图
This commit is contained in:
@@ -109,7 +109,7 @@ const handleSubmit = () => {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
background-image: url('https://images.unsplash.com/photo-1506744038136-46273834b3fb?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80');
|
||||
background-image: url('/forgot-password-bg.avif');
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
}
|
||||
@@ -184,4 +184,4 @@ const handleSubmit = () => {
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@@ -87,7 +87,7 @@ const handleGuestAccess = () => {
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
overflow: hidden; /* Prevent scrolling */
|
||||
background-image: url('https://images.unsplash.com/photo-1506744038136-46273834b3fb?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80');
|
||||
background-image: url('/login-bg.avif');
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
}
|
||||
@@ -237,4 +237,4 @@ const handleGuestAccess = () => {
|
||||
background-color: rgba(255, 255, 255, 0.9) !important;
|
||||
border-radius: 10px !important;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@@ -181,7 +181,7 @@ const handleRegister = async () => {
|
||||
width: 100vw;
|
||||
overflow-y: auto; /* Allow scrolling only if card is too tall */
|
||||
padding: 40px 0;
|
||||
background-image: url('https://images.unsplash.com/photo-1506744038136-46273834b3fb?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80');
|
||||
background-image: url('/register-bg.avif');
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
}
|
||||
@@ -296,4 +296,4 @@ const handleRegister = async () => {
|
||||
height: 45px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@@ -160,7 +160,7 @@ const handleSubmit = () => {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
background-image: url('https://images.unsplash.com/photo-1506744038136-46273834b3fb?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80');
|
||||
background-image: url('/reset-password-bg.avif');
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
}
|
||||
@@ -214,4 +214,4 @@ const handleSubmit = () => {
|
||||
margin-top: 1rem;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user