2024/01/16 웹접근성 수정
This commit is contained in:
parent
8767333981
commit
91a7fae0be
@ -59,7 +59,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="faq_Wrap">
|
||||
<div class="faq_Wrap full_faq">
|
||||
<ul class="faq">
|
||||
<c:forEach var="result" items="${resultList}" varStatus="status">
|
||||
<li>
|
||||
|
||||
@ -841,6 +841,12 @@ select.selType1 {height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; pa
|
||||
/*알림마당 > 교육자료실 > 첨부파일 수정*/
|
||||
.fileView a{margin: 0 0 10px 0; white-space: normal; background-image: url(../images/content/file_img.png); background-repeat: no-repeat; background-position: left 48%; padding-left: 23px; letter-spacing: -0.5px; font-size: 16px; font-weight: 400; color:#555; line-height:20px;}
|
||||
|
||||
/*알림마당 > FAQ > 답변 색 수정*/
|
||||
.full_faq .faq li button{background-color: #f5f5f5;}
|
||||
.full_faq .faq li button .qst_text{z-index: 1;}
|
||||
.full_faq .faq li .answer{background-color: #fff;}
|
||||
|
||||
|
||||
@media all and (max-width: 1300px){
|
||||
/*교육소개 추가*/
|
||||
.edu_wrap .tb_type01 table tbody .edu_sus_num li{width: 55%;}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user