Commit edbb7b17 by yangyang19979

Merge branch 'yangqingjie' into '20210819'

Yangqingjie

See merge request vue-project/liangXing/frontEnd!48
parents 3c9c3909 c6ceeade
...@@ -84,8 +84,9 @@ height: 100%; ...@@ -84,8 +84,9 @@ height: 100%;
background:url('../../static/images/login/32copy.png') no-repeat center; background:url('../../static/images/login/32copy.png') no-repeat center;
background-size:contain; background-size:contain;
.login-main{ .login-main{
width: 100%; width: 1920px;
height: 100%; height: 100%;
margin:0 auto;
display: flex; display: flex;
.left ,.right{ .left ,.right{
margin-left: 20px; margin-left: 20px;
...@@ -121,14 +122,13 @@ background-size:contain; ...@@ -121,14 +122,13 @@ background-size:contain;
color: rgba(255, 255, 255, .8); color: rgba(255, 255, 255, .8);
line-height: 24px; line-height: 24px;
text-align: center; text-align: center;
// margin:auto;
background: url('../../static/images/login/9.png') 0px 12px no-repeat; background: url('../../static/images/login/9.png') 0px 12px no-repeat;
} }
.content{ .content{
width: 340px; width: 340px;
height: 215px; height: 215px;
margin-top: 20px; margin-top: 20px;
background:url('../../static/images/login/312.png'); background:url('../../static/images/login/312.png') no-repeat;
background-size: 336px 213px; background-size: 336px 213px;
display: flex; display: flex;
.neirong{ .neirong{
......
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