update code
parent
8a24554d18
commit
39dc75197d
|
@ -561,6 +561,14 @@ export default {
|
|||
</script>
|
||||
|
||||
<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 {
|
||||
z-index: 999;
|
||||
}
|
||||
|
|
|
@ -527,6 +527,10 @@ export default {
|
|||
if(this.$root.hasInitHeader){
|
||||
this.initMe();
|
||||
}
|
||||
document.body.classList.add("is-index");
|
||||
},
|
||||
beforeDestroy(){
|
||||
document.body.classList.remove("is-index");
|
||||
},
|
||||
methods: {
|
||||
arrowRetract(){
|
||||
|
|
Loading…
Reference in New Issue