|
|
@@ -7,7 +7,7 @@
|
|
|
<div class="mask" :class="{active: cp}" :style="{zIndex: maskZIndex}"></div>
|
|
|
<!-- <ichat /> -->
|
|
|
<router-view/>
|
|
|
- <ifooter />
|
|
|
+ <ifooter v-if="$route.name!=='about'" />
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
@@ -15,6 +15,7 @@
|
|
|
import {mapState} from 'vuex'
|
|
|
import '@/assets/style/reset.scss'
|
|
|
import '@/assets/style/public.scss'
|
|
|
+import '@/assets/imgfont/iconfont.css'
|
|
|
import '@/assets/font/iconfont.css'
|
|
|
import header from '@/page/layout/header'
|
|
|
import footer from '@/page/layout/footer'
|
|
|
@@ -45,7 +46,7 @@ export default {
|
|
|
cp (newVal) {
|
|
|
clearTimeout(this.timeout)
|
|
|
if (newVal) {
|
|
|
- this.maskZIndex = 3
|
|
|
+ this.maskZIndex = 993
|
|
|
} else {
|
|
|
this.timeout = setTimeout(() => {
|
|
|
this.maskZIndex = -1
|
|
|
@@ -66,7 +67,7 @@ export default {
|
|
|
left: 0;
|
|
|
top: 0;
|
|
|
width: 100%;
|
|
|
- z-index: 4;
|
|
|
+ z-index: 999;
|
|
|
}
|
|
|
|
|
|
.mask {
|