6 changed files with 53 additions and 10 deletions
@ -1,10 +1,42 @@
|
||||
.login { |
||||
height: 100vh; |
||||
background-color:goldenrod; |
||||
background-color:#fff; |
||||
|
||||
.ceiling { |
||||
height: 75px; |
||||
} |
||||
.title-line { |
||||
padding: 6px 39px; |
||||
} |
||||
.title-1 { |
||||
font-size: 36px; |
||||
color: #EE914E; |
||||
font-weight: bold; |
||||
} |
||||
.title-2 { |
||||
font-size: 14px; |
||||
} |
||||
|
||||
.input-wrap { |
||||
display: flex; |
||||
justify-content: center; |
||||
// align-items: center; |
||||
margin: 37.5px 0; |
||||
} |
||||
.input-icon { |
||||
margin-right: 16px; |
||||
height: 36px; |
||||
width: 36px; |
||||
padding: 4px 0; |
||||
} |
||||
.input-1 { |
||||
width: 560px; |
||||
box-sizing: border-box; |
||||
width: 307px; |
||||
height: 42px; |
||||
border-radius: 16px; |
||||
text-align: center; |
||||
border: 1px solid #000; |
||||
font-size: 18px; |
||||
padding: 5px 20px; |
||||
box-shadow: 0px 4px 10px rgba($color: #000000, $alpha: 0.3); |
||||
} |
||||
} |
||||
Loading…
Reference in new issue