Browse Source

定位

feature/feature-compatible
fengchengzhi 7 years ago
parent
commit
ba31975dae
2 changed files with 7 additions and 0 deletions
  1. 2
      src/components/nav-bottom.vue
  2. 5
      src/view/home.vue

2
src/components/nav-bottom.vue

@ -35,6 +35,8 @@
box-sizing: border-box;
border-top: 1px solid #ddd;
z-index: 1000;
bottom: 0;
left: 0;
}
.router-bottom a {
list-style: none;

5
src/view/home.vue

@ -215,6 +215,8 @@
<style>
.home {
width: 100%;
height: 100%;
background:rgba(255,255,255,1);
}
.home .page-top {
@ -223,6 +225,8 @@
align-items: center;
justify-content: space-around;
z-index: 1000;
top: 0;
left: 0;
}
.home .page-top i {
font-style: normal;
@ -257,6 +261,7 @@
background:rgba(255,255,255,1);
padding-bottom: 1rem;
-webkit-overflow-scrolling : touch;
overflow-y: scroll;
}
.home .page-content .banner {
max-height: 3rem;

Loading…
Cancel
Save