.login-container { position: relative; display: flex; align-items: center; width: 100%; height: 100%; background-image: url('/img/运输登录.jpg'); background-position: center center; background-repeat: no-repeat; background-size: cover; overflow: hidden; &::before { // content:' '; position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin-left: -48%; background-image: url('/img/运输登录.jpg'); background-position: 100%; background-repeat: no-repeat; background-size: auto 100%; } } .login-weaper { margin: 0 auto; width: 100%; display: flex; justify-content: flex-end; } .login-border { position: relative; min-height: 500px; align-items: center; display: flex; } .login-time { position: absolute; left: 25px; top: 25px; width: 100%; color: #fff; font-weight: 200; opacity: 0.9; font-size: 18px; overflow: hidden; font-weight: bold; } .login-border { border-left: none; border-top-right-radius: 5px; border-bottom-right-radius: 5px; color: #fff; width: 50%; box-sizing: border-box; } .login-main { margin: 0 auto; padding: 30px 50px; width: 70%; //box-shadow: -4px 5px 10px rgba(255, 255, 255, 0.4); box-sizing: border-box; background: white; } .login-main > h3 { margin-bottom: 20px; } .login-title { color: #000; margin-bottom: 50px; font-weight: bold; font-size: 28px; text-align: center; letter-spacing: 4px; } .login-menu { margin-top: 40px; width: 100%; text-align: center; a { color: #999; font-size: 12px; margin: 0px 8px; } } .login-submit { width: 100%; height: 45px; font-size: 18px; letter-spacing: 2px; font-weight: 300; cursor: pointer; margin-top: 30px; transition: 0.25s; background-color: #2c77f1; } .register-submit { width: 100%; height: 45px; font-size: 18px; letter-spacing: 2px; font-weight: 300; cursor: pointer; margin-top: 30px; margin-left: 0 !important; transition: 0.25s; } .login-form { margin: 10px 0; i { color: #333; } .el-input { input { text-indent: 5px; } .el-input__wrapper { padding: 5px 10px; border-radius: 0; } .el-input__suffix, .el-input__prefix { display: flex; align-items: center; text-align: center; } .el-input__prefix { margin-left: 8px; } } } .login-code { width: 100%; } .login-code-wrap { display: flex; align-items: stretch; width: 100%; gap: 10px; .el-input { flex: 1; } } .login-code-box { width: 130px; height: 38px; flex: none; border: 1px solid #dcdfe6; border-radius: 4px; overflow: hidden; cursor: pointer; background: #fff; display: flex; align-items: center; justify-content: center; transition: border-color 0.2s; &:hover { border-color: #409eff; } } .login-code-img { width: 100%; height: 100%; object-fit: fill; display: block; user-select: none; }