yjryu / KERIS star
류윤주 류윤주 2023-11-17
231117 류윤주 커밋
@ac00b484cef278c5c1562d4feb4731b4d4e88c45
client/resources/css/Main.css
--- client/resources/css/Main.css
+++ client/resources/css/Main.css
@@ -82,7 +82,7 @@
   overflow-y: auto;
 }
 
-.modal-content-box > p {
+.modal-content-box>p {
   margin-bottom: 1.5rem;
 }
 
@@ -97,7 +97,7 @@
   flex: 0 0 10%;
 }
 
-.modal-content-box > div > ul {
+.modal-content-box>div>ul {
   flex: 0 0 85%;
 }
 
@@ -119,11 +119,11 @@
   grid-template-columns: 1fr 1fr 1fr;
 }
 
-.main-puzzle-container > div:nth-child(4) {
+.main-puzzle-container>div:nth-child(4) {
   position: relative;
 }
 
-.main-puzzle-container > div:nth-child(4)::after {
+.main-puzzle-container>div:nth-child(4)::after {
   position: absolute;
   content: "";
   width: 90px;
@@ -217,14 +217,17 @@
   background-size: cover;
   z-index: 1;
 }
-.main-position {
+
+/* .main-position {
   position: relative;
-}
-.main-position > a {
-  position: absolute;
-  top: 50%;
-  left: 50%;
-  transform: translate(-50%, -50%);
+}*/
+
+.main-position>a {
+  display: flex;
+  justify-content: center;
+  flex-direction: column;
+  align-items: center;
+  height: 100%;
 }
 
 .main-wrap-grid-2 div,
@@ -550,7 +553,7 @@
   background-color: #e2e2e2;
 }
 
-.matching-box-grid > h3 {
+.matching-box-grid>h3 {
   font-size: 2.6rem;
   padding: 3rem;
   font-family: SBaggroM;
@@ -838,7 +841,7 @@
   grid-template-columns: 1fr 1fr 1fr;
 }
 
-.modal-img > p {
+.modal-img>p {
   padding: 10px 0;
   font-size: 1.6rem;
   text-align: center;
@@ -1371,7 +1374,7 @@
   margin-left: 110px;
 }
 
-.tech-txt-wrap li > * {
+.tech-txt-wrap li>* {
   display: inline-block;
   font-weight: 400;
   font-size: 2rem;
@@ -1421,6 +1424,22 @@
   font-size: 1.3rem;
 }
 
+.keyword-zone {
+  width: 243px;
+  width: 243px;
+  height: 50px;
+  text-align: left;
+  overflow: hidden;
+}
+
+.keyword-zone span {
+  display: inline-block;
+  padding: 5px 10px;
+  border-radius: 3px;
+  margin-right: 10px;
+  background-color: #dddd;
+}
+
 /* 가리기  */
 .tech-box-sec-img {
   box-shadow: 3px 3px 6px rgba(191, 191, 191, 0.447);
@@ -1459,7 +1478,7 @@
 }
 
 .info-sec div,
-.info-sec-1 > div {
+.info-sec-1>div {
   display: grid;
 
   border-bottom: 1px solid #333;
@@ -1496,7 +1515,7 @@
   grid-row: 1 / span 3;
 }
 
-.info-sec-1 > div > p {
+.info-sec-1>div>p {
   padding: 3rem 0;
   font-size: 1.2rem;
   color: #007aff;
@@ -1737,7 +1756,7 @@
   color: #666;
 }
 
-.matching-box-button div input[type="radio"]:checked + label {
+.matching-box-button div input[type="radio"]:checked+label {
   color: #007aff;
   border-bottom: 0px;
   background: linear-gradient(#71aef0, rgb(255, 255, 255));
@@ -1930,7 +1949,7 @@
   position: relative;
 }
 
-.join-imgbox > p {
+.join-imgbox>p {
   width: 100%;
   height: 100%;
   top: 0;
@@ -1938,7 +1957,7 @@
   position: absolute;
 }
 
-.join-imgbox > img {
+.join-imgbox>img {
   width: 100%;
   height: 100%;
   position: absolute;
@@ -2014,7 +2033,7 @@
   margin: 0 auto;
 }
 
-.login-info > div > p {
+.login-info>div>p {
   color: rgb(255, 0, 0);
   padding: 0 1rem;
   font-size: 1.5rem;
@@ -2385,7 +2404,7 @@
   padding: 1rem 0;
 }
 
-.address-sec > div {
+.address-sec>div {
   margin-bottom: 10px;
 }
 
@@ -2426,7 +2445,7 @@
   font-size: 1.4rem;
 }
 
-.keyword-label:checked + label {
+.keyword-label:checked+label {
   background: #d6e6ff;
   color: #007aff;
 }
@@ -2466,7 +2485,7 @@
   padding: 1rem 0;
 }
 
-.login-modal > p {
+.login-modal>p {
   padding: 1rem 0;
 }
 
@@ -2780,11 +2799,11 @@
   font-weight: 700;
 }
 
-.pwchange-div ul > li {
+.pwchange-div ul>li {
   padding: 0.5rem 0;
 }
 
-.pwchang-div > div:nth-child(1) {
+.pwchang-div>div:nth-child(1) {
   padding: 1rem 0;
 }
 
@@ -2803,11 +2822,13 @@
 .pwchange2-button .dark-gray-btn {
   margin: 0px;
 }
+
 .notice-search {
   width: 30%;
   display: flex;
   gap: 1rem;
 }
+
 .notice-search input:nth-child(2) {
   width: 20%;
 }
@@ -2888,6 +2909,7 @@
 .map-page span {
   color: #2b6fa9;
 }
+
 .modal-img {
   margin-bottom: 3rem;
-}
+}
(No newline at end of file)
client/views/pages/user/Data/Technology.vue
--- client/views/pages/user/Data/Technology.vue
+++ client/views/pages/user/Data/Technology.vue
@@ -21,7 +21,7 @@
                             <img src="../../../../resources/jpg/tech.png" alt="">
                         </div>
                         <div>
-                            <p class="content-detail">{{ item.tech_doc_keyword }}</p>
+                            <p class="keyword-zone"><span>{{ item.tech_doc_keyword }}</span></p>
                             <div class="flex">
                                 <p class="date">{{ yyyymmdd(item.reg_dt) }}</p>
                                 <p>조회수 <span>{{ item.view_cnt }}</span></p>
@@ -33,7 +33,6 @@
                     </li>
                     <li class="tech-box-sec ">
                         <div class="tech-box-fillter">
-
                             <div class="tech-box-sec-h3">
                                 <div class="flex">
                                     <h3>&nbsp;</h3>
client/views/pages/user/main/Main.vue
--- client/views/pages/user/main/Main.vue
+++ client/views/pages/user/main/Main.vue
@@ -75,7 +75,6 @@
                                         </table>
                                     </div>
                                 </div>
-
                                 <div class="main-wrap-grid-2 ">
                                     <div class="main-position">
                                         <a @click="showAlert">
Add a comment
List