fix: 注册失败提示
parent
da9a9f996a
commit
f962e587e6
@ -0,0 +1,27 @@
|
|||||||
|
@import "../../assets/variables.sass";
|
||||||
|
// 水平居中 + 垂直居中
|
||||||
|
.wrapper
|
||||||
|
background-size: cover;
|
||||||
|
width: 100%
|
||||||
|
height: 100%
|
||||||
|
min-height: 800px
|
||||||
|
.LoginForm
|
||||||
|
position: fixed;
|
||||||
|
left: 50%;
|
||||||
|
top: 30%;
|
||||||
|
width: 25rem;
|
||||||
|
margin-left: -12.5rem;
|
||||||
|
margin-top: -135px;
|
||||||
|
border: 1px solid #E6E6E6;
|
||||||
|
border-radius: .5rem;
|
||||||
|
.header
|
||||||
|
padding: 1.5rem 3rem;
|
||||||
|
border-bottom: 1px solid $border;
|
||||||
|
.title
|
||||||
|
font-size: 2rem;
|
||||||
|
.body
|
||||||
|
padding: 1.5rem 3rem;
|
||||||
|
.footer
|
||||||
|
padding: 1.5rem 3rem;
|
||||||
|
border-top: 1px solid $border;
|
||||||
|
|
Loading…
Reference in New Issue