diff --git a/大屏/src/assets/title1.png b/大屏/src/assets/title1.png new file mode 100644 index 0000000..27c9abd Binary files /dev/null and b/大屏/src/assets/title1.png differ diff --git a/大屏/src/pages/index.vue b/大屏/src/pages/index.vue index 35f7fac..bf9961f 100644 --- a/大屏/src/pages/index.vue +++ b/大屏/src/pages/index.vue @@ -23,7 +23,11 @@
- +
+ +
特高压变电站数字孪生平台
+
+
{{timeText}} @@ -587,7 +591,6 @@ export default { } } .toolBox{ - position: absolute; left:32%; display: flex; @@ -614,12 +617,28 @@ export default { top: 0; left: 0; width: 100%; - &>img{ - width:100%; - height:auto; + + .titleContent{ + position:relative; z-index:1; + &>img{ + width:100%; + height:auto; + } + .titleText{ + position: absolute; + width:100%; + // height:100%; + top:1rem; + left:0; + text-align: center; + font-size: 4.4rem; + color:#fff; + z-index:2; + } } + .time{ position: absolute; z-index:2;