dark
7 months ago
6 changed files with 408 additions and 518 deletions
-
18src/App.tsx
-
15src/components/avatar/index.tsx
-
123src/pages/login/index.css
-
22src/pages/login/index.tsx
-
7src/request.ts
-
27src/routes.tsx
@ -1,123 +0,0 @@ |
|||||
body { |
|
||||
margin: 0; |
|
||||
padding: 0; |
|
||||
font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif; |
|
||||
|
|
||||
overflow: hidden; |
|
||||
|
|
||||
.login-container { |
|
||||
display: flex; |
|
||||
align-items: center; |
|
||||
height: 100vh; |
|
||||
background-image: url("@/assets/login.png"); |
|
||||
background-repeat: no-repeat; |
|
||||
background-size: cover; |
|
||||
|
|
||||
|
|
||||
.language { |
|
||||
position: absolute; |
|
||||
top: 10px; |
|
||||
right: 10px; |
|
||||
color: #fff; |
|
||||
font-size: 14px; |
|
||||
cursor: pointer; |
|
||||
|
|
||||
} |
|
||||
|
|
||||
.loginBlock { |
|
||||
width: 100%; |
|
||||
height: 100%; |
|
||||
padding: 40px 0; |
|
||||
display: flex; |
|
||||
align-items: center; |
|
||||
justify-content: center; |
|
||||
} |
|
||||
|
|
||||
.innerBlock { |
|
||||
width: 356px; |
|
||||
margin: 0 auto; |
|
||||
} |
|
||||
|
|
||||
.logo { |
|
||||
height: 30px; |
|
||||
} |
|
||||
|
|
||||
.infoLine { |
|
||||
display: flex; |
|
||||
align-items: center; |
|
||||
justify-content: space-between; |
|
||||
margin: 0; |
|
||||
} |
|
||||
|
|
||||
.infoLeft { |
|
||||
color: #666; |
|
||||
font-size: 14px; |
|
||||
} |
|
||||
|
|
||||
.desc { |
|
||||
margin: 24px 0; |
|
||||
color: #999; |
|
||||
font-size: 16px; |
|
||||
cursor: pointer; |
|
||||
} |
|
||||
|
|
||||
.active { |
|
||||
color: #333; |
|
||||
font-weight: bold; |
|
||||
font-size: 24px; |
|
||||
} |
|
||||
|
|
||||
.line { |
|
||||
display: inline-block; |
|
||||
width: 1px; |
|
||||
height: 12px; |
|
||||
background: #999; |
|
||||
} |
|
||||
|
|
||||
.innerBeforeInput { |
|
||||
margin-left: 10px; |
|
||||
color: #999; |
|
||||
} |
|
||||
|
|
||||
.innerBeforeInput .line { |
|
||||
margin-left: 10px; |
|
||||
} |
|
||||
|
|
||||
.innerAfterInput { |
|
||||
margin-right: 10px; |
|
||||
color: #999; |
|
||||
} |
|
||||
|
|
||||
.innerAfterInput .line { |
|
||||
margin-right: 10px; |
|
||||
vertical-align: middle; |
|
||||
} |
|
||||
|
|
||||
.sendCode { |
|
||||
max-width: 65px; |
|
||||
margin-right: 10px; |
|
||||
} |
|
||||
|
|
||||
.otherLogin { |
|
||||
color: #666; |
|
||||
font-size: 14px; |
|
||||
} |
|
||||
|
|
||||
.icon { |
|
||||
margin-left: 10px; |
|
||||
} |
|
||||
|
|
||||
.link { |
|
||||
color: #5584ff; |
|
||||
font-size: 14px; |
|
||||
text-align: left; |
|
||||
} |
|
||||
|
|
||||
.submitBtn { |
|
||||
width: 100%; |
|
||||
} |
|
||||
} |
|
||||
|
|
||||
|
|
||||
} |
|
||||
|
|
Write
Preview
Loading…
Cancel
Save
Reference in new issue