@import '~antd/es/style/themes/default.less'; .videLayer { width: 100%; height: 100%; position: absolute; top: 0; left: 0; object-fit: fill; } .inner { position: absolute; width: 100%; height: 84%; @keyframes loginTimeShow { 0% { opacity: 1; left: 50%; top: 50%; transform: translate(-50%, -50%); zoom: 2; } 50% { opacity: 1; top: 28px; left: 45px; transform: translate(0, 0); zoom: 1; } 60% { opacity: 1; left: 45px; top: 28px; transform: translate(0, 0); } 70% { opacity: 1; left: 45px; top: 28px; transform: translate(0, 0); } 75% { opacity: 1; left: 45px; top: 28px; transform: translate(0, 0); } 100% { opacity: 1; left: 45px; top: 28px; transform: translate(0, 0); } } // logo及标题 .loginTime { position: absolute; top: 50%; left: 50%; display: flex; align-items: center; justify-content: center; opacity: 1; transform: translate(-50%, -50%); &.newYearLoginTime { position: absolute!important; top: 28px!important; left: 45px!important; display: flex; align-items: center; justify-content: center; z-index: 100; transform: inherit!important; } img[role='logo'] { height: 40px; vertical-align: middle; } &.loginTimeShow { animation-name: loginTimeShow; animation-duration: 1s; animation-iteration-count: 1; animation-fill-mode: forwards; } .titleCase { display: flex; flex-direction: column; margin: -5px 0 0 20px; max-width: 570px; .title, .subtitle { font-family: 'Microsoft YaHei'; text-align: left; overflow-wrap: break-word; color: #ffffff; } .title { font-size: 28px; } .subtitle { font-size: 12px; line-height: 1; } } } // 时间 .timeCase { .time, .dayofweek, .date { position: absolute; font-family: 'MicrosoftYaHeiUI'; color: rgba(255, 255, 255, 1); } .time { top: 26px; right: 180px; font-size: 40px; } .dayofweek { top: 32px; right: 125px; font-size: 16px; } .date { top: 57px; right: 95px; font-size: 14px; } } // 登录方式 .loginFunc { position: absolute; top: 0; right: 0; width: 58px; overflow: hidden; cursor: pointer; img { width: 100%; margin: 0 !important; } } .loginBlockWrapper { width: 100%; height: 100%; background-image: url(https://panda-water.com/web4/assets/images/login/workflow/智联新春背景.png); background-size: 100% 100%; background-repeat: no-repeat; } .login-block { width: 800px; position: absolute; left: 50%; top: 50%; margin-left: -400px; margin-top: -150px; display: flex; background: #ffffff; &.login-newYear-block { width: 994px!important; height: 424px!important; margin-left: -497px!important; margin-top: -212px!important; background: url(https://panda-water.com/web4/assets/images/login/workflow/%E6%99%BA%E8%81%94%E6%96%B0%E6%98%A5%E8%83%8C%E6%99%AF%E6%A1%86.png)!important; //width: 994px; //height: 424px; //position: absolute; //left: 50%; //top: 50%; //margin-left: -497px; //margin-top: -212px; //display: flex; background-size: 100% 100%; background-repeat: no-repeat; img { margin-top: 90px; margin-left: 168px; } .login-form { display: flex; align-items: center; margin-left: 32px; padding: 0; background: transparent; margin-top: -36px; // :global { // .ant-btn-primary { // background: #ff9600 !important; // border-color: #ff9600 !important; // } // } } } img { margin-top: 50px; margin-bottom: 50px; margin-left: 30px; } .login-form { padding: 50px 50px 50px; background-color: #ffffff; } .loginDisplay { .loginTab { color: @primary-6; } } .wxlogin_container{ position: absolute; width: 300px; height: 300px; background: #fff; top: 35px; right: 24px; } } .wechatQRcode { height: 300px; } } .caseHide { display: none !important ; } .footerCase { width: 100%; height: 16%; background: #fff; position: absolute; bottom: 0; left: 0; .quickMark { position: absolute; bottom: 48px; text-align: center; width: 100%; font-size: 12px; min-height: 71px; &-single { text-align: center; width: 120px; display: inline-block; span { &.Android { display: block; background-image: url(https://panda-water.cn/web4/assets/images/login/dark/Android1.png); width: 26px; height: 32px; margin: auto; margin-bottom: 6px; } &.Wechat { display: block; background-image: url(https://panda-water.cn/web4/assets/images/login/dark/Wechat1.png); width: 34px; height: 32px; margin: auto; margin-bottom: 6px; } &.iphone { display: block; background-image: url(https://panda-water.cn/web4/assets/images/login/dark/iphone1.png); width: 28px; height: 32px; margin: auto; margin-bottom: 6px; } } } .Android-single .Android-code, .iphone-single .iphone-code { margin: 0px 0px 10px 0px; width: 150px; height: 150px; background: #fff; padding: 5px; display: none; transform: translateX(-15px); } .icon-Container { height: 50px; cursor: pointer; } } .copyright { position: absolute; z-index: 2; text-align: center; width: 100%; bottom: 10px; font-size: 13pz; color: #000000; .frontIcon { margin-top: -5px; } a { color: #000000; } .addons { display: none; } .split { border-left: 1px solid #000000; margin: 0 8px; } .glyphicon-qrcode { vertical-align: text-top; } } }