|
@@ -2,7 +2,7 @@
|
|
|
<div class="iot-login">
|
|
|
<!-- 头部 -->
|
|
|
<div class="login-header">
|
|
|
- <div class="top-line"></div>
|
|
|
+ <!-- <div class="top-line"></div> -->
|
|
|
<div class="iotmenu-header-content">
|
|
|
<!-- <span class="iotmenu-header-text">联锁管理系统</span> -->
|
|
|
<div class="logo-img" :style="{backgroundImage: `url(${loginConfig.logoPic})`}"></div>
|
|
@@ -15,7 +15,10 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- 尾部 -->
|
|
|
- <div class="login-footer">
|
|
|
+ <div class="login-footer u-flex">
|
|
|
+ <div class="login-footer-text">网址:{{ loginConfig.companyUrl }}</div>
|
|
|
+ <div class="login-footer-text">地址:{{ loginConfig.companyAddress }}</div>
|
|
|
+ <div class="login-footer-text">电话:{{ loginConfig.companyTelephone }}</div>
|
|
|
<div class="login-footer-text">{{ loginConfig.companyCopyright }}</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -66,32 +69,28 @@
|
|
|
@iotTpmFontColor: #323233;
|
|
|
@iotTpmContentBg: #FAFAFA;
|
|
|
|
|
|
-@iotHContentHeight: 48px;
|
|
|
-@iotHLineHeight: 8px;
|
|
|
-@iotHHeight: 56px;
|
|
|
-
|
|
|
.iot-login{
|
|
|
.login-header{
|
|
|
- height: @iotHHeight !important;
|
|
|
- .top-line{
|
|
|
- width: 100%;
|
|
|
- height: @iotHLineHeight;
|
|
|
- background: linear-gradient(90deg,#019ff3,#004280);
|
|
|
- }
|
|
|
+ height: 90px !important;
|
|
|
+ // .top-line{
|
|
|
+ // width: 100%;
|
|
|
+ // height: @iotHLineHeight;
|
|
|
+ // background: linear-gradient(90deg,#019ff3,#004280);
|
|
|
+ // }
|
|
|
.iotmenu-header-content{
|
|
|
- height: @iotHContentHeight !important;
|
|
|
- line-height: @iotHContentHeight !important;
|
|
|
- background-color: #fff !important;
|
|
|
- color: rgba(0,0,0,65) !important;
|
|
|
- box-shadow: 0 2px 4px 0 rgba(50,50,51,.5) !important;
|
|
|
+ height: 100% !important;
|
|
|
+ line-height: 100% !important;
|
|
|
+ background-color: #FBFAF9 !important;
|
|
|
+ // color: rgba(0,0,0,65) !important;
|
|
|
+ // box-shadow: 0 2px 4px 0 rgba(50,50,51,.5) !important;
|
|
|
z-index: 999 !important;
|
|
|
padding: 0 !important;
|
|
|
position: relative;
|
|
|
- .user-wrapper{
|
|
|
- .avatar{
|
|
|
- margin: 0 10px 0 0 !important;
|
|
|
- }
|
|
|
- }
|
|
|
+ // .user-wrapper{
|
|
|
+ // .avatar{
|
|
|
+ // margin: 0 10px 0 0 !important;
|
|
|
+ // }
|
|
|
+ // }
|
|
|
.logo-img{
|
|
|
width: calc(100% - 50px);
|
|
|
height: 26px;
|
|
@@ -114,31 +113,34 @@
|
|
|
}
|
|
|
.login-content{
|
|
|
width: 100%;
|
|
|
- height: calc(100vh - 38px - 56px);
|
|
|
+ height: calc(100vh - 90px - 122px);
|
|
|
// background: url('../../assets/login.png');
|
|
|
background-repeat: no-repeat;
|
|
|
background-size: cover;
|
|
|
- background-position: center 50%;
|
|
|
+ background-position: center 100%;
|
|
|
position: relative;
|
|
|
.login-box{
|
|
|
- width: 400px;
|
|
|
- min-height: 580px;
|
|
|
- background-color: #fff;
|
|
|
- padding: 40px;
|
|
|
- box-shadow: 0 0 10px rgba(0,0,0,.25);
|
|
|
- border-radius: 4px;
|
|
|
+ width: 440px;
|
|
|
+ // min-height: 580px;
|
|
|
+ // background-color: #fff;
|
|
|
+ // padding: 40px;
|
|
|
+ // box-shadow: 0 0 10px rgba(0,0,0,.25);
|
|
|
+ // border-radius: 4px;
|
|
|
position: absolute;
|
|
|
- top: 50%;
|
|
|
- right: 30%;
|
|
|
+ top: 60%;
|
|
|
+ right: 20%;
|
|
|
transform: translate(50%, -50%);
|
|
|
}
|
|
|
}
|
|
|
.login-footer{
|
|
|
- height: 38px;
|
|
|
- padding-left: 37px;
|
|
|
+ // height: 120px;
|
|
|
+ padding: 25px 80px;
|
|
|
+ background-color: #FBFAF9;
|
|
|
+ // background-color: #F2EFEB;
|
|
|
+ flex-direction: column;
|
|
|
.login-footer-text{
|
|
|
color: #a1a1a1;
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 12px;
|
|
|
}
|
|
|
}
|
|
|
}
|