|
@@ -71,8 +71,16 @@
|
|
|
<style lang="less">
|
|
|
|
|
|
.iot-login{
|
|
|
+ background-color: #F2EFEB;
|
|
|
+ padding: 8vh 7% 0;
|
|
|
+ height: 100%;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ // overflow: hidden;
|
|
|
.login-header{
|
|
|
- height: 90px !important;
|
|
|
+ height: 10vh;
|
|
|
+ min-height: 40px !important;
|
|
|
+ // height: 90px !important;
|
|
|
// .top-line{
|
|
|
// width: 100%;
|
|
|
// height: @iotHLineHeight;
|
|
@@ -114,14 +122,16 @@
|
|
|
}
|
|
|
.login-content{
|
|
|
width: 100%;
|
|
|
- height: calc(100vh - 90px - 122px);
|
|
|
+ // height: calc(100vh - 75px - 90px - 147px);
|
|
|
+ flex: 1;
|
|
|
// background: url('../../assets/login.png');
|
|
|
background-repeat: no-repeat;
|
|
|
background-size: cover;
|
|
|
background-position: center 100%;
|
|
|
position: relative;
|
|
|
.login-box{
|
|
|
- width: 440px;
|
|
|
+ // width: 440px;
|
|
|
+ width: 25%;
|
|
|
// min-height: 580px;
|
|
|
// background-color: #fff;
|
|
|
// padding: 40px;
|
|
@@ -135,9 +145,9 @@
|
|
|
}
|
|
|
.login-footer{
|
|
|
// height: 120px;
|
|
|
- padding: 25px 100px;
|
|
|
- background-color: #FBFAF9;
|
|
|
- // background-color: #F2EFEB;
|
|
|
+ // padding: 50px 100px 25px;
|
|
|
+ padding: 5.5vh 100px 25px;
|
|
|
+ background-color: #F2EFEB;
|
|
|
flex-direction: column;
|
|
|
.login-footer-text{
|
|
|
color: #a1a1a1;
|