Commit 9f1560ca by yangyang19979

Merge branch 'yangqingjie' into '20210819'

update

See merge request vue-project/liangXing/frontEnd!45
parents e2430735 bcbc6579
...@@ -81,8 +81,8 @@ export default { ...@@ -81,8 +81,8 @@ export default {
.login{ .login{
width: 100%; width: 100%;
height: 100%; height: 100%;
background:url('../../static/images/login/32copy.png')no-repeat; background:url('../../static/images/login/32copy.png') no-repeat center;
background-size: 100% 100%; background-size:contain;
.login-main{ .login-main{
width: 100%; width: 100%;
height: 100%; height: 100%;
...@@ -158,6 +158,8 @@ background-size: 100% 100%; ...@@ -158,6 +158,8 @@ background-size: 100% 100%;
.center{ .center{
width: 1290px; width: 1290px;
height: 100%; height: 100%;
margin-left: 20px;
margin-right: 20px;
position: relative; position: relative;
.curr { .curr {
width: 100%; width: 100%;
...@@ -214,9 +216,9 @@ background-size: 100% 100%; ...@@ -214,9 +216,9 @@ background-size: 100% 100%;
height: 160px; height: 160px;
position: absolute; position: absolute;
top:754px; top:754px;
left: 120px; right: 120px;
background:url('../../static/images/login/zhangjiancopy.png') no-repeat center; background:url('../../static/images/login/zhangjiancopy.png') no-repeat center;
background-size: 100% 100%; background-size: contain;
} }
} }
// //
......
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