
--- client/resources/css/Main.css
+++ client/resources/css/Main.css
... | ... | @@ -660,7 +660,8 @@ |
660 | 660 |
box-shadow: 0px 0px 0px white !important; |
661 | 661 |
flex-direction: row; |
662 | 662 |
justify-content: flex-end; |
663 |
-}two |
|
663 |
+} |
|
664 |
+.matching-box-1 p |
|
664 | 665 |
|
665 | 666 |
.matchingbox-1 p { |
666 | 667 |
text-align: right; |
... | ... | @@ -731,7 +732,7 @@ |
731 | 732 |
} |
732 | 733 |
|
733 | 734 |
.matchingbox-2 p { |
734 |
- width: 25%; |
|
735 |
+ width: 19%; |
|
735 | 736 |
} |
736 | 737 |
|
737 | 738 |
.mat-bos img { |
... | ... | @@ -2720,7 +2721,7 @@ |
2720 | 2721 |
} |
2721 | 2722 |
|
2722 | 2723 |
.main-benner .swiper { |
2723 |
- width: 555px; |
|
2724 |
+ width: 666px; |
|
2724 | 2725 |
} |
2725 | 2726 |
|
2726 | 2727 |
.swiper-2 { |
--- client/resources/css/responsive.css
+++ client/resources/css/responsive.css
... | ... | @@ -422,7 +422,6 @@ |
422 | 422 |
|
423 | 423 |
.list-table .notice-box:nth-of-type(1):before{ |
424 | 424 |
display: none; |
425 |
- text-align: left !important; |
|
426 | 425 |
} |
427 | 426 |
.data-btn-wrap select { |
428 | 427 |
width: 100%; |
... | ... | @@ -1224,6 +1223,11 @@ |
1224 | 1223 |
.tech-table tr:nth-of-type(5) td:before { |
1225 | 1224 |
content: "키워드"; |
1226 | 1225 |
} |
1226 |
+ |
|
1227 |
+ /* 공지사항 */ |
|
1228 |
+ .list-table .notice-box:nth-of-type(1):before{ |
|
1229 |
+ display: none; |
|
1230 |
+ } |
|
1227 | 1231 |
} |
1228 | 1232 |
|
1229 | 1233 |
@media all and (min-width: 767px) and (max-width: 1023px) { |
--- client/views/pages/user/networking/Matching.vue
+++ client/views/pages/user/networking/Matching.vue
... | ... | @@ -51,10 +51,10 @@ |
51 | 51 |
</div> |
52 | 52 |
<p class="content-detail">{{ company_simple_info }}</p> |
53 | 53 |
<div class="matchingbox-1"> |
54 |
- <p v-if="!item.pick_yn" @click.stop="pickModal(item)"><i |
|
54 |
+ <p v-if="!item.pick_yn" @click.stop="pickModal(item)" class="matchingbox-text" style="color: #3f87f7;"><i |
|
55 | 55 |
class="fa-regular fa-heart fa-lg" style="color: #3f87f7;"></i> {{ |
56 | 56 |
item.company_pick_cnt }} </p> |
57 |
- <p v-else @click.stop="pickCancelModal(item)"><i class="fa fa-heart fa-lg" |
|
57 |
+ <p v-else @click.stop="pickCancelModal(item)" class="matchingbox-text"><i class="fa fa-heart fa-lg" |
|
58 | 58 |
style="color: #d41515;"></i> {{ item.company_pick_cnt }} </p> |
59 | 59 |
<p class="matchingbox-text">조회수 <span>{{ item.view_cnt }}</span></p> |
60 | 60 |
</div> |
... | ... | @@ -87,7 +87,7 @@ |
87 | 87 |
<span v-for="(item, idx1) in keywordList[idx]" :key="idx1"> #{{ item }}</span> |
88 | 88 |
</div> |
89 | 89 |
<div class="matchingbox-2"> |
90 |
- <p v-if="!item.pick_yn" @click.stop="pickModal(item)"><i |
|
90 |
+ <p v-if="!item.pick_yn" @click.stop="pickModal(item)" ><i |
|
91 | 91 |
class="fa-regular fa-heart fa-lg" style="color: #3f87f7;"></i> {{ |
92 | 92 |
item.company_pick_cnt }} </p> |
93 | 93 |
<p v-else @click.stop="pickCancelModal(item)"><i class="fa fa-heart fa-lg" |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?