
--- client/resources/css/header.css
+++ client/resources/css/header.css
... | ... | @@ -63,17 +63,19 @@ |
63 | 63 |
border-bottom: 1px solid #eee; |
64 | 64 |
} |
65 | 65 |
.main-menu{ |
66 |
+ |
|
66 | 67 |
&:hover{ |
68 |
+ |
|
67 | 69 |
&::before{ |
68 | 70 |
content: ''; |
69 | 71 |
position: absolute; |
70 | 72 |
display: block; |
71 |
- top: 88px; |
|
73 |
+ top: 61px; |
|
72 | 74 |
left: 0; |
73 | 75 |
width: 100%; |
74 | 76 |
height: 150px; |
75 | 77 |
background: #fff; |
76 |
- z-index: 1; |
|
78 |
+ z-index: 50; |
|
77 | 79 |
} |
78 | 80 |
} |
79 | 81 |
|
... | ... | @@ -133,7 +135,7 @@ |
133 | 135 |
position: absolute; |
134 | 136 |
background-color: #fff; |
135 | 137 |
min-width: 160px; |
136 |
- z-index: 1; |
|
138 |
+ z-index: 50; |
|
137 | 139 |
display: none; |
138 | 140 |
padding: 0 !important; |
139 | 141 |
left: 0; |
--- client/views/pages/user/portal/main/Main.vue
+++ client/views/pages/user/portal/main/Main.vue
... | ... | @@ -14,18 +14,18 @@ |
14 | 14 |
<div class="swiper-pagination"></div> |
15 | 15 |
<div class="swiper-button-prev button"></div> |
16 | 16 |
<div class="swiper-button-next button"></div> |
17 |
+ <!-- 검색창 --> |
|
18 |
+ <div class="search-top-box"> |
|
19 |
+ <div class="sch-form-wrap"> |
|
20 |
+ <div class="sch-input"> |
|
21 |
+ <input type="text" id="keyword_search" class="form-control" placeholder="키워드 입력" title="키워드 입력"> |
|
22 |
+ <button type="button" class=" btn-ico ico-sch btn-exec"> |
|
23 |
+ <span class="sr-only">검색</span> |
|
24 |
+ </button> |
|
25 |
+ </div> |
|
26 |
+ </div> |
|
27 |
+ </div> |
|
17 | 28 |
</div> |
18 |
- <!-- 검색창 --> |
|
19 |
- <div class="search-top-box"> |
|
20 |
- <div class="sch-form-wrap"> |
|
21 |
- <div class="sch-input"> |
|
22 |
- <input type="text" id="keyword_search" class="form-control" placeholder="키워드 입력" title="키워드 입력"> |
|
23 |
- <button type="button" class=" btn-ico ico-sch btn-exec"> |
|
24 |
- <span class="sr-only">검색</span> |
|
25 |
- </button> |
|
26 |
- </div> |
|
27 |
- </div> |
|
28 |
- </div> |
|
29 | 29 |
|
30 | 30 |
</div> |
31 | 31 |
|
--- client/views/themes/tema_v2/css/component.css
+++ client/views/themes/tema_v2/css/component.css
... | ... | @@ -939,7 +939,7 @@ |
939 | 939 |
left: 50%; |
940 | 940 |
transform: translateX(-50%) translateY(-50%); |
941 | 941 |
top: 50%; |
942 |
- z-index: 100; |
|
942 |
+ z-index: 0; |
|
943 | 943 |
} |
944 | 944 |
} |
945 | 945 |
.visual-zone { |
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?