10 lines
226 B
CSS
10 lines
226 B
CSS
/* 注册页只保留单页差异,公共认证卡片样式在 public.css */
|
|
.page-register .auth-links {
|
|
justify-content: center;
|
|
}
|
|
|
|
@media (max-width: 720px) {
|
|
.page-register .auth-layout {
|
|
align-items: start;
|
|
}
|
|
} |