| | |
| | | .login { |
| | | height: 100%; |
| | | background: url('../assets/background.svg'); |
| | | background-color: #f0f2f5; |
| | | |
| | | //background: url('../assets/background.svg'); |
| | | background: url("../assets/img/login-bj.jpg") no-repeat center; |
| | | background-size: 100% 100%; |
| | | .login-main-box{ |
| | | display: flex; |
| | | box-shadow: 0 6px 6px rgba(34,66,168,0.38); |
| | | .login-img{ |
| | | width: 20vw; |
| | | height: 35vw; |
| | | img{ |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | | } |
| | | .login-form{ |
| | | width: 44vw; |
| | | height: 35vw; |
| | | background: #fff; |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | .login-form-inside{ |
| | | width: 60%; |
| | | } |
| | | } |
| | | } |
| | | .ivu-tabs-nav-container { |
| | | line-height: 2; |
| | | font-size: 17px; |
| | |
| | | .other-login { |
| | | margin-top: 3vh; |
| | | } |
| | | .login-btn{ |
| | | border-radius: 4vw; |
| | | box-shadow: 0 4px 4px rgba(0,118,255,0.31); |
| | | color: #fff; |
| | | height: 2.5vw; |
| | | } |
| | | |
| | | .icons { |
| | | display: flex; |
| | |
| | | display: flex; |
| | | flex-direction: column; |
| | | justify-content: space-between; |
| | | width: 368px; |
| | | height: 100%; |
| | | } |
| | | } |
| | | } |
| | | @media screen and (max-width: 960px){ |
| | | .login-img{ |
| | | width: 200px!important; |
| | | height: 345px!important; |
| | | img{ |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | | } |
| | | .login-form{ |
| | | width: 400px!important; |
| | | height: 345px!important; |
| | | //height: 36vw; |
| | | //background: #fff; |
| | | //display: flex; |
| | | //justify-content: center; |
| | | //align-items: center; |
| | | //.login-form-inside{ |
| | | // width: 60%; |
| | | //} |
| | | } |
| | | } |