Commit 9b11c73b by 李耀琨

11

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