Files
cozsweet-frontend-nextjs/src/app/auth/components/auth-background.module.css
T

15 lines
235 B
CSS

/* Auth 背景图片容器(与 splash-background.module.css 同款) */
.bg {
position: absolute;
inset: 0;
z-index: 0;
background: #fbf1f2;
overflow: hidden;
}
.image {
object-fit: cover;
object-position: center;
}