jichoi / lms_front star
홍아랑 홍아랑 2024-08-14
240814 홍아랑 로고 버튼 css 수정
@63b0992cd289dbd5ae988c855da328cac11c5153
client/views/pages/main/Chapter/Chapter1.vue
--- client/views/pages/main/Chapter/Chapter1.vue
+++ client/views/pages/main/Chapter/Chapter1.vue
@@ -1,6 +1,6 @@
 <template>
     <div id="Chapter1" class="content-wrap">
-        <div style="margin: 30px 0px 50px">
+        <div style="margin: 30px 0px 50px; width: 20%">
             <router-link to="/MyPlan.page">
                 <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
             </router-link>
client/views/pages/main/Chapter/Chapter1_1.vue
--- client/views/pages/main/Chapter/Chapter1_1.vue
+++ client/views/pages/main/Chapter/Chapter1_1.vue
@@ -1,6 +1,6 @@
 <template>
   <div id="Chapter1_1" class="content-wrap">
-    <div style="margin: 30px 0px 50px">
+    <div style="margin: 30px 0px 50px; width: 20%">
       <router-link to="/MyPlan.page">
         <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
       </router-link>
client/views/pages/main/Chapter/Chapter1_2.vue
--- client/views/pages/main/Chapter/Chapter1_2.vue
+++ client/views/pages/main/Chapter/Chapter1_2.vue
@@ -1,6 +1,6 @@
 <template>
   <div id="Chapter1_2" class="content-wrap">
-    <div style="margin: 30px 0px 50px">
+    <div style="margin: 30px 0px 50px; width: 20%">
       <router-link to="/MyPlan.page">
         <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
       </router-link>
client/views/pages/main/Chapter/Chapter1_3.vue
--- client/views/pages/main/Chapter/Chapter1_3.vue
+++ client/views/pages/main/Chapter/Chapter1_3.vue
@@ -1,6 +1,6 @@
 <template>
     <div id="Chapter1" class="content-wrap">
-        <div style="margin: 30px 0px 50px">
+        <div style="margin: 30px 0px 50px; width: 20%">
             <router-link to="/MyPlan.page">
                 <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
             </router-link>
client/views/pages/main/Chapter/Chapter2_12.vue
--- client/views/pages/main/Chapter/Chapter2_12.vue
+++ client/views/pages/main/Chapter/Chapter2_12.vue
@@ -1,9 +1,9 @@
 <template>
   <div id="Chapter1_1" class="content-wrap">
-    <div style="margin: 30px 0px 50px">
-        <router-link to="/MyPlan.page">
-          <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
-        </router-link>
+    <div style="margin: 30px 0px 50px; width: 20%">
+      <router-link to="/MyPlan.page">
+        <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
+      </router-link>
     </div>
     <div class="title-box mb25 flex align-center mt40">
       <span class="title mr40">1. Hello WORLD</span>
client/views/pages/main/Chapter/Chapter2_6.vue
--- client/views/pages/main/Chapter/Chapter2_6.vue
+++ client/views/pages/main/Chapter/Chapter2_6.vue
@@ -1,9 +1,9 @@
 <template>
   <div id="Chapter1_1" class="content-wrap">
-    <div style="margin: 30px 0px 50px">
-        <router-link to="/MyPlan.page">
-            <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
-        </router-link>
+    <div style="margin: 30px 0px 50px; width: 20%">
+      <router-link to="/MyPlan.page">
+        <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
+      </router-link>
     </div>
     <div class="title-box mb25 flex align-center mt40">
       <span class="title mr40">1. Hello WORLD</span>
@@ -27,15 +27,21 @@
             <div class="flex justify-center">
               <div class="popTxt" id="drop1" @dragover.prevent @drop="handleDrop(1)">
                 <img src="../../../../resources/img/img66_38s_1.png" alt="">
-                <button v-if="showButton1"><img src="../../../../resources/img/img66_38s_1_color.png" alt=""><p>i</p></button>
+                <button v-if="showButton1"><img src="../../../../resources/img/img66_38s_1_color.png" alt="">
+                  <p>i</p>
+                </button>
               </div>
               <div class="popTxt" id="drop2" @dragover.prevent @drop="handleDrop(2)">
                 <img src="../../../../resources/img/img66_38s_2.png" alt="">
-                <button v-if="showButton2"><img src="../../../../resources/img/img66_38s_2_color.png" alt=""><p>have</p></button>
+                <button v-if="showButton2"><img src="../../../../resources/img/img66_38s_2_color.png" alt="">
+                  <p>have</p>
+                </button>
               </div>
               <div class="popTxt" id="drop3" @dragover.prevent @drop="handleDrop(3)">
                 <img src="../../../../resources/img/img66_38s_3.png" alt="">
