diff --git a/components/index_page.vue b/components/index_page.vue
index 1afa257..8a90f78 100644
--- a/components/index_page.vue
+++ b/components/index_page.vue
@@ -74,8 +74,8 @@
background-color: #fff;
height: 12vh;
display: flex;
- border-radius: 15px;
align-items: center;
+ margin: 10px;
}
.page view:first-of-type {
diff --git a/components/part.vue b/components/part.vue
index c4e2dd5..a1d099a 100644
--- a/components/part.vue
+++ b/components/part.vue
@@ -86,6 +86,7 @@
.part {
width: 100%;
+ margin: 10px;
}
.part p:first-child {
diff --git a/pages.json b/pages.json
index 929449a..b57e8a8 100644
--- a/pages.json
+++ b/pages.json
@@ -42,6 +42,12 @@
"style": {
"navigationBarTitleText": ""
}
+ },
+ {
+ "path": "pages/index/voluteer_son",
+ "style": {
+ "navigationBarTitleText": ""
+ }
}
],
"globalStyle": {
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 6e69d00..2b14ae2 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -8,7 +8,7 @@
@@ -36,10 +42,16 @@
+
+