-
-
+
+
{
.login {
height: 98vh;
position: relative;
- background: center / cover url('@/assets/images/login/login_bg.jpg') no-repeat;
+ background: center / cover url('@/assets/images/login/login_bg.png') no-repeat;
+ .titleBox {
+ font-size: 32px;
+ font-weight: bold;
+ display: flex;
+ color: #fff;
+ align-items: center;
+ position: fixed;
+ top: 40px;
+ left: 30px;
+ .col {
+ width: 1px;
+ height: 30px;
+ background-color: #fff;
+ margin-right: 20px;
+ }
+
+ .text {
+ font-size: 26px;
+ // margin-top: 10px;
+ }
+ }
.container {
width: 380px;
position: absolute;
@@ -114,26 +135,6 @@ const handleLogin = () => {
left: 50%;
transform: translate(-50%, -50%);
- .titleBox {
- font-size: 32px;
- font-weight: bold;
- display: flex;
- color: #fff;
- align-items: center;
-
- .col {
- width: 1px;
- height: 86px;
- background-color: #fff;
- margin-right: 38px;
- }
-
- .text {
- font-size: 26px;
- margin-top: 10px;
- }
- }
-
.login-form {
width: 380px;
margin: 60px 0;