|
@@ -1,11 +1,14 @@
|
|
|
<template>
|
|
|
<div class="login-wrap">
|
|
|
<div class="logo" :class="{ logoleave: jumpAnimate }">
|
|
|
- <img src="@assets/img/icon_logo2.png" />
|
|
|
+ <!-- <img src="@assets/img/icon_logo2.png" /> -->
|
|
|
+ <!-- 演示用 -->
|
|
|
+ <!-- <img class="logoys" src="@assets/img/icon_logo2cs.png" /> -->
|
|
|
</div>
|
|
|
<div class="login-title">
|
|
|
- <h1 class="title-name">智慧社区管理平台</h1>
|
|
|
- <!-- <p class="title-lang">Smart community management platform</p> -->
|
|
|
+ <!-- <h1 class="title-name">智慧社区管理平台</h1> -->
|
|
|
+ <!-- 演示用 -->
|
|
|
+ <h1 class="title-name">智慧园区管理平台</h1>
|
|
|
<p class="title-lang">SMART COMMUNITY MANAGEMENT PLATFORM</p>
|
|
|
</div>
|
|
|
<div class="ms-login ms-login1" :class="{ 'ms-login1leave': jumpAnimate }" v-show="!isSelectTenant">
|
|
@@ -437,345 +440,4 @@ export default {
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
@import './style.scss';
|
|
|
-// /deep/.el-input__inner {
|
|
|
-// font-family: Microsoft YaHei;
|
|
|
-// height: 48px;
|
|
|
-// line-height: 10px;
|
|
|
-// border-radius: 6px;
|
|
|
-// background: #1d212a;
|
|
|
-// border: 1px solid rgba(255, 255, 255, 0.3);
|
|
|
-// color: #ffffff;
|
|
|
-// font-size: 16px;
|
|
|
-// font-weight: 400;
|
|
|
-// &:focus {
|
|
|
-// border: 1px solid #0eaeff;
|
|
|
-// border-radius: 6px;
|
|
|
-// }
|
|
|
-// // opacity: 0.3;
|
|
|
-// }
|
|
|
-// /deep/.el-form-item {
|
|
|
-// margin-bottom: 30px;
|
|
|
-// }
|
|
|
-
|
|
|
-// /deep/.el-tabs {
|
|
|
-// // position: relative;
|
|
|
-// // position: absolute;
|
|
|
-// // top: 10px;
|
|
|
-// width: 100%;
|
|
|
-// // padding: 0px 30px 30px 30px;
|
|
|
-// // height: 360px;
|
|
|
-// .el-tabs__header {
|
|
|
-// margin: 0;
|
|
|
-// }
|
|
|
-// .el-tabs__content {
|
|
|
-// .el-form .form-item {
|
|
|
-// }
|
|
|
-// }
|
|
|
-// .el-tabs__nav-wrap::after {
|
|
|
-// display: none;
|
|
|
-// }
|
|
|
-// .el-tabs__nav {
|
|
|
-// width: 100%;
|
|
|
-// .el-tabs__bar {
|
|
|
-// height: 0;
|
|
|
-// }
|
|
|
-// .el-tabs__active-bar {
|
|
|
-// background-color: transparent;
|
|
|
-// }
|
|
|
-// .el-tabs__item {
|
|
|
-// width: 50%;
|
|
|
-// color: #ffffff33;
|
|
|
-// text-align: center;
|
|
|
-// padding: 0;
|
|
|
-// }
|
|
|
-// .el-tabs__item.is-active {
|
|
|
-// color: #ffffff;
|
|
|
-// &::after {
|
|
|
-// display: block;
|
|
|
-// content: '';
|
|
|
-// position: absolute;
|
|
|
-// width: 48px;
|
|
|
-// left: 50%;
|
|
|
-// transform: translateX(-50%);
|
|
|
-// height: 2px;
|
|
|
-// background: #0eaeff;
|
|
|
-// bottom: 0;
|
|
|
-// }
|
|
|
-// }
|
|
|
-// }
|
|
|
-// }
|
|
|
-
|
|
|
-// /deep/ .right-tabbox-newnotice /deep/.el-tabs__nav-wrap::after {
|
|
|
-// position: static !important;
|
|
|
-// }
|
|
|
-
|
|
|
-// // 改版
|
|
|
-// // 动画
|
|
|
-
|
|
|
-// @-webkit-keyframes lightfadeout {
|
|
|
-// 0% {
|
|
|
-// opacity: 0;
|
|
|
-// }
|
|
|
-// 100% {
|
|
|
-// opacity: 1;
|
|
|
-// }
|
|
|
-// }
|
|
|
-// @keyframes lightfadeout {
|
|
|
-// 0% {
|
|
|
-// opacity: 0;
|
|
|
-// }
|
|
|
-// 100% {
|
|
|
-// opacity: 1;
|
|
|
-// }
|
|
|
-// }
|
|
|
-// @-webkit-keyframes lightfadeoutleave {
|
|
|
-// 0% {
|
|
|
-// opacity: 1;
|
|
|
-// }
|
|
|
-// 100% {
|
|
|
-// opacity: 0;
|
|
|
-// }
|
|
|
-// }
|
|
|
-// @keyframes lightfadeoutleave {
|
|
|
-// 0% {
|
|
|
-// opacity: 1;
|
|
|
-// }
|
|
|
-// 100% {
|
|
|
-// opacity: 0;
|
|
|
-// }
|
|
|
-// }
|
|
|
-
|
|
|
-// .login-wrap .logo {
|
|
|
-// position: absolute;
|
|
|
-// top: 120px;
|
|
|
-// left: 130px;
|
|
|
-// margin: 0;
|
|
|
-// opacity: 0;
|
|
|
-// animation-name: lightfadeout;
|
|
|
-// animation-duration: 0.267s;
|
|
|
-// animation-timing-function: linear;
|
|
|
-// animation-delay: 1.267s;
|
|
|
-// animation-iteration-count: 1;
|
|
|
-// animation-fill-mode: forwards;
|
|
|
-// }
|
|
|
-// .login-wrap .logo > img {
|
|
|
-// width: 150px;
|
|
|
-// height: 40px;
|
|
|
-// }
|
|
|
-// .login-wrap .logoleave {
|
|
|
-// opacity: 1;
|
|
|
-// animation-name: lightfadeoutleave;
|
|
|
-// animation-duration: 0.267s;
|
|
|
-// animation-timing-function: linear;
|
|
|
-// animation-delay: 0.3s;
|
|
|
-// animation-iteration-count: 1;
|
|
|
-// animation-fill-mode: forwards;
|
|
|
-// }
|
|
|
-// .ms-login1 {
|
|
|
-// opacity: 0;
|
|
|
-// animation-name: lightfadeout;
|
|
|
-// animation-duration: 0.5s;
|
|
|
-// animation-timing-function: linear;
|
|
|
-// animation-delay: 0.5s;
|
|
|
-// animation-iteration-count: 1;
|
|
|
-// animation-fill-mode: forwards;
|
|
|
-// }
|
|
|
-// .ms-login1leave {
|
|
|
-// opacity: 1;
|
|
|
-// animation-name: lightfadeoutleave;
|
|
|
-// animation-duration: 0.5s;
|
|
|
-// animation-timing-function: linear;
|
|
|
-// animation-delay: 0.5s;
|
|
|
-// animation-iteration-count: 1;
|
|
|
-// animation-fill-mode: forwards;
|
|
|
-// }
|
|
|
-
|
|
|
-// /deep/.el-input__inner {
|
|
|
-// &::placeholder {
|
|
|
-// font-size: 16px;
|
|
|
-// font-family: Microsoft YaHei;
|
|
|
-// font-weight: 400;
|
|
|
-// color: #ffffff33;
|
|
|
-// }
|
|
|
-// }
|
|
|
-
|
|
|
-// .prefix-img {
|
|
|
-// height: 18px;
|
|
|
-// position: absolute;
|
|
|
-// top: 15px;
|
|
|
-// padding: 0 10px 0 14px;
|
|
|
-// }
|
|
|
-// .center-middle {
|
|
|
-// width: 1660px;
|
|
|
-// height: 430px;
|
|
|
-// position: absolute;
|
|
|
-// top: 23%;
|
|
|
-// left: 50%;
|
|
|
-// transform: translate(-50%, -50%);
|
|
|
-// }
|
|
|
-
|
|
|
-// .suffix-img {
|
|
|
-// position: absolute;
|
|
|
-// top: 15px;
|
|
|
-// right: 0;
|
|
|
-// padding: 0 10px 0 14px;
|
|
|
-// }
|
|
|
-// /deep/.el-input--prefix .el-input__inner {
|
|
|
-// padding-left: 44px;
|
|
|
-// }
|
|
|
-// .login-wrap .ms-main .form-item .codeImg-item {
|
|
|
-// width: 110px;
|
|
|
-// height: 34px;
|
|
|
-// background: #97a3c1;
|
|
|
-// opacity: 0.8;
|
|
|
-// border-radius: 4px;
|
|
|
-// }
|
|
|
-// .login-wrap .ms-main .form-item .sms-code {
|
|
|
-// border-left: 1px solid rgba(38, 133, 242, 0.3);
|
|
|
-// padding-left: 26px;
|
|
|
-// font-size: 16px;
|
|
|
-// font-family: Microsoft YaHei;
|
|
|
-// font-weight: 400;
|
|
|
-// color: rgba(14, 174, 255, 1);
|
|
|
-// }
|
|
|
-// .login-wrap .ms-main .form-item .sms-code-notime {
|
|
|
-// width: 110px;
|
|
|
-// padding-left: 10px;
|
|
|
-// }
|
|
|
-// .login-wrap .ms-main .form-item .sms-code-istime {
|
|
|
-// font-size: 16px;
|
|
|
-// font-family: Microsoft YaHei;
|
|
|
-// font-weight: 400;
|
|
|
-// color: rgba(255, 255, 255, 0.4);
|
|
|
-// }
|
|
|
-// .login-wrap .ms-main .btn {
|
|
|
-// border: none;
|
|
|
-// }
|
|
|
-
|
|
|
-// .define-el-select {
|
|
|
-// /deep/ .el-input__suffix {
|
|
|
-// display: none;
|
|
|
-// }
|
|
|
-// }
|
|
|
-// .login-wrap .ms-main .form-item .btn-select {
|
|
|
-// padding: 0 10px 0 20px;
|
|
|
-// pointer-events: none;
|
|
|
-// img {
|
|
|
-// width: 18px;
|
|
|
-// height: 18px;
|
|
|
-// }
|
|
|
-// }
|
|
|
-
|
|
|
-// .login-wrap {
|
|
|
-// min-width: 1280px;
|
|
|
-// width: 100%;
|
|
|
-// height: 100%;
|
|
|
-// background: url(../../assets/img/loginPop/bg.png) center no-repeat;
|
|
|
-// background-size: cover;
|
|
|
-// overflow: hidden;
|
|
|
-// position: relative;
|
|
|
-// .ms-login {
|
|
|
-// position: absolute;
|
|
|
-// top: 50%;
|
|
|
-// right: 215px;
|
|
|
-// transform: translateY(-50%);
|
|
|
-// }
|
|
|
-// .login-title {
|
|
|
-// position: absolute;
|
|
|
-// top: 226px;
|
|
|
-// left: 130px;
|
|
|
-// color: white;
|
|
|
-// font-family: PingFangSC-Semibold;
|
|
|
-// .title-name {
|
|
|
-// font-size: 60px;
|
|
|
-// }
|
|
|
-// .title-lang {
|
|
|
-// font-size: 17.5px;
|
|
|
-// display: inline-block;
|
|
|
-// // margin-left: 60px;
|
|
|
-// // transform: scale(1.35, 0.9);
|
|
|
-// // -ms-transform: scale(1.35, 0.9);
|
|
|
-// // -webkit-transform: scale(1.35, 0.9);
|
|
|
-// // -moz-transform: scale(1.35, 0.9);
|
|
|
-// // -o-transform: scale(1.35, 0.9);
|
|
|
-// margin-left: 30px;
|
|
|
-// transform: scale(1.15, 0.8);
|
|
|
-// -ms-transform: scale(1.15, 0.8);
|
|
|
-// -webkit-transform: scale(1.15, 0.8);
|
|
|
-// -moz-transform: scale(1.15, 0.8);
|
|
|
-// -o-transform: scale(1.15, 0.8);
|
|
|
-// }
|
|
|
-// }
|
|
|
-// .ms-main {
|
|
|
-// width: 400px;
|
|
|
-// border: 1px solid rgba(240, 238, 241, 0.2);
|
|
|
-// border-radius: 10px;
|
|
|
-// opacity: 0.8;
|
|
|
-// height: 468px;
|
|
|
-// background: linear-gradient(0deg, #101327 0%, #29314c 100%);
|
|
|
-// box-shadow: 0px 10px 80px 0px rgba(0, 0, 0, 0.15);
|
|
|
-// .login-topImg,
|
|
|
-// .login-buttonImg {
|
|
|
-// width: 100%;
|
|
|
-// text-align: center;
|
|
|
-// }
|
|
|
-// .login-buttonImg {
|
|
|
-// position: absolute;
|
|
|
-// bottom: 0;
|
|
|
-// }
|
|
|
-// .login-body {
|
|
|
-// padding: 15px 30px 0 30px;
|
|
|
-// .tips {
|
|
|
-// color: #f25050;
|
|
|
-// font-size: 14px;
|
|
|
-// display: inline-block;
|
|
|
-// margin-bottom: 10px;
|
|
|
-// }
|
|
|
-// .btn {
|
|
|
-// width: 100%;
|
|
|
-// background: linear-gradient(-90deg, #0098ef 0%, #0eaeff 100%);
|
|
|
-// border-radius: 6px;
|
|
|
-// height: 48px;
|
|
|
-// font-size: 20px;
|
|
|
-// font-family: Microsoft YaHei;
|
|
|
-// font-weight: 400;
|
|
|
-// color: #ffffff;
|
|
|
-// }
|
|
|
-// .remember {
|
|
|
-// margin-bottom: 30px;
|
|
|
-// }
|
|
|
-// }
|
|
|
-// .form-item {
|
|
|
-// margin: 24px 0;
|
|
|
-// height: 48px;
|
|
|
-// display: flex;
|
|
|
-// align-items: center;
|
|
|
-// position: relative;
|
|
|
-// .codeImg {
|
|
|
-// position: absolute;
|
|
|
-// right: 10px;
|
|
|
-// }
|
|
|
-// .code {
|
|
|
-// border-left: 1px solid #2887f2;
|
|
|
-// height: 20px;
|
|
|
-// line-height: 0px;
|
|
|
-// padding-left: 10px;
|
|
|
-// }
|
|
|
-// .el-select {
|
|
|
-// width: 100%;
|
|
|
-// }
|
|
|
-// .icon {
|
|
|
-// position: absolute;
|
|
|
-// top: 18px;
|
|
|
-// left: 6px;
|
|
|
-// }
|
|
|
-// }
|
|
|
-// }
|
|
|
-// }
|
|
|
-// .paTop10 {
|
|
|
-// padding-top: 10px;
|
|
|
-// }
|
|
|
-// .mgTop16 {
|
|
|
-// margin-top: 16px;
|
|
|
-// }
|
|
|
</style>
|