-                <button v-if="showButton3"><img src="../../../../resources/img/img66_38s_3_color.png" alt=""><p>banana</p></button>
+                <button v-if="showButton3"><img src="../../../../resources/img/img66_38s_3_color.png" alt="">
+                  <p>banana</p>
+                </button>
               </div>
             </div>
           </div>
@@ -47,7 +53,7 @@
               </button>
             </article>
             <article style="left: 0; top: 36%;" @dragstart="handleDragStart(2)" v-show="!dragHidden2">
-              <button id="drag2" draggable="true"> 
+              <button id="drag2" draggable="true">
                 <img src="../../../../resources/img/img68_38s.png" alt="">
                 <p>have</p>
               </button>
@@ -123,9 +129,16 @@
 </script>
 
 <style scoped>
-.dropGroup button{ left: 0;}
-.dragGroup button p{color: #fff; font-size: 35px;}
-.dropGroup button p{
+.dropGroup button {
+  left: 0;
+}
+
+.dragGroup button p {
+  color: #fff;
+  font-size: 35px;
+}
+
+.dropGroup button p {
   font-size: 48px;
-  color: #fff;}
-</style>
+  color: #fff;
+}</style>
client/views/pages/main/Chapter/Chapter2_7.vue
--- client/views/pages/main/Chapter/Chapter2_7.vue
+++ client/views/pages/main/Chapter/Chapter2_7.vue
@@ -1,9 +1,9 @@
 <template>
   <div id="Chapter1_1" class="content-wrap">
-    <div style="margin: 30px 0px 50px">
-        <router-link to="/MyPlan.page">
-          <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
-        </router-link>
+    <div style="margin: 30px 0px 50px; width: 20%">
+      <router-link to="/MyPlan.page">
+        <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
+      </router-link>
     </div>
     <div class="title-box mb25 flex align-center mt40">
       <span class="title mr40">1. Hello WORLD</span>
client/views/pages/main/Chapter/Chapter2_8.vue
--- client/views/pages/main/Chapter/Chapter2_8.vue
+++ client/views/pages/main/Chapter/Chapter2_8.vue
@@ -1,6 +1,6 @@
 <template>
   <div id="Chapter1_1" class="content-wrap">
-    <div style="margin: 30px 0px 50px">
+    <div style="margin: 30px 0px 50px; width: 20%">
       <router-link to="/MyPlan.page">
         <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
       </router-link>
client/views/pages/main/Chapter/Chapter2_9.vue
--- client/views/pages/main/Chapter/Chapter2_9.vue
+++ client/views/pages/main/Chapter/Chapter2_9.vue
@@ -1,6 +1,6 @@
 <template>
   <div id="Chapter1_1" class="content-wrap">
-    <div style="margin: 30px 0px 50px">
+    <div style="margin: 30px 0px 50px; width: 20%">
       <router-link to="/MyPlan.page">
         <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
       </router-link>
client/views/pages/main/Chapter/Chapter3.vue
--- client/views/pages/main/Chapter/Chapter3.vue
+++ client/views/pages/main/Chapter/Chapter3.vue
@@ -1,10 +1,10 @@
 <template>
     <div id="Chapter1_1" class="content-wrap">
-      <div style="margin: 30px 0px 50px">
-        <router-link to="/MyPlan.page">
-          <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
-        </router-link>
-      </div>
+      <div style="margin: 30px 0px 50px; width: 20%">
+      <router-link to="/MyPlan.page">
+        <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
+      </router-link>
+    </div>
       <div class="title-box mb25 flex align-center mt40">
         <span class="title mr40">1. Hello WORLD</span>
         <span class="subtitle">my name is dd</span>
client/views/pages/main/Chapter/Chapter3_1.vue
--- client/views/pages/main/Chapter/Chapter3_1.vue
+++ client/views/pages/main/Chapter/Chapter3_1.vue
@@ -1,9 +1,9 @@
 <template>
   <div id="Chapter1_1" class="content-wrap">
-    <div style="margin: 30px 0px 50px">
-        <router-link to="/MyPlan.page">
-          <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
-        </router-link>
+    <div style="margin: 30px 0px 50px; width: 20%">
+      <router-link to="/MyPlan.page">
+        <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
+      </router-link>
     </div>
     <div class="title-box mb25 flex align-center mt40">
       <span class="title mr40">1. Hello WORLD</span>
client/views/pages/main/Chapter/Chapter3_10.vue
--- client/views/pages/main/Chapter/Chapter3_10.vue
+++ client/views/pages/main/Chapter/Chapter3_10.vue
@@ -1,9 +1,9 @@
 <template>
   <div id="Chapter1_1" class="content-wrap">
-    <div style="margin: 30px 0px 50px">
-        <router-link to="/MyPlan.page">
-          <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
-        </router-link>
+    <div style="margin: 30px 0px 50px; width: 20%">
+      <router-link to="/MyPlan.page">
+        <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
+      </router-link>
     </div>
     <div class="title-box mb25 flex align-center mt40">
       <span class="title mr40">1. Hello WORLD</span>
@@ -14,23 +14,23 @@
       <div class="content title-box">
         <p class="title mt25 title-bg">step3.</p>
         <div class="flex align-center mb30">
-               <p class="subtitle2 mr20">듣고 알맞은 것을 고르세요.</p>
-               <button><img src="../../../../resources/img/btn10_s.png" alt="">
-               </button>
-            </div>
+          <p class="subtitle2 mr20">듣고 알맞은 것을 고르세요.</p>
+          <button><img src="../../../../resources/img/btn10_s.png" alt="">
+          </button>
+        </div>
 
         <div class="text-ct">
           <div class="time-hint">
-          <button class="hint-btn">HINT</button>
+            <button class="hint-btn">HINT</button>
             <div class="time-bg mt20">
-                <div>
-                  <div class="time">
-                    <p class="second">{{ timer }}</p>
-                    <p class="text">sec</p>
-                  </div>
+              <div>
+                <div class="time">
+                  <p class="second">{{ timer }}</p>
+                  <p class="text">sec</p>
                 </div>
               </div>
-         </div>
+            </div>
+          </div>
           <div class="imgGroup  mt20">
             <img src="../../../../resources/img/img116_59s.png" alt="">
             <p class="title1 mt10" style="width: auto;"><strong>진수가 거절한 제안</strong>은 무엇인지 우리말로 쓰세요.</p>
@@ -115,7 +115,10 @@
 }
 </script>
 <style scoped>
-input.yellow-bd{width: 30%;}
+input.yellow-bd {
+  width: 30%;
+}
+
 .dropGroup button {
   position: relative;
 }
@@ -133,5 +136,4 @@
 
 .dragGroup button p {
   font-size: 48px;
-}
-</style>
(No newline at end of file)
+}</style>
(No newline at end of file)
client/views/pages/main/Chapter/Chapter3_11.vue
--- client/views/pages/main/Chapter/Chapter3_11.vue
+++ client/views/pages/main/Chapter/Chapter3_11.vue
@@ -1,9 +1,9 @@
 <template>
   <div id="Chapter1_1" class="content-wrap">
