Commit 6515f965 authored by 刘怀志's avatar 刘怀志

分辨率修改

parent 36397fd3
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
width: 1920px; width: 1920px;
height: 953px; height: 923px;
background-image: url("../../assets/image/login-bg.png"); background-image: url("../../assets/image/login-bg.png");
background-size: cover; background-size: cover;
.el-checkbox__input.is-checked .el-checkbox__inner{ .el-checkbox__input.is-checked .el-checkbox__inner{
...@@ -33,6 +33,8 @@ ...@@ -33,6 +33,8 @@
justify-content: center; justify-content: center;
width: 100%; width: 100%;
.login_form_logo{ .login_form_logo{
background-repeat: no-repeat;
background-size: 100%;
width: 319px; width: 319px;
height: 39px; height: 39px;
background-image: url("../../assets/image/loginLogo.png"); background-image: url("../../assets/image/loginLogo.png");
...@@ -78,6 +80,8 @@ ...@@ -78,6 +80,8 @@
height: 560px; height: 560px;
background-image: url("../../assets/image/loginForm-bg.png"); background-image: url("../../assets/image/loginForm-bg.png");
border-radius: 20px; border-radius: 20px;
background-repeat: no-repeat;
background-size: 100%;
.login-form-content{ .login-form-content{
display: flex; display: flex;
flex-direction: column; flex-direction: column;
......
...@@ -11,6 +11,8 @@ ...@@ -11,6 +11,8 @@
justify-content: center; justify-content: center;
width: 100%; width: 100%;
.login_form_logo{ .login_form_logo{
background-repeat: no-repeat;
background-size: 100%;
width: 64px; width: 64px;
height: 64px; height: 64px;
background-image: url("../../assets/themeBImage/login_logo.png"); background-image: url("../../assets/themeBImage/login_logo.png");
...@@ -53,6 +55,8 @@ ...@@ -53,6 +55,8 @@
background: #ffffff no-repeat; background: #ffffff no-repeat;
background-size: 59%; background-size: 59%;
background-position-y: 57px; background-position-y: 57px;
background-repeat: no-repeat;
background-size: 100%;
.login-form-content{ .login-form-content{
padding-top: 35px; padding-top: 35px;
width: 100%; width: 100%;
......
...@@ -12,6 +12,8 @@ ...@@ -12,6 +12,8 @@
justify-content: center; justify-content: center;
width: 100%; width: 100%;
.login_form_logo{ .login_form_logo{
background-repeat: no-repeat;
background-size: 100%;
width: 64px; width: 64px;
height: 64px; height: 64px;
background-image: url("../../assets/themeCImage/login_logo.png"); background-image: url("../../assets/themeCImage/login_logo.png");
......
...@@ -12,6 +12,8 @@ ...@@ -12,6 +12,8 @@
justify-content: center; justify-content: center;
width: 100%; width: 100%;
.login_form_logo{ .login_form_logo{
background-repeat: no-repeat;
background-size: 100%;
width: 64px; width: 64px;
height: 64px; height: 64px;
background-image: url("../../assets/themeDImage/login_logo.png"); background-image: url("../../assets/themeDImage/login_logo.png");
......
...@@ -12,6 +12,8 @@ ...@@ -12,6 +12,8 @@
justify-content: center; justify-content: center;
width: 100%; width: 100%;
.login_form_logo{ .login_form_logo{
background-repeat: no-repeat;
background-size: 100%;
width: 64px; width: 64px;
height: 64px; height: 64px;
background-image: url("../../assets/image/login_logo.png"); background-image: url("../../assets/image/login_logo.png");
......
...@@ -13,6 +13,8 @@ ...@@ -13,6 +13,8 @@
justify-content: center; justify-content: center;
width: 100%; width: 100%;
.login_form_logo{ .login_form_logo{
background-repeat: no-repeat;
background-size: 100%;
width: 64px; width: 64px;
height: 64px; height: 64px;
background-image: url("../../assets/image/login_logo.png"); background-image: url("../../assets/image/login_logo.png");
...@@ -63,6 +65,8 @@ ...@@ -63,6 +65,8 @@
width: 650px; width: 650px;
height: 550px; height: 550px;
padding: 25px 25px 5px 25px; padding: 25px 25px 5px 25px;
background-repeat: no-repeat;
background-size: 100%;
.login-form-content{ .login-form-content{
position: absolute; position: absolute;
top: 40%; top: 40%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment