Commit bcbc6579 by 杨青杰

update

parents 84c64959 6f671610
......@@ -81,8 +81,8 @@ export default {
.login{
width: 100%;
height: 100%;
background:url('../../static/images/login/32copy.png')no-repeat;
background-size: 100% 100%;
background:url('../../static/images/login/32copy.png') no-repeat center;
background-size:contain;
.login-main{
width: 100%;
height: 100%;
......@@ -158,6 +158,8 @@ background-size: 100% 100%;
.center{
width: 1290px;
height: 100%;
margin-left: 20px;
margin-right: 20px;
position: relative;
.curr {
width: 100%;
......@@ -165,7 +167,7 @@ background-size: 100% 100%;
// position: absolute;
margin-top: 170px;
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;
.point{
width: 600px;
......@@ -214,9 +216,9 @@ background-size: 100% 100%;
height: 160px;
position: absolute;
top:754px;
left: 120px;
right: 120px;
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