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 @@
+
+
+
+
+
+
+