Browse Source

调整部分样式单位

lite
xyiege 3 years ago
parent
commit
f1764f6807
  1. 6
      src/App.vue

6
src/App.vue

@ -93,7 +93,7 @@ body {
//
.topnav {
width: 100%;
height: 14%;
height: 14vh;
background-image: url("assets/index/topnav.png");
background-size: 100% 100%;
background-repeat: no-repeat;
@ -107,7 +107,7 @@ body {
.topImg {
margin-top: 0.6%;
width: 24%;
height: 12%;
height: 3vh;
margin-left: auto;
margin-right: auto;
}
@ -174,7 +174,7 @@ body {
//
.footer {
width: 100%;
height: 60px;
height: 12vh;
background-image: url("assets/g_footbg.png");
background-repeat: no-repeat;
background-size: 100% 100%;

Loading…
Cancel
Save