정수빈 정수빈 04-27
이벤트 탭 주석 처리 및 라디오 버튼 틀어짐 수정
@e3be8088dd79aea37468056ac44c7ebecc2b5976
src/main/webapp/WEB-INF/jsp/web/cop/bbs/EgovNoticeRegist.jsp
--- 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 @@
 	<li class="tab"><button type="button" onclick="TabType5(this,'3');location.href='/web/cop/bbs/FaqList.do'">자주하는 질문</button></li>
 	<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>
 	<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>
-	<li class="tab"><button type="button" onclick="TabType5(this,'6');location.href='/web/cop/bbs/EventList.do'">이벤트</button></li>
+	<!-- <li class="tab"><button type="button" onclick="TabType5(this,'6');location.href='/web/cop/bbs/EventList.do'">이벤트</button></li> -->
 </ul><!--// tab button -->
 
 <!-- 고객센터 - 1:1문의 -->
src/main/webapp/publish/css/content.css
--- src/main/webapp/publish/css/content.css
+++ src/main/webapp/publish/css/content.css
@@ -727,6 +727,9 @@
 .serv_content {background-color: #fff;padding: 40px;border-radius: 10px; min-height: 589px; display: none;}
 .serv_content.current {display: block;}
 .serv_content .search_wrap {margin-top: 40px;}
+
+.serv_content .joinCheckbox+label::after{top:4.5px;}
+
 /* board list tab */
 .list_tab_wrap ul {display: flex; max-width: calc(100% - 150px); margin-top: 50px; margin-bottom: -5px; flex-wrap: wrap; }
 .list_tab_wrap ul li {padding-bottom: 5px; padding-right:30px; position: relative;}
@@ -775,7 +778,7 @@
 .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;}
 .board_list tbody td.list_link {color: #222; font-weight: 400; text-align: left;}
 .board_list tbody tr:hover {box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.12);}
-.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;} 
+.waitA {width: 85px; height: 35px; border-radius: 5px; color: #fff; background-color: var(--secondary-color); display: inline-block; line-height: 35px; font-weight: 400;} 
 .completeA {width: 85px; height: 35px; border-radius: 5px; color: #777; background-color: #d5d5d5; display: inline-block; line-height: 35px; font-weight: 400;} 
 .list_btnWrap {text-align: right; margin-bottom: 30px;}
 
@@ -1058,6 +1061,8 @@
 .pay_cont .bill_tab p {padding:0 0 0 20px;}
 .pay_cont .bill_content_wrap .bill_content {display:none;}
 
+.bill_content_wrap input[type="radio"]{margin:0 4px 0 0;}
+
 /* .pay3_list td.td_payInfo span{position: relative; margin: 0 8px;}
 .pay3_list td.td_payInfo span::after{position: absolute; content: " "; width: 1px; height: 12px; background-color: #666; left: 2px; top: 50%; transform: translateY(-50%);}
 .pay3_list .tType4 tbody td p{display:inline-block;width:auto;margin:0;vertical-align:middle;}
Add a comment
List