update
This commit is contained in:
父節點
6e17cc51d1
當前提交
1214eb5c7d
Binary file not shown.
Before Width: | Height: | 大小: 6.3 MiB After Width: | Height: | 大小: 5.0 MiB |
Binary file not shown.
Before Width: | Height: | 大小: 966 KiB After Width: | Height: | 大小: 175 KiB |
@ -24,14 +24,14 @@ export default {
|
||||
@import "../../assets/styles/functions";
|
||||
|
||||
section {
|
||||
background: rgba(47, 203, 255, 0.225);
|
||||
background: rgba(47, 203, 255, 0.75);
|
||||
width: 100%;
|
||||
// height: 1178px;
|
||||
height: 1469px;
|
||||
position: absolute;
|
||||
// bottom: 690px;
|
||||
// top: 2160px;
|
||||
top: 1570px;
|
||||
// top: 1570px;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
|
@ -69,29 +69,29 @@ export default {
|
||||
|
||||
header {
|
||||
width: 100%;
|
||||
height: 628px;
|
||||
height: 380px;
|
||||
background: url(../../assets/header.png) no-repeat;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
|
||||
>div {
|
||||
margin-left: 378px;
|
||||
margin-bottom: 72px;
|
||||
margin-left: 24px;
|
||||
margin-bottom: 24px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.header--logo {
|
||||
width: 648px;
|
||||
height: 337px;
|
||||
margin-right: 96px;
|
||||
height: 280px;
|
||||
margin-right: 100px;
|
||||
background: url(../../assets/logo.png) center/contain no-repeat;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 220px;
|
||||
font-size: 128px;
|
||||
line-height: 330px;
|
||||
margin: 0;
|
||||
letter-spacing: 36px;
|
||||
letter-spacing: 24px;
|
||||
user-select: none;
|
||||
font-weight: 600;
|
||||
color: $main-color;
|
||||
@ -101,25 +101,27 @@ header {
|
||||
}
|
||||
|
||||
.header--wing {
|
||||
top: 138px;
|
||||
bottom: -88px;
|
||||
left: 0;
|
||||
line-height: 130px;
|
||||
font-size: 130px;
|
||||
line-height: 1;
|
||||
font-size: 72px;
|
||||
// font-weight: bold;
|
||||
font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, "微软雅黑", Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.company {
|
||||
left: 240px;
|
||||
left: 300px;
|
||||
text-align: center;
|
||||
color: lighten($main-color, 8);
|
||||
// color: lighten($main-color, 8);
|
||||
color: #5a6d88;
|
||||
}
|
||||
|
||||
.datetime {
|
||||
left: unset;
|
||||
right: 240px;
|
||||
color: $main-color;
|
||||
right: 300px;
|
||||
color: #5a6d88;
|
||||
text-align: center;
|
||||
color: lighten($main-color, 8);
|
||||
font-size: 140px;
|
||||
font-size: 72px;
|
||||
line-height: 1;
|
||||
}
|
||||
</style>
|
||||
|
@ -1,18 +1,18 @@
|
||||
<template>
|
||||
<main class="relative">
|
||||
<!-- 缺陷分析 -->
|
||||
<FaultAnalysis />
|
||||
<!-- <FaultAnalysis /> -->
|
||||
|
||||
<!-- 环境浓度 -->
|
||||
<Environ />
|
||||
<!-- <Environ /> -->
|
||||
|
||||
<!-- 监控组 2 -->
|
||||
<MonitorGroup2 />
|
||||
<!-- <MonitorGroup2 /> -->
|
||||
|
||||
<!-- 数据组 -->
|
||||
<DataGroup />
|
||||
<!-- <DataGroup /> -->
|
||||
|
||||
<div class="video-crash" v-if="false"></div>
|
||||
<!-- <div class="video-crash" v-if="false"></div> -->
|
||||
|
||||
<div class="eq-main absolute">
|
||||
<div
|
||||
@ -94,10 +94,10 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<AreaOne class="area-one" />
|
||||
<!-- <AreaOne class="area-one" />
|
||||
<Runtime class="runtime" />
|
||||
<InWater />
|
||||
<OutWater />
|
||||
<OutWater /> -->
|
||||
</main>
|
||||
</template>
|
||||
|
||||
@ -106,8 +106,8 @@ import InWater from "../boxes/InWater.vue";
|
||||
import OutWater from "../boxes/OutWater.vue";
|
||||
import AreaOne from "../isolate-area-1/Area.vue";
|
||||
import Runtime from "../isolate-area-1/Runtime.vue";
|
||||
import MonitorGroup2 from "../groups/monitor2.vue";
|
||||
import DataGroup from "../groups/data.vue";
|
||||
// import MonitorGroup2 from "../groups/monitor2.vue";
|
||||
// import DataGroup from "../groups/data.vue";
|
||||
import FaultAnalysis from "../groups/fault.vue";
|
||||
import Environ from "../groups/environ.vue";
|
||||
import { mapMutations, mapState } from "vuex";
|
||||
@ -118,8 +118,8 @@ export default {
|
||||
name: "Main",
|
||||
components: {
|
||||
Runtime,
|
||||
DataGroup,
|
||||
MonitorGroup2,
|
||||
// DataGroup,
|
||||
// MonitorGroup2,
|
||||
Environ,
|
||||
FaultAnalysis,
|
||||
AreaOne,
|
||||
@ -202,8 +202,8 @@ main {
|
||||
|
||||
.arrow {
|
||||
display: inline-block;
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
border-radius: 100%;
|
||||
position: absolute;
|
||||
background: #ff5757;
|
||||
@ -235,22 +235,22 @@ main {
|
||||
|
||||
.swd {
|
||||
// background-size: 100% 10px;
|
||||
width: 350px;
|
||||
height: 202px;
|
||||
width: 240px;
|
||||
height: 90px;
|
||||
position: absolute;
|
||||
transform: rotateY(180deg);
|
||||
// transform: rotateY(180deg);
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
color: #000;
|
||||
margin-top: 16px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.swd-box {
|
||||
margin-left: 54px;
|
||||
margin-top: 44px;
|
||||
font-size: 30px;
|
||||
letter-spacing: 2px;
|
||||
margin-left: 32px;
|
||||
margin-top: 10px;
|
||||
font-size: 20px;
|
||||
// letter-spacing: 2px;
|
||||
color: #000;
|
||||
font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC,
|
||||
Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei,
|
||||
@ -258,8 +258,9 @@ main {
|
||||
|
||||
.swd-value {
|
||||
color: #ff2020;
|
||||
margin-top: 12px;
|
||||
font-size: 64px;
|
||||
margin-top: 0;
|
||||
margin-bottom: 12px;
|
||||
font-size: 48px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
@ -270,43 +271,41 @@ main {
|
||||
|
||||
.onekb,
|
||||
.onesp {
|
||||
background: url(../../assets/tem-bottom.png) top 0 left 0 / 100% no-repeat;
|
||||
background: url(../../assets/tem-bottom.png) 0 0 / 100% no-repeat;
|
||||
}
|
||||
|
||||
.onekb {
|
||||
top: 760px;
|
||||
left: 1560px;
|
||||
top: 520px;
|
||||
right: 1000px;
|
||||
}
|
||||
|
||||
.onesp {
|
||||
top: 860px;
|
||||
left: 1100px;
|
||||
top: 590px;
|
||||
right: 690px;
|
||||
}
|
||||
|
||||
.twokb,
|
||||
.twosp {
|
||||
background: url(../../assets/tem-top.png) top 0 left 0 / 100% no-repeat;
|
||||
background: url(../../assets/tem-top.png) right 0 bottom 0 / 100% no-repeat;
|
||||
}
|
||||
|
||||
.twokb {
|
||||
top: 72px;
|
||||
left: 1580px;
|
||||
top: 108px;
|
||||
right: 1020px;
|
||||
}
|
||||
|
||||
.twosp {
|
||||
top: -32px;
|
||||
left: 1080px;
|
||||
top: 32px;
|
||||
right: 700px;
|
||||
}
|
||||
|
||||
.eq-main {
|
||||
width: 9162px;
|
||||
height: 1178px;
|
||||
background: url(../../assets/eq.png) no-repeat;
|
||||
width: 100%;
|
||||
height: 800px;
|
||||
background: url(../../assets/eq.png) no-repeat, #0003;
|
||||
background-size: 100%;
|
||||
top: 256px;
|
||||
left: 2172px;
|
||||
position: relative;
|
||||
transform: rotateY(0.5turn);
|
||||
}
|
||||
|
||||
.eq-main::before {
|
||||
|
@ -8,26 +8,39 @@
|
||||
<div class="bg-layer"></div>
|
||||
<LeftSide />
|
||||
<section class="center">
|
||||
<BigHeader />
|
||||
<Main />
|
||||
<div class="center-top">
|
||||
<div class="screen-container top-left"></div>
|
||||
<MainContent />
|
||||
<div class="screen-container top-right"></div>
|
||||
</div>
|
||||
<div class="center-bottom">
|
||||
<!-- 监控组 2 -->
|
||||
<MonitorGroup2 />
|
||||
|
||||
<!-- 数据组 -->
|
||||
<DataGroup />
|
||||
</div>
|
||||
</section>
|
||||
<RightSide />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import BigHeader from "../components/layout/Header.vue";
|
||||
import Main from "../components/layout/Main.vue";
|
||||
// import BigHeader from "../components/layout/Header.vue";
|
||||
// import Main from "../components/layout/Main.vue";
|
||||
import LeftSide from "./LeftSide.vue";
|
||||
import RightSide from "./RightSide.vue";
|
||||
import MainContent from './MainContent.vue';
|
||||
import MonitorGroup2 from "@/components/groups/monitor2.vue";
|
||||
import DataGroup from "@/components/groups/data.vue";
|
||||
|
||||
export default {
|
||||
name: "HomeView",
|
||||
components: { BigHeader, Main, LeftSide, RightSide },
|
||||
components: { LeftSide, RightSide, MainContent, MonitorGroup2, DataGroup },
|
||||
props: {},
|
||||
data() {
|
||||
return {
|
||||
value: 100,
|
||||
value: 10,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
@ -103,6 +116,20 @@ export default {
|
||||
height: 4320px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
// position: relative;
|
||||
}
|
||||
|
||||
.center-top {
|
||||
height: 2168px;
|
||||
background: #0b58ff33;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.center-bottom {
|
||||
flex: 1;
|
||||
height: 1px;
|
||||
background: #ccc1;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.slider {
|
||||
@ -134,4 +161,18 @@ export default {
|
||||
opacity: 1;
|
||||
bottom: 64px;
|
||||
}
|
||||
|
||||
.screen-container {
|
||||
background: #09df2233;
|
||||
display: inline-block;
|
||||
width: 3854px;
|
||||
height: 2168px;
|
||||
}
|
||||
|
||||
// .main-container__content {
|
||||
// flex: 1;
|
||||
// background: #38012311;
|
||||
// }
|
||||
|
||||
.top-left {}
|
||||
</style>
|
||||
|
29
src/views/MainContent.vue
Normal file
29
src/views/MainContent.vue
Normal file
@ -0,0 +1,29 @@
|
||||
<template>
|
||||
<div class="main-content">
|
||||
<AHeader />
|
||||
<Main />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import AHeader from "../components/layout/Header.vue";
|
||||
import Main from "../components/layout/Main.vue";
|
||||
|
||||
export default {
|
||||
name: 'MainContent',
|
||||
components: { AHeader, Main},
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.main-content {
|
||||
width: 1px;
|
||||
flex: 1;
|
||||
background: #f001;
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue
Block a user