From 199a7d3a0f525ad55762161a2ddfffadd5e4e240 Mon Sep 17 00:00:00 2001
From: jaypae95 <jaypae95@hbsmith.io>
Date: Mon, 9 Dec 2019 03:43:25 +0900
Subject: [PATCH] shareplan style

---
 src/views/SharePlan.vue | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/src/views/SharePlan.vue b/src/views/SharePlan.vue
index 35d41da..1eb2f8d 100644
--- a/src/views/SharePlan.vue
+++ b/src/views/SharePlan.vue
@@ -1,5 +1,5 @@
 <template>
-  <div class="example ex1">
+  <div class="example ex1 myfont">
     <h1>검색할 태그를 선택하세요</h1>
     <label class="radio spring">
       <input type="radio" name="group1" v-model="tour_type" value="0"/>
@@ -35,12 +35,11 @@
       <span>겨울</span>
     </label>
     <br><br>
-    <button class="btn btn-success" v-on:click="search()"> search</button>
+    <button class="btn btn-outline-success" v-on:click="search()"> search</button>
     <br>
     {{idPlan}}
-    <br><br>
     <router-link to='/'>
-      <button class="btn btn-success">홈으로</button>
+      <button class="btn btn-outline-success">홈으로</button>
     </router-link>
     <div id="tour_list" v-if="clickedSearch==true">
       <div class="centered" v-for="tour in tours" :key="tour.idPlan">
@@ -94,8 +93,8 @@ export default {
 <style>
 
   h1 {
-    font-family: "DX경필고딕";
     size: 70px;
+    margin: 50px;
   }
 
   #illu {
@@ -190,4 +189,12 @@ export default {
     vertical-align: middle;
     margin:auto;
   }
+
+  button {
+    margin: 20px;
+  }
+
+  .myfont {
+    font-family: 'Nanum Pen Script', cursive !important;
+  }
 </style>
-- 
GitLab