Commit bcbc6579 by 杨青杰

update

parents 84c64959 6f671610
...@@ -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%;
...@@ -165,7 +167,7 @@ background-size: 100% 100%; ...@@ -165,7 +167,7 @@ background-size: 100% 100%;
// position: absolute; // position: absolute;
margin-top: 170px; margin-top: 170px;
margin-left: 80px; margin-left: 80px;
background:url('../../static/images/login/60.png') no-repeat center; background:url('../../static/images/login/60.png') no-repeat center;
animation: flashAni 4s infinite normal; animation: flashAni 4s infinite normal;
.point{ .point{
width: 600px; width: 600px;
...@@ -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