Commit 9b11c73b by 李耀琨

11

parent 6bf5b909
......@@ -162,18 +162,19 @@ export default {
}
.background-image {
width: 100%;
height: 160vh;
position: absolute;
position: fixed;
z-index: -1;
}
.footerTxt {
height: 50px;
margin-top: 40px;
background-color: rgba(0, 0, 0, 0.2);
color: #fff;
width: 100%;
text-align: center;
font-size: 16px;
line-height: 50px;
background-color: #012F57;
// background-color: #012F57;
}
.switchMa {
margin: 0 10px;
......@@ -197,7 +198,7 @@ export default {
.page {
position: relative;
width: 100%;
height: 110vh;
height: 100vh;
// background-color: #0b0f4e;
}
......
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