liujiangyong
2 years ago
5 changed files with 82 additions and 6 deletions
@ -1,6 +1,35 @@ |
|||
.page { |
|||
height: 100vh; |
|||
width: 100vw; |
|||
page { |
|||
background-color: #f6f6f6; |
|||
font-size: 28px; |
|||
|
|||
.phone { |
|||
height: 96px; |
|||
background-color: #fff; |
|||
margin: 20px auto; |
|||
display: flex; |
|||
justify-content: left; |
|||
align-items: center; |
|||
|
|||
.title { |
|||
margin-left: 30px; |
|||
} |
|||
} |
|||
|
|||
.pswd { |
|||
height: 96px; |
|||
background-color: #fff; |
|||
margin-bottom: 5px; |
|||
display: flex; |
|||
justify-content: left; |
|||
align-items: center; |
|||
|
|||
.title { |
|||
margin-left: 30px; |
|||
} |
|||
} |
|||
|
|||
.btn { |
|||
width: 70%; |
|||
margin: 80px auto; |
|||
} |
|||
} |
@ -0,0 +1,26 @@ |
|||
page { |
|||
background-color: #f6f6f6; |
|||
|
|||
.box { |
|||
background-color: #fff; |
|||
height: 360px; |
|||
display: flex; |
|||
flex-direction: column; |
|||
justify-content: center; |
|||
align-items: center; |
|||
|
|||
.img { |
|||
width: 160px; |
|||
height: 160px; |
|||
} |
|||
|
|||
.text { |
|||
margin-top: 32px; |
|||
} |
|||
} |
|||
|
|||
.btn { |
|||
width: 70%; |
|||
margin: 80px auto; |
|||
} |
|||
} |
After Width: | Height: | Size: 1.6 KiB |
Loading…
Reference in new issue