Browse Source

调整底部样式

lite
453530270@qq.com 3 years ago
parent
commit
e46a4cb97e
  1. 6
      src/App.vue

6
src/App.vue

@ -61,6 +61,7 @@ body {
background-size: 100%; background-size: 100%;
background-repeat: no-repeat; background-repeat: no-repeat;
//
.topnav { .topnav {
width: 100%; width: 100%;
height: 20%; height: 20%;
@ -142,11 +143,12 @@ body {
} }
// //
.footer { .footer {
// width: 100%; width: 100%;
height: 120vh; height: 120px;
background-image: url("assets/g_footbg.png"); background-image: url("assets/g_footbg.png");
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
z-index: 999;
position: absolute; position: absolute;
bottom: 0; bottom: 0;
left: 0; left: 0;

Loading…
Cancel
Save