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

Loading…
Cancel
Save