Commit 7899b887 by liangjianmin

css

parent ae886517
...@@ -460,5 +460,5 @@ body { ...@@ -460,5 +460,5 @@ body {
width: 100%; width: 100%;
height: 100%; height: 100%;
background: url("../../images/home/bg.png") #000c28 no-repeat center; background: url("../../images/home/bg.png") #000c28 no-repeat center;
background-size: cover; background-size: contain;
} }
...@@ -307,6 +307,6 @@ body { ...@@ -307,6 +307,6 @@ body {
width: 100%; width: 100%;
height: 100%; height: 100%;
background: url("../../images/home/bg.png") #000c28 no-repeat center; background: url("../../images/home/bg.png") #000c28 no-repeat center;
background-size: cover; background-size: contain;
} }
} }
\ No newline at end of file
...@@ -434,7 +434,7 @@ body { ...@@ -434,7 +434,7 @@ body {
width: 100%; width: 100%;
height: 100%; height: 100%;
background: url("../../images/vis/map.png") no-repeat center; background: url("../../images/vis/map.png") no-repeat center;
background-size: cover; background-size: contain;
} }
#app .btn { #app .btn {
position: absolute; position: absolute;
......
...@@ -268,7 +268,7 @@ body { ...@@ -268,7 +268,7 @@ body {
width: 100%; width: 100%;
height: 100%; height: 100%;
background: url("../../images/vis/map.png") no-repeat center; background: url("../../images/vis/map.png") no-repeat center;
background-size: cover; background-size: contain;
} }
.btn { .btn {
......
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 sign in to comment