접근성 수정
This commit is contained in:
parent
44f5b3a228
commit
d78a153699
@ -650,7 +650,7 @@ transform: rotate(45deg);
|
|||||||
.map .inner .info-box .info-sec .text-box > div span:nth-of-type(1) {display: inline-block;height:15px;font-weight: 200;margin-bottom:5px;position: relative;}
|
.map .inner .info-box .info-sec .text-box > div span:nth-of-type(1) {display: inline-block;height:15px;font-weight: 200;margin-bottom:5px;position: relative;}
|
||||||
.map .inner .info-box .info-sec .text-box > div span:nth-of-type(2) {font-size:14px;display: inline-block;font-weight: 200;margin-bottom:5px;}
|
.map .inner .info-box .info-sec .text-box > div span:nth-of-type(2) {font-size:14px;display: inline-block;font-weight: 200;margin-bottom:5px;}
|
||||||
.map .inner .info-box .info-sec .text-box > div span:nth-of-type(1)::before {content: '';width:4px;height:4px;background: #376795;display: inline-block;position: absolute;left:-15px;top:12px;}
|
.map .inner .info-box .info-sec .text-box > div span:nth-of-type(1)::before {content: '';width:4px;height:4px;background: #376795;display: inline-block;position: absolute;left:-15px;top:12px;}
|
||||||
.map .inner .info-box .info-sec .text-box > div.box {background: #f5f7fa;padding:15px 40px;margin-top:15px;}
|
.map .inner .info-box .info-sec .text-box > div.box {background: #f5f7fa;padding:15px 0px;margin-top:15px;}
|
||||||
.map .inner .info-box .info-sec .text-box > div.box p {text-indent: -18px;font-weight: 500;}
|
.map .inner .info-box .info-sec .text-box > div.box p {text-indent: -18px;font-weight: 500;}
|
||||||
.map .inner .info-box .info-sec .text-box > div p {text-indent: -18px;font-weight: 500;}
|
.map .inner .info-box .info-sec .text-box > div p {text-indent: -18px;font-weight: 500;}
|
||||||
.map .inner .info-box .info-sec:nth-of-type(3) .text-box > div p {display: inline-block;width:100%;height:15px;font-weight: 200;margin-bottom:5px;position: relative;text-indent: 0;}
|
.map .inner .info-box .info-sec:nth-of-type(3) .text-box > div p {display: inline-block;width:100%;height:15px;font-weight: 200;margin-bottom:5px;position: relative;text-indent: 0;}
|
||||||
@ -2055,7 +2055,7 @@ animation: animate-bg2 2.0s 1.9s ease-in infinite;
|
|||||||
.paging .btn a {font-size:12px;font-weight: 300;}
|
.paging .btn a {font-size:12px;font-weight: 300;}
|
||||||
|
|
||||||
.article-side .filter-wrap .Title {display:none;}
|
.article-side .filter-wrap .Title {display:none;}
|
||||||
.ir {position:absolute;z-index:-1;opacity:0;}
|
.ir {position:absolute !important;z-index:-1 !important;opacity:0 !important;}
|
||||||
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {display:none !important;}
|
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {display:none !important;}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -22,6 +22,8 @@ $(document).ready(function(){
|
|||||||
$('.location-box .loc li').append('<span class="ir">다음</span>');
|
$('.location-box .loc li').append('<span class="ir">다음</span>');
|
||||||
$('.location-box .loc li.on *').remove('');
|
$('.location-box .loc li.on *').remove('');
|
||||||
$('.location .inner .row-top .arr img').attr('alt','');
|
$('.location .inner .row-top .arr img').attr('alt','');
|
||||||
|
$('.map .inner .info-box .info-sec .text-box > div span:nth-of-type(1) em.next').append('<span class="ir">다음</span>');
|
||||||
|
$('.map .inner .row-bottom .map-box .info .mapimg #map div a').empty();
|
||||||
|
|
||||||
|
|
||||||
/* 인기자료 탭메뉴 */
|
/* 인기자료 탭메뉴 */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user