-    <div style="margin: 30px 0px 50px">
-        <router-link to="/MyPlan.page">
-          <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
-        </router-link>
+    <div style="margin: 30px 0px 50px; width: 20%">
+      <router-link to="/MyPlan.page">
+        <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
+      </router-link>
     </div>
     <div class="title-box mb25 flex align-center mt40">
       <span class="title mr40">1. Hello WORLD</span>
@@ -14,23 +14,23 @@
       <div class="content title-box">
         <p class="title mt25 title-bg">step3.</p>
         <div class="flex align-center mb30">
-               <p class="subtitle2 mr20">그림을 보고 빈칸을 채우세요.</p>
-               <!-- <button><img src="../../../../resources/img/btn10_s.png" alt="">
+          <p class="subtitle2 mr20">그림을 보고 빈칸을 채우세요.</p>
+          <!-- <button><img src="../../../../resources/img/btn10_s.png" alt="">
                </button> -->
-            </div>
+        </div>
 
         <div class="text-ct">
           <div class="time-hint">
-          <button class="hint-btn">HINT</button>
+            <button class="hint-btn">HINT</button>
             <div class="time-bg mt20">
-                <div>
-                  <div class="time">
-                    <p class="second">{{ timer }}</p>
-                    <p class="text">sec</p>
-                  </div>
+              <div>
+                <div class="time">
+                  <p class="second">{{ timer }}</p>
+                  <p class="text">sec</p>
                 </div>
               </div>
-         </div>
+            </div>
+          </div>
           <div class="imgGroup  mt20">
             <img src="../../../../resources/img/img115_58s.png" alt="">
             <!-- <p class="title1 mt10"><strong>진수가 거절한 제안</strong>은 무엇인지 우리말로 쓰세요.</p> -->
client/views/pages/main/Chapter/Chapter3_12.vue
--- client/views/pages/main/Chapter/Chapter3_12.vue
+++ client/views/pages/main/Chapter/Chapter3_12.vue
@@ -1,9 +1,9 @@
 <template>
   <div id="Chapter1_1" class="content-wrap">
