--- src/main/webapp/WEB-INF/jsp/web/cop/bbs/EgovNoticeRegist.jsp
+++ src/main/webapp/WEB-INF/jsp/web/cop/bbs/EgovNoticeRegist.jsp
... | ... | @@ -98,7 +98,7 @@ |
| 98 | 98 |
<li class="tab"><button type="button" onclick="TabType5(this,'3');location.href='/web/cop/bbs/FaqList.do'">자주하는 질문</button></li> |
| 99 | 99 |
<li class="tab <c:if test="${boardType ne 'suggest'}">active</c:if>"><button type="button" onclick="TabType5(this,'4');location.href='/web/cop/bbs/QnaList.do'">1:1 문의</button></li>
|
| 100 | 100 |
<li class="tab <c:if test="${boardType eq 'suggest'}">active</c:if>"><button type="button" onclick="TabType5(this,'5');location.href='/web/cop/bbs/SuggestList.do'">불편신고</button></li>
|
| 101 |
- <li class="tab"><button type="button" onclick="TabType5(this,'6');location.href='/web/cop/bbs/EventList.do'">이벤트</button></li> |
|
| 101 |
+ <!-- <li class="tab"><button type="button" onclick="TabType5(this,'6');location.href='/web/cop/bbs/EventList.do'">이벤트</button></li> --> |
|
| 102 | 102 |
</ul><!--// tab button --> |
| 103 | 103 |
|
| 104 | 104 |
<!-- 고객센터 - 1:1문의 --> |
--- src/main/webapp/publish/css/content.css
+++ src/main/webapp/publish/css/content.css
... | ... | @@ -727,6 +727,9 @@ |
| 727 | 727 |
.serv_content {background-color: #fff;padding: 40px;border-radius: 10px; min-height: 589px; display: none;}
|
| 728 | 728 |
.serv_content.current {display: block;}
|
| 729 | 729 |
.serv_content .search_wrap {margin-top: 40px;}
|
| 730 |
+ |
|
| 731 |
+.serv_content .joinCheckbox+label::after{top:4.5px;}
|
|
| 732 |
+ |
|
| 730 | 733 |
/* board list tab */ |
| 731 | 734 |
.list_tab_wrap ul {display: flex; max-width: calc(100% - 150px); margin-top: 50px; margin-bottom: -5px; flex-wrap: wrap; }
|
| 732 | 735 |
.list_tab_wrap ul li {padding-bottom: 5px; padding-right:30px; position: relative;}
|
... | ... | @@ -775,7 +778,7 @@ |
| 775 | 778 |
.board_list tbody td {font-size: 17px; height: 60px; padding: 0 5px; border-bottom: 1px solid #e5e5e5; vertical-align: middle; font-weight: 300; color: #666;}
|
| 776 | 779 |
.board_list tbody td.list_link {color: #222; font-weight: 400; text-align: left;}
|
| 777 | 780 |
.board_list tbody tr:hover {box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.12);}
|
| 778 |
-.waitA {width: 85px; height: 35px; border-radius: 5px; color: #222; background-color: var(--secondary-light-color); display: inline-block; line-height: 35px; font-weight: 400;}
|
|
| 781 |
+.waitA {width: 85px; height: 35px; border-radius: 5px; color: #fff; background-color: var(--secondary-color); display: inline-block; line-height: 35px; font-weight: 400;}
|
|
| 779 | 782 |
.completeA {width: 85px; height: 35px; border-radius: 5px; color: #777; background-color: #d5d5d5; display: inline-block; line-height: 35px; font-weight: 400;}
|
| 780 | 783 |
.list_btnWrap {text-align: right; margin-bottom: 30px;}
|
| 781 | 784 |
|
... | ... | @@ -1058,6 +1061,8 @@ |
| 1058 | 1061 |
.pay_cont .bill_tab p {padding:0 0 0 20px;}
|
| 1059 | 1062 |
.pay_cont .bill_content_wrap .bill_content {display:none;}
|
| 1060 | 1063 |
|
| 1064 |
+.bill_content_wrap input[type="radio"]{margin:0 4px 0 0;}
|
|
| 1065 |
+ |
|
| 1061 | 1066 |
/* .pay3_list td.td_payInfo span{position: relative; margin: 0 8px;}
|
| 1062 | 1067 |
.pay3_list td.td_payInfo span::after{position: absolute; content: " "; width: 1px; height: 12px; background-color: #666; left: 2px; top: 50%; transform: translateY(-50%);}
|
| 1063 | 1068 |
.pay3_list .tType4 tbody td p{display:inline-block;width:auto;margin:0;vertical-align:middle;}
|
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?