From 9ce9cfeace70be5e44db3feb2faaf3ffe1396550 Mon Sep 17 00:00:00 2001
From: liuqimichale <123456lq>
Date: Tue, 11 Dec 2018 19:55:39 +0800
Subject: [PATCH] 进出场
---
src/assets/img/sectionbig.svg | 28 ++++++++++++++++++++++++++++
src/views/mainContainer.vue | 13 ++++++++++---
src/views/outsection.vue | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 91 insertions(+), 3 deletions(-)
create mode 100644 src/assets/img/sectionbig.svg
create mode 100644 src/views/outsection.vue
diff --git a/src/assets/img/sectionbig.svg b/src/assets/img/sectionbig.svg
new file mode 100644
index 0000000..879a26e
--- /dev/null
+++ b/src/assets/img/sectionbig.svg
@@ -0,0 +1,28 @@
+
+
+
diff --git a/src/views/mainContainer.vue b/src/views/mainContainer.vue
index 32245cb..26f9f6e 100644
--- a/src/views/mainContainer.vue
+++ b/src/views/mainContainer.vue
@@ -8,7 +8,10 @@
-
+
+
+
+
@@ -28,6 +31,8 @@ import youdaopingsection from '../views/youdaopingsection'
import sfysection from '../views/sfysection'
import berthsection from '../views/berthsection'
import newssection from '../views/newssection'
+import outsection from '../views/outsection'
+
export default {
name: 'mainContainer',
@@ -38,7 +43,8 @@ export default {
youdaopingsection,
sfysection,
berthsection,
- newssection
+ newssection,
+ outsection
},
data() {
return {
@@ -88,8 +94,9 @@ export default {
.heightper-bottom {
height: calc((100% - 24px) / 3);
- background: #f00;
margin-top: 12px;
+ background: url("../assets/img/sectionsmall.png") no-repeat;
+ background-size: 100% 100%;
}
.containerwrap > li:nth-of-type(3) {
diff --git a/src/views/outsection.vue b/src/views/outsection.vue
new file mode 100644
index 0000000..fe97f9a
--- /dev/null
+++ b/src/views/outsection.vue
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
--
libgit2 0.21.4