-    <div style="margin: 30px 0px 50px">
-        <router-link to="/MyPlan.page">
-          <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
-        </router-link>
+    <div style="margin: 30px 0px 50px; width: 20%">
+      <router-link to="/MyPlan.page">
+        <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
+      </router-link>
     </div>
     <div class="title-box mb25 flex align-center mt40">
       <span class="title mr40">1. Hello WORLD</span>
client/views/pages/main/Chapter/Chapter3_13.vue
--- client/views/pages/main/Chapter/Chapter3_13.vue
+++ client/views/pages/main/Chapter/Chapter3_13.vue
@@ -1,9 +1,9 @@
 <template>
   <div id="Chapter1_1" class="content-wrap">
-    <div style="margin: 30px 0px 50px">
-        <router-link to="/MyPlan.page">
-          <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
-        </router-link>
+    <div style="margin: 30px 0px 50px; width: 20%">
+      <router-link to="/MyPlan.page">
+        <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
+      </router-link>
     </div>
     <div class="title-box mb25 flex align-center mt40">
       <span class="title mr40">1. Hello WORLD</span>
client/views/pages/main/Chapter/Chapter3_14.vue
--- client/views/pages/main/Chapter/Chapter3_14.vue
+++ client/views/pages/main/Chapter/Chapter3_14.vue
@@ -1,9 +1,9 @@
 <template>
   <div id="Chapter1_1" class="content-wrap">
-    <div style="margin: 30px 0px 50px">
-        <router-link to="/MyPlan.page">
-          <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
-        </router-link>
+    <div style="margin: 30px 0px 50px; width: 20%">
+      <router-link to="/MyPlan.page">
+        <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
+      </router-link>
     </div>
     <div class="title-box mb25 flex align-center mt40">
       <span class="title mr40">1. Hello WORLD</span>
client/views/pages/main/Chapter/Chapter3_15.vue
--- client/views/pages/main/Chapter/Chapter3_15.vue
+++ client/views/pages/main/Chapter/Chapter3_15.vue
@@ -1,9 +1,9 @@
 <template>
   <div id="Chapter1_1" class="content-wrap">
-    <div style="margin: 30px 0px 50px">
-        <router-link to="/MyPlan.page">
-          <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
-        </router-link>
+    <div style="margin: 30px 0px 50px; width: 20%">
+      <router-link to="/MyPlan.page">
+        <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
+      </router-link>
     </div>
     <div class="title-box mb25 flex align-center mt40">
       <span class="title mr40">1. Hello WORLD</span>
client/views/pages/main/Chapter/Chapter3_16.vue
--- client/views/pages/main/Chapter/Chapter3_16.vue
+++ client/views/pages/main/Chapter/Chapter3_16.vue
@@ -1,9 +1,9 @@
 <template>
   <div id="Chapter1_1" class="content-wrap">
-    <div style="margin: 30px 0px 50px">
-        <router-link to="/MyPlan.page">
-          <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
-        </router-link>
+    <div style="margin: 30px 0px 50px; width: 20%">
+      <router-link to="/MyPlan.page">
+        <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
+      </router-link>
     </div>
     <div class="title-box mb25 flex align-center mt40">
       <span class="title mr40">1. Hello WORLD</span>
client/views/pages/main/Chapter/Chapter3_2.vue
--- client/views/pages/main/Chapter/Chapter3_2.vue
+++ client/views/pages/main/Chapter/Chapter3_2.vue
@@ -1,9 +1,9 @@
 <template>
   <div id="Chapter1_1" class="content-wrap">
-    <div style="margin: 30px 0px 50px">
-        <router-link to="/MyPlan.page">
-          <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
-        </router-link>
+    <div style="margin: 30px 0px 50px; width: 20%">
+      <router-link to="/MyPlan.page">
+        <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
+      </router-link>
     </div>
     <div class="title-box mb25 flex align-center mt40">
       <span class="title mr40">1. Hello WORLD</span>
client/views/pages/main/Chapter/Chapter3_3.vue
--- client/views/pages/main/Chapter/Chapter3_3.vue
+++ client/views/pages/main/Chapter/Chapter3_3.vue
@@ -1,9 +1,9 @@
 <template>
   <div id="Chapter1_1" class="content-wrap">
-    <div style="margin: 30px 0px 50px">
-        <router-link to="/MyPlan.page">
-          <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
-        </router-link>
+    <div style="margin: 30px 0px 50px; width: 20%">
+      <router-link to="/MyPlan.page">
+        <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
+      </router-link>
     </div>
     <div class="title-box mb25 flex align-center mt40">
       <span class="title mr40">1. Hello WORLD</span>
