diff --git a/src/assets/model/live/bg.jpg b/src/assets/model/live/bg.jpg new file mode 100644 index 0000000..0f90dfb Binary files /dev/null and b/src/assets/model/live/bg.jpg differ diff --git a/src/assets/model/live/bg2.png b/src/assets/model/live/bg2.png new file mode 100644 index 0000000..3924038 Binary files /dev/null and b/src/assets/model/live/bg2.png differ diff --git a/src/assets/model/live/v1.mp4 b/src/assets/model/live/v1.mp4 new file mode 100644 index 0000000..8735c36 Binary files /dev/null and b/src/assets/model/live/v1.mp4 differ diff --git a/src/views/model/live.vue b/src/views/model/live.vue new file mode 100644 index 0000000..c63af89 --- /dev/null +++ b/src/views/model/live.vue @@ -0,0 +1,106 @@ + + + + diff --git a/src/views/model/model.vue b/src/views/model/model.vue index 466fcbe..ca53cc6 100644 --- a/src/views/model/model.vue +++ b/src/views/model/model.vue @@ -23,7 +23,7 @@ -
+
现场直播
@@ -67,6 +67,11 @@ + + + + +
{ return new Promise((resolve, reject) => { @@ -111,7 +117,8 @@ export default { factoryIntroduction, productDistribution, dataCentre, - production + production, + live }, data() { return { @@ -630,8 +637,8 @@ export default { .container { width: 100vw; - height: 33.33vw; - //height: 100vh; + //height: 33.33vw; + height: 100vh; } .tool { @@ -655,10 +662,10 @@ export default { } .test { - top: 20%; + //top: 20%; width: 100vw; - height: 33.33vw; - //height: 100vh; + //height: 33.33vw; + height: 100vh; position: absolute; } diff --git a/src/views/model/production.vue b/src/views/model/production.vue index ac97ac1..1b7435f 100644 --- a/src/views/model/production.vue +++ b/src/views/model/production.vue @@ -1,15 +1,32 @@