loulijun2021
2023-02-24 7e48b3eca618b8be9a69a8027299687ed10b9a68
src/views/kb/zhkb.vue
@@ -225,6 +225,11 @@
      colorY: '#7696c5'
    }
  },
  created() {
    setInterval(() => {
      location.reload()
    }, 1000 * 60 * 60 * 2)
  },
  mounted() {
    this.getEchartsHead('zhkbTop01')
    this.getEchartsHead('zhkbTop02')
@@ -1282,6 +1287,7 @@
  background: url('../../assets/images/body.jpg') no-repeat;
  //z-index: -1;
  //opacity: 0.4;
  filter: brightness(35%);
}
.kb_background2 {
@@ -1290,6 +1296,7 @@
  width: 1920px;
  height: 887px;
  background: url('../../assets/images/body.jpg') no-repeat;
  filter: brightness(35%);
  //z-index: -1;
  //opacity: 0.4;
}
@@ -1482,3 +1489,4 @@
//  text-shadow:$color02 4px 4px 4px
//}
</style>