client/views/pages/main/Chapter/Chapter3_3_1.vue
--- client/views/pages/main/Chapter/Chapter3_3_1.vue
+++ client/views/pages/main/Chapter/Chapter3_3_1.vue
@@ -1,9 +1,9 @@
 <template>
   <div id="Chapter1_1" class="content-wrap">
-    <div style="margin: 30px 0px 50px">
-        <router-link to="/MyPlan.page">
-          <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
-        </router-link>
+    <div style="margin: 30px 0px 50px; width: 20%">
+      <router-link to="/MyPlan.page">
+        <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
+      </router-link>
     </div>
     <div class="title-box mb25 flex align-center mt40">
       <span class="title mr40">1. Hello WORLD</span>
client/views/pages/main/Chapter/Chapter3_4.vue
--- client/views/pages/main/Chapter/Chapter3_4.vue
+++ client/views/pages/main/Chapter/Chapter3_4.vue
@@ -1,9 +1,9 @@
 <template>
   <div id="Chapter1_1" class="content-wrap">
-    <div style="margin: 30px 0px 50px">
-        <router-link to="/MyPlan.page">
-          <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
-        </router-link>
+    <div style="margin: 30px 0px 50px; width: 20%">
+      <router-link to="/MyPlan.page">
+        <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
+      </router-link>
     </div>
     <div class="title-box mb25 flex align-center mt40">
       <span class="title mr40">1. Hello WORLD</span>
client/views/pages/main/Chapter/Chapter3_5.vue
--- client/views/pages/main/Chapter/Chapter3_5.vue
+++ client/views/pages/main/Chapter/Chapter3_5.vue
@@ -1,9 +1,9 @@
 <template>
   <div id="Chapter1_1" class="content-wrap">
-    <div style="margin: 30px 0px 50px">
-        <router-link to="/MyPlan.page">
-          <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
-        </router-link>
+    <div style="margin: 30px 0px 50px; width: 20%">
+      <router-link to="/MyPlan.page">
+        <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
+      </router-link>
     </div>
     <div class="title-box mb25 flex align-center mt40">
       <span class="title mr40">1. Hello WORLD</span>
client/views/pages/main/Chapter/Chapter3_6.vue
--- client/views/pages/main/Chapter/Chapter3_6.vue
+++ client/views/pages/main/Chapter/Chapter3_6.vue
@@ -1,10 +1,10 @@
 <template>
    <div id="Chapter2_2" class="content-wrap">
-      <div style="margin: 30px 0px 50px">
-        <router-link to="/MyPlan.page">
-          <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
-        </router-link>
-      </div>
+      <div style="margin: 30px 0px 50px; width: 20%">
+      <router-link to="/MyPlan.page">
+        <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
+      </router-link>
+    </div>
       <div class="title-box mb25 flex align-center mt40">
          <span class="title mr40">1. Hello WORLD</span>
          <span class="subtitle">my name is dd</span>
client/views/pages/main/Chapter/Chapter3_7.vue
--- client/views/pages/main/Chapter/Chapter3_7.vue
+++ client/views/pages/main/Chapter/Chapter3_7.vue
@@ -1,10 +1,8 @@
 <template>
     <div id="Chapter1_1" class="content-wrap">
-        <div style="margin: 30px 0px 50px">
+        <div style="margin: 30px 0px 50px; width: 20%">
             <router-link to="/MyPlan.page">
-                <div class="logo mb25">
-                    <img src="../../../../resources/img/logo2.png" alt="" />
-                </div>
+                <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
             </router-link>
         </div>
         <div class="title-box mb25 flex align-center mt40">
@@ -20,10 +18,7 @@
                 <div class="flex align-center mb30">
                     <p class="subtitle2 mr20">{{ dataList.prblmExpln }}</p>
                     <button>
-                        <img
-                            src="../../../../resources/img/btn10_s.png"
-                            alt=""
-                        />
+                        <img src="../../../../resources/img/btn10_s.png" alt="" />
                     </button>
                 </div>
 
@@ -40,42 +35,26 @@
                         </div>
                     </div>
 
-                    <div
-                        class="pickGroup flex align-center justify-between mt80"
-                        style="gap: 100px"
-                        v-for="(item, index) in problemDetail"
-                        :key="item.id"
-                    >
+                    <div class="pickGroup flex align-center justify-between mt80" style="gap: 100px"
+                        v-for="(item, index) in problemDetail" :key="item.id">
                         <p>{{ index + 1 }}. {{ item.prblmDtlExpln }}</p>
                         <div class="flex justify-center" style="gap: 60px">
                             <article>
                                 <div class="flex align-center">
                                     <button>
-                                        <img
-                                            src="../../../../resources/img/img136_71s.png"
-                                            alt=""
-                                        />
+                                        <img src="../../../../resources/img/img136_71s.png" alt="" />
                                         <p>1</p>
                                     </button>
-                                    <img
-                                        src="../../../../resources/img/img111_56s.png"
-                                        alt=""
-                                    />
+                                    <img src="../../../../resources/img/img111_56s.png" alt="" />
                                 </div>
                             </article>
                             <article>
                                 <div class="flex align-center">
                                     <button>
-                                        <img
-                                            src="../../../../resources/img/img136_71s.png"
-                                            alt=""
-                                        />
+                                        <img src="../../../../resources/img/img136_71s.png" alt="" />
                                         <p>2</p>
                                     </button>
-                                    <img
-                                        src="../../../../resources/img/img112_56s.png"
-                                        alt=""
-                                    />
+                                    <img src="../../../../resources/img/img112_56s.png" alt="" />
                                 </div>
                             </article>
                         </div>
@@ -174,9 +153,11 @@
     font-size: 48px;
     font-family: "ONEMobilePOP";
 }
+
 .pickGroup {
     padding: 0px 80px;
 }
+
 .pickGroup p {
     font-size: 34px;
     font-weight: bold;
client/views/pages/main/Chapter/Chapter3_8.vue
--- client/views/pages/main/Chapter/Chapter3_8.vue
+++ client/views/pages/main/Chapter/Chapter3_8.vue
@@ -1,75 +1,87 @@
 <template>
-    <div id="Chapter1_1" class="content-wrap">
-      <div style="margin: 30px 0px 50px">
-        <router-link to="/MyPlan.page">
-          <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
-        </router-link>
-      </div>
-      <div class="title-box mb25 flex align-center mt40">
-        <span class="title mr40">1. Hello WORLD</span>
-        <span class="subtitle">my name is dd</span>
-      </div>
-      <div class="flex justify-between align-center">
-        <div class="pre-btn" @click="goToPage('Chapter3_7')"><img src="../../../../resources/img/left.png" alt=""></div>
-        <div class="content title-box">
-          <p class="title mt25 title-bg">step3.</p>
-          <div class="flex align-center mb30">
-               <p class="subtitle2 mr20">주어진 단어 중 인 것을 고르세요.</p>
-               <!-- <button><img src="../../../../resources/img/btn10_s.png" alt="">
+  <div id="Chapter1_1" class="content-wrap">
+    <div style="margin: 30px 0px 50px; width: 20%">
+      <router-link to="/MyPlan.page">
+        <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
+      </router-link>
+    </div>
+    <div class="title-box mb25 flex align-center mt40">
+      <span class="title mr40">1. Hello WORLD</span>
+      <span class="subtitle">my name is dd</span>
+    </div>
+    <div class="flex justify-between align-center">
+      <div class="pre-btn" @click="goToPage('Chapter3_7')"><img src="../../../../resources/img/left.png" alt=""></div>
+      <div class="content title-box">
+        <p class="title mt25 title-bg">step3.</p>
+        <div class="flex align-center mb30">
+          <p class="subtitle2 mr20">주어진 단어 중 인 것을 고르세요.</p>
+          <!-- <button><img src="../../../../resources/img/btn10_s.png" alt="">
                </button> -->
-            </div>
-  
-          <div class="text-ct">
-            <div class="time-hint">
-          <button class="hint-btn">HINT</button>
+        </div>
+
+        <div class="text-ct">
+          <div class="time-hint">
+            <button class="hint-btn">HINT</button>
             <div class="time-bg mt20">
-                <div>
-                  <div class="time">
-                    <p class="second">{{ timer }}</p>
-                    <p class="text">sec</p>
-                  </div>
+              <div>
+                <div class="time">
+                  <p class="second">{{ timer }}</p>
+                  <p class="text">sec</p>
                 </div>
               </div>
-         </div>
+            </div>
+          </div>
           <div class="imgGroup flex align-center justify-center mt50">
             <img src="../../../../resources/img/img114_57s.png" alt="">
-               <input class="yellow-bd ml50" style="width: 30%;" type="text" name="" id="" placeholder="답을 입력하세요.">
-             
+            <input class="yellow-bd ml50" style="width: 30%;" type="text" name="" id="" placeholder="답을 입력하세요.">
+
           </div>
-          <div class="flex justify-center mt40 " >
-              <div class="dragGroup flex " style="gap: 50px;">
-              <button><img src="../../../../resources/img/img63_37s.png" alt=""><p @click="handleDrag(1)">A</p></button>
-              <button><img src="../../../../resources/img/img63_37s_1.png" alt=""><p @click="handleDrag(1)">A</p></button>
-              <button><img src="../../../../resources/img/img63_37s.png" alt=""><p @click="handleDrag(1)">A</p></button>
-              <button><img src="../../../../resources/img/img63_37s_2.png" alt=""><p @click="handleDrag(1)">A</p></button>
-              <button><img src="../../../../resources/img/img63_37s_1.png" alt=""><p @click="handleDrag(1)">A</p></button>
-              <button><img src="../../../../resources/img/img63_37s_2.png" alt=""><p @click="handleDrag(1)">A</p></button>
+          <div class="flex justify-center mt40 ">
+            <div class="dragGroup flex " style="gap: 50px;">
+              <button><img src="../../../../resources/img/img63_37s.png" alt="">
+                <p @click="handleDrag(1)">A</p>
+              </button>
+              <button><img src="../../../../resources/img/img63_37s_1.png" alt="">
+                <p @click="handleDrag(1)">A</p>
+              </button>
+              <button><img src="../../../../resources/img/img63_37s.png" alt="">
+                <p @click="handleDrag(1)">A</p>
+              </button>
+              <button><img src="../../../../resources/img/img63_37s_2.png" alt="">
+                <p @click="handleDrag(1)">A</p>
+              </button>
+              <button><img src="../../../../resources/img/img63_37s_1.png" alt="">
+                <p @click="handleDrag(1)">A</p>
+              </button>
+              <button><img src="../../../../resources/img/img63_37s_2.png" alt="">
+                <p @click="handleDrag(1)">A</p>
+              </button>
             </div>
-            
+
           </div>
         </div>
-        </div>
-        <div class="next-btn" @click="goToPage('Chapter3_9')"><img src="../../../../resources/img/right.png" alt=""></div>
       </div>
+      <div class="next-btn" @click="goToPage('Chapter3_9')"><img src="../../../../resources/img/right.png" alt=""></div>
     </div>
-  </template>
+  </div>
+</template>
   
-  <script>
-  export default {
-    data() {
-      return {
-          timer: '00',
-        showButton1: false,
+<script>
+export default {
+  data() {
+    return {
+      timer: '00',
+      showButton1: false,
       showButton2: false,
       showButton3: false,
       showButton4: false,
-      }
+    }
+  },
+  methods: {
+    goToPage(page) {
+      this.$router.push({ name: page });
     },
-    methods: {
-      goToPage(page) {
-        this.$router.push({ name: page });
-      },
-      handleDrag(dragNumber) {
+    handleDrag(dragNumber) {
       // Drag 버튼 숨기기
       // 여기서는 상태 관리를 통해 버튼을 제어합니다.
       if (dragNumber === 1) {
@@ -106,25 +118,35 @@
         }
       }, 1000);
     }
-    },
-    watch: {
-  
-    },
-    computed: {
-  
-    },
-    components: {
-    },
-    mounted() {
-      
-    }
+  },
+  watch: {
+
+  },
+  computed: {
+
+  },
+  components: {
+  },
+  mounted() {
+
   }
-  </script>
-  <style scoped>
-  .dropGroup button{position: relative;}
-  .dropGroup button p{ font-size: 48px;}
-  .dragGroup{background-color: #F2F4F8; padding: 30px 50px; width: max-content; border-radius: 20px;}
-.dragGroup button p{
+}
+</script>
+<style scoped>.dropGroup button {
+  position: relative;
+}
+
+.dropGroup button p {
   font-size: 48px;
-  }
-</style>
(No newline at end of file)
+}
+
+.dragGroup {
+  background-color: #F2F4F8;
+  padding: 30px 50px;
+  width: max-content;
+  border-radius: 20px;
+}
+
+.dragGroup button p {
+  font-size: 48px;
+}</style>
(No newline at end of file)
client/views/pages/main/Chapter/Chapter3_9.vue
--- client/views/pages/main/Chapter/Chapter3_9.vue
+++ client/views/pages/main/Chapter/Chapter3_9.vue
@@ -1,10 +1,8 @@
 <template>
     <div id="Chapter1_1" class="content-wrap">
-        <div style="margin: 30px 0px 50px">
+        <div style="margin: 30px 0px 50px; width: 20%">
             <router-link to="/MyPlan.page">
-                <div class="logo mb25">
-                    <img src="../../../../resources/img/logo2.png" alt="" />
-                </div>
+                <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
             </router-link>
         </div>
         <div class="title-box mb25 flex align-center mt40">
@@ -36,18 +34,9 @@
                         </div>
                     </div>
                     <div class="imgGroup mt50">
-                        <img
-                            src="../../../../resources/img/img115_58s.png"
-                            alt=""
-                        />
+                        <img src="../../../../resources/img/img115_58s.png" alt="" />
                         <div class="mt50">
-                            <input
-                                class="yellow-bd"
-                                type="text"
-                                name=""
-                                id=""
-                                placeholder="답을 입력하세요."
-                            />
+                            <input class="yellow-bd" type="text" name="" id="" placeholder="답을 입력하세요." />
                         </div>
                     </div>
                 </div>
@@ -151,6 +140,7 @@
 input.yellow-bd {
     width: 30%;
 }
+
 .dropGroup button {
     position: relative;
 }
client/views/pages/main/Chapter/Chapter4.vue
--- client/views/pages/main/Chapter/Chapter4.vue
+++ client/views/pages/main/Chapter/Chapter4.vue
@@ -1,10 +1,8 @@
 <template>
     <div id="Chapter1_1" class="content-wrap">
-        <div style="margin: 30px 0px 50px">
+        <div style="margin: 30px 0px 50px; width: 20%">
             <router-link to="/MyPlan.page">
-                <div class="logo mb25">
-                    <img src="../../../../resources/img/logo2.png" alt="" />
-                </div>
+                <div class="logo mb25"><img src="../../../../resources/img/logo2.png" alt=""></div>
             </router-link>
         </div>
         <div class="title-box mb25 flex align-center mt40">
@@ -23,23 +21,12 @@
                  </button>
                 </div> -->
 
-                <div
-                    class="text-ct flex justify-center"
-                    style="gap: 150px; margin: 0 auto"
-                >
+                <div class="text-ct flex justify-center" style="gap: 150px; margin: 0 auto">
                     <div class="wrap-bg">
                         <div class="title-box flex mb10 justify-between">
                             <p class="title mb20">최종 점수</p>
-                            <button
-                                type="button"
-                                class="popup-close-btn"
-                                @click="closeBtn"
-                            >
-                                <svg-icon
-                                    type="mdi"
-                                    :path="mdiWindowClose"
-                                    class="close-btn"
-                                ></svg-icon>
+                            <button type="button" class="popup-close-btn" @click="closeBtn">
+                                <svg-icon type="mdi" :path="mdiWindowClose" class="close-btn"></svg-icon>
                             </button>
                         </div>
                         <div style="width: 100%" class="flex mt30">
@@ -51,27 +38,12 @@
                     <div class="bg-gray" style="width: 980px">
                         <div class="title-box flex mb10 justify-between">
                             <p class="title mb20">오답 문제 리스트</p>
-                            <button
-                                type="button"
-                                class="popup-close-btn"
-                                @click="closeBtn"
-                            >
-                                <svg-icon
-                                    type="mdi"
-                                    :path="mdiWindowClose"
-                                    class="close-btn"
-                                ></svg-icon>
+                            <button type="button" class="popup-close-btn" @click="closeBtn">
+                                <svg-icon type="mdi" :path="mdiWindowClose" class="close-btn"></svg-icon>
                             </button>
                         </div>
-                        <article
-                            class="mb20 flex-column result-box"
-                            style="gap: 20px"
-                        >
-                            <div
-                                class="flex justify-between wrap"
-                                v-for="(item, index) in dataList"
-                                :key="item.id"
-                            >
+                        <article class="mb20 flex-column result-box" style="gap: 20px">
+                            <div class="flex justify-between wrap" v-for="(item, index) in dataList" :key="item.id">
                                 <div class="flex align-center">
                                     <div>
                                         <p class="title1 mr20">
@@ -85,21 +57,13 @@
                                     </div>
                                 </div>
                                 <div>
-                                    <div
-                                        class="flex align-center"
-                                        style="gap: 10px"
-                                    >
-                                        <button
-                                            type="button"
-                                            title="정답 확인"
-                                            class="yellow-btn"
-                                            @click="
-                                                [
-                                                    handleProblemDetail(item),
-                                                    goToPage(problemType),
-                                                ]
-                                            "
-                                        >
+                                    <div class="flex align-center" style="gap: 10px">
+                                        <button type="button" title="정답 확인" class="yellow-btn" @click="
+                                            [
+                                                handleProblemDetail(item),
+                                                goToPage(problemType),
+                                            ]
+                                            ">
                                             정답 확인
                                         </button>
                                     </div>
Add a comment
List