update code
parent
8a24554d18
commit
39dc75197d
|
@ -561,6 +561,14 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="less">
|
<style lang="less">
|
||||||
|
body.is-index{
|
||||||
|
.head-title {
|
||||||
|
background-color:rgba(2, 18, 56, 0.9);
|
||||||
|
}
|
||||||
|
.screen-one-2-1,.screen-one-1-1{
|
||||||
|
background-color:rgba(2, 18, 56, 0.4);
|
||||||
|
}
|
||||||
|
}
|
||||||
.head-title {
|
.head-title {
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
}
|
}
|
||||||
|
|
|
@ -527,6 +527,10 @@ export default {
|
||||||
if(this.$root.hasInitHeader){
|
if(this.$root.hasInitHeader){
|
||||||
this.initMe();
|
this.initMe();
|
||||||
}
|
}
|
||||||
|
document.body.classList.add("is-index");
|
||||||
|
},
|
||||||
|
beforeDestroy(){
|
||||||
|
document.body.classList.remove("is-index");
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
arrowRetract(){
|
arrowRetract(){
|
||||||
|
|
Loading…
Reference in New Issue