登录页修改
parent
2e8e0ad62d
commit
ca32691858
Binary file not shown.
|
Before Width: | Height: | Size: 757 KiB After Width: | Height: | Size: 720 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 72 KiB |
|
|
@ -2,7 +2,7 @@
|
|||
<div class="login-out-div">
|
||||
<div class="login-image">
|
||||
<div class="image-content"></div>
|
||||
<div class="project-name">{{VITE_GLOB_APP_TITLE}}</div>
|
||||
<div class="project-name" :style="{ transform: `translateX(-50%) scale(${ratio})` }">{{VITE_GLOB_APP_TITLE}}</div>
|
||||
</div>
|
||||
<div class="login-form">
|
||||
<div class="content" :style="{ transform: `scale(${ratio})` }">
|
||||
|
|
@ -166,6 +166,12 @@
|
|||
background-size: 100% 100%;
|
||||
}
|
||||
.project-name{
|
||||
width: 827px;
|
||||
height: 95px;
|
||||
// width: calc(827 / 1920 * 100vw);
|
||||
// height: calc(95 / 1080 * 100vh);
|
||||
background-image: url('/public/login/login_project_name.png');
|
||||
background-size: 100% 100%;
|
||||
position: absolute;
|
||||
bottom: 150px;
|
||||
left: 50%;
|
||||
|
|
@ -175,6 +181,9 @@
|
|||
color: #FFFFFF;
|
||||
line-height: 95px;
|
||||
text-shadow: 3px 3px 0px #008D5D;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
.login-form {
|
||||
|
|
|
|||
Loading…
Reference in New Issue