최정임 최정임 2023-07-03
230703 최정임 반응형 작업 및 핀 이미지 추가
@bbfec449d282181370b9e7069a2530f21452136e
client/resources/css/layout.css
--- client/resources/css/layout.css
+++ client/resources/css/layout.css
@@ -58,7 +58,7 @@
   color: #3b3d3d;
   font-size: 28px;
   font-weight: bolder;
-  /* width: 41rem; */
+  width: 41rem;
   padding-left: 9rem;
 }
 
client/resources/images/close.png (Binary)
--- client/resources/images/close.png
+++ client/resources/images/close.png
Binary file is not shown
 
client/resources/images/close2.png (Binary) (added)
+++ client/resources/images/close2.png
Binary file is not shown
client/views/layout/Header.vue
--- client/views/layout/Header.vue
+++ client/views/layout/Header.vue
@@ -368,7 +368,7 @@
     toggle(){
 
       if (this.imageSrc === 'https://firebasestorage.googleapis.com/v0/b/senior-care-system-dcf90.appspot.com/o/menu2.png?alt=media&token=6f3b2966-0820-419d-ba82-97290e71a7b5') {
-        this.imageSrc = 'https://firebasestorage.googleapis.com/v0/b/senior-care-system-dcf90.appspot.com/o/close.png?alt=media&token=3bb79767-6d6e-4742-aede-5a2e065daee2';
+        this.imageSrc = 'https://firebasestorage.googleapis.com/v0/b/senior-care-system-dcf90.appspot.com/o/close2.png?alt=media&token=801544fa-80dd-4dc5-98c2-099a2fdb7791';
       } else {
         this.imageSrc = 'https://firebasestorage.googleapis.com/v0/b/senior-care-system-dcf90.appspot.com/o/menu2.png?alt=media&token=6f3b2966-0820-419d-ba82-97290e71a7b5';
       }
@@ -629,7 +629,7 @@
   .contenedor-menu2 a {
     width: 100vw;
     text-align: center;
-    font-size: 20px;
+    font-size: 18px;
     font-weight: 500;
     margin-top: 20px;
     margin-bottom: 20px;
client/views/pages/main/IdFind.vue
--- client/views/pages/main/IdFind.vue
+++ client/views/pages/main/IdFind.vue
@@ -2,23 +2,42 @@
   <div class="wrap">
     <div>
       <div>
-        <h2 class="page-title">Login</h2>
+        <h2 class="page-title">아이디 찾기</h2>
       </div>
-      <hr class="margin">
+      <hr class="margin" />
       <div class="form-wrap">
         <form action="">
           <div class="flex m-b">
             <span>이름 : </span>
-            <input type="text" name="" id="" placeholder="이름">
+            <input type="text" name="" id="" placeholder="이름" />
           </div>
           <div class="flex m-b">
             <span>이메일 : </span>
-            <input type="password" name="" id="" placeholder="e-mail">
+            <input type="email" name="" id="" placeholder="e-mail" />
           </div>
-          
 
           <div class="btn-wrap">
-            <button type="button" class="green-btn m-r" @click="modal_1 = true">찾기</button>
+            <button type="button" class="green-btn m-r" @click="modal_1 = true">
+              찾기
+            </button>
+            <div class="modal-wrap" v-if="modal_1 == true">
+                      <div class="modal-bg"></div>
+                      <div class="modal">
+                        <button
+                            type="button"
+                            class="gray-btn"
+                            @click="modal_1 = false"
+                          >
+                            <img
+                              src="../../../resources/images/close.png"
+                              alt=""
+                            />
+                          </button>
+                        <div class="modalmain">
+                                               
+                        </div>
+                      </div>
+                    </div>
             <router-link to="">
               <span class="btn-2 gray-btn">취소</span>
             </router-link>
@@ -27,8 +46,6 @@
       </div>
     </div>
   </div>
-
-  
 </template>
 
 <script>
@@ -48,8 +65,23 @@
 </script>
 
 <style scoped>
-.btn-wrap span{font-size: 13px; margin-top: 2rem;}
-.loginbtn{padding: 1rem 0; margin-bottom: 1rem;}
+@media all and (max-width: 479px) {
+  .modal{padding: 1rem;}
+  .form-wrap input{}
+  .form-wrap{ width: -webkit-fill-available !important;}
+  .wrap {
+    width: -webkit-fill-available !important;
+    padding: 0 1rem;
+  }
+}
+.btn-wrap span {
+  font-size: 13px;
+  margin-top: 2rem;
+}
+.loginbtn {
+  padding: 1rem 0;
+  margin-bottom: 1rem;
+}
 .wrap {
   width: 155rem;
   margin: 100px auto;
@@ -111,7 +143,6 @@
   color: #000;
 }
 
-
 .form-wrap .flex span {
   display: inline-block;
   width: 10rem;
@@ -151,7 +182,7 @@
   position: absolute;
   width: 100%;
   height: 100%;
-  background-color: rgba(0, 0, 0, .6);
+  background-color: rgba(0, 0, 0, 0.6);
 }
 
 .modal {
@@ -174,4 +205,4 @@
 .txt-point {
   color: #13833b;
 }
-</style>
(No newline at end of file)
+</style>
Add a comment
List