@@ -74,43 +84,44 @@ export default {
@import "../../assets/styles/functions";
.isolate-area-1 {
- display: flex;
- color: $main-color;
- min-width: 300px;
- align-items: center;
+ display: flex;
+ color: $main-color;
+ min-width: 300px;
+ align-items: flex-end;
- > *:not(:last-child) {
- margin: {
- right: adjust(10px);
- }
- }
+ > *:not(:last-child) {
+ margin: {
+ right: 128px;
+ }
+ }
- > .data {
- flex-shrink: 0;
- font-family: zcoolqingkehuangyouti-Regular, sans-serif;
- display: flex;
- align-items: flex-end;
- }
+ > .data {
+ flex-shrink: 0;
+ font-family: zcoolqingkehuangyouti-Regular, sans-serif;
+ display: flex;
+ align-items: flex-end;
+ }
- > .data > span:not(.dot) {
- /** 边框 */
- background: url('../../assets/digitbox1.png') no-repeat;
- background-size: 100% 100%;
- display: inline-block;
- width: adjust(w(220px));
- height: adjust(h(260px));
- color: #0068ffaa;
- font-size: h(200px);
- line-height: h(600px);
- text-align: center;
- vertical-align: bottom;
- }
-
- > .data > span.digit {
- /** 数字字体大小 */
- color: #0071ff;
- font-size: h(360px);
- line-height: h(540px);
- }
+ > .data > span:not(.dot) {
+ /** 边框 */
+ background: url("../../assets/digitbox1.png") no-repeat;
+ background-size: 100% 100%;
+ display: inline-block;
+ width: 228px;
+ height: 299px;
+ color: #0068ffaa;
+ font-size: 142px;
+ line-height: 328px;
+ text-align: center;
+ vertical-align: bottom;
+ user-select: none;
+ }
+
+ > .data > span.digit {
+ /** 数字字体大小 */
+ color: #0071ff;
+ font-size: 242px;
+ line-height: 286px;
+ }
}
diff --git a/src/components/isolate-area-1/Runtime.vue b/src/components/isolate-area-1/Runtime.vue
new file mode 100644
index 0000000..694317c
--- /dev/null
+++ b/src/components/isolate-area-1/Runtime.vue
@@ -0,0 +1,66 @@
+
+
+
+
+
diff --git a/src/components/layout/Main.vue b/src/components/layout/Main.vue
index 116656a..e29854e 100644
--- a/src/components/layout/Main.vue
+++ b/src/components/layout/Main.vue
@@ -14,7 +14,7 @@
+
+
@@ -67,6 +68,7 @@
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 FaultAnalysis from '../groups/fault.vue'
@@ -78,6 +80,7 @@ import WsClient from "../../utils/wsClass";
export default {
name: "Main",
components: {
+ Runtime,
DataGroup,
MonitorGroup2,
Environ,
@@ -125,8 +128,14 @@ main {
.area-one {
position: absolute;
- top: adjust(150px);
- left: adjust(1310px);
+ top: 124px;
+ left: 3910px;
+}
+
+.runtime {
+ position: absolute;
+ top: 0;
+ right: 0;
}
.video-crash {