Browse Source

绝对定位

feature/feature-compatible
fengchengzhi 7 years ago
parent
commit
7a455b1f6a
1 changed files with 4 additions and 3 deletions
  1. 7
      src/view/home.vue

7
src/view/home.vue

@ -218,6 +218,7 @@
width: 100%;
height: 100%;
background:rgba(255,255,255,1);
position: relative;
}
.home .page-top {
background:rgba(255,255,255,1);
@ -225,9 +226,9 @@
align-items: center;
justify-content: space-around;
z-index: 1000;
position: relative;
/*top: 0;
left: 0;*/
position: absolute;
top: 0;
left: 0;
}
.home .page-top i {
font-style: normal;

Loading…
Cancel
Save