|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <bgBox :tabChange="tabChange">
|
|
|
+ <bgBox :tabChange="tabChange" class="bgBox">
|
|
|
<cylindricalHistogram
|
|
|
style="left: 50px; top: 425px"
|
|
|
v-if="isGetData"
|
|
@@ -155,36 +155,4 @@ export default {
|
|
|
}
|
|
|
</script>
|
|
|
|
|
|
-<style lang="less" scoped>
|
|
|
-.home-container {
|
|
|
- position: absolute;
|
|
|
- left: 0;
|
|
|
- top: 0;
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- .wrap {
|
|
|
- transform-origin: 0px 0px 0px;
|
|
|
- background: url(../../assets/img/bj.jpg) no-repeat;
|
|
|
- background-size: contain;
|
|
|
- background-position: 50% 0;
|
|
|
- background-color: rgb(0, 0, 0);
|
|
|
- min-width: auto;
|
|
|
- width: 1920px;
|
|
|
- min-height: auto;
|
|
|
- height: 1080px;
|
|
|
- overflow: auto;
|
|
|
- .top {
|
|
|
- position: absolute;
|
|
|
- left: 0;
|
|
|
- top: 0;
|
|
|
- width: 100%;
|
|
|
- height: 80px;
|
|
|
- background-color: transparent;
|
|
|
- background: url(../../assets/img/top_nav.png) no-repeat;
|
|
|
- background-position: 65% 0;
|
|
|
- border: none;
|
|
|
- overflow: hidden;
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-</style>
|
|
|
+<style lang="less" scoped></style>
|