-
Notifications
You must be signed in to change notification settings - Fork 256
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
chibing.fy
committed
Jul 22, 2019
1 parent
c757cbf
commit f9d5525
Showing
4 changed files
with
50 additions
and
17 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
src/components/account/LoginForm.sass~3c31491... fix: 同步 github 上的跳转 bug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters