From 9148910c5445b7739bf54fa01d3dd7c14cfd4ccb Mon Sep 17 00:00:00 2001 From: kmg Date: Mon, 5 Feb 2024 15:20:35 +0900 Subject: [PATCH] =?UTF-8?q?2024/02/05=20=EB=B2=84=ED=8A=BC=20=EC=9C=84?= =?UTF-8?q?=EC=B9=98=20=EB=B0=8F=20=EC=8A=AC=EB=9D=BC=EC=9D=B4=EB=93=9C=20?= =?UTF-8?q?=ED=85=8D=EC=8A=A4=ED=8A=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp | 5 ++--- src/main/webapp/visitEdu/usr/publish/css/main.css | 6 +++--- src/main/webapp/visitEdu/usr/publish/script/swiper.js | 3 ++- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp b/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp index cb0fdf76..8c0bbb02 100644 --- a/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp @@ -289,7 +289,6 @@ function instrChk(){

공지사항

- 더보기
    @@ -344,14 +343,13 @@ function instrChk(){ -->
+ 더보기

자료실

- - 더보기
    @@ -392,6 +390,7 @@ function instrChk(){ -->
+ 더보기
diff --git a/src/main/webapp/visitEdu/usr/publish/css/main.css b/src/main/webapp/visitEdu/usr/publish/css/main.css index c978f95b..0e9da6c2 100644 --- a/src/main/webapp/visitEdu/usr/publish/css/main.css +++ b/src/main/webapp/visitEdu/usr/publish/css/main.css @@ -46,13 +46,13 @@ .container .main_banner_link li span{color:#ed5908;font-weight:500;} /* 하단콘텐츠 공통 */ -.wrap .content_wrap{width:calc((100% - 72px)/3);} +.wrap .content_wrap{width:calc((100% - 72px)/3); position:relative;} .wrap .content_wrap .content{height:332px;} .wrap .content_wrap>.title{display:flex;width:100%;justify-content:space-between;align-items:center;margin:0 0 10px 0;} .wrap .content_wrap>.title h3{position:relative;font-size:28px;font-weight:bold;padding:0 0 0 20px;} .wrap .content_wrap>.title h3::after{position:absolute;content:" ";width:6px;height:6px;border:3px solid #e95504;border-radius:100%;left:0;top:9px;} -.wrap .content_wrap .title .btn_plus{display:flex;width:65px;height:30px;background:#fff url(/offedu/visitEdu/usr/publish/images/main/btn_plus.png) no-repeat calc(100% + 4px) center;padding:0 4px 0 8px;overflow:hidden;text-align:left;color:#666;line-height:1.6;border:1px solid #d5d5d5;border-radius:5px;justify-content:flex-start;align-items:center;transition:all 0.1s ease-in;} -.wrap .content_wrap .title .btn_plus:hover{border:1px solid #ed5908;background:#fff url(/offedu/visitEdu/usr/publish/images/main/btn_plus_hover.png) no-repeat calc(100% + 4px) center;color:#ed5908;} +.wrap .content_wrap .btn_plus{position:absolute; top:0; right:0; display:flex;width:65px;height:30px;background:#fff url(/offedu/visitEdu/usr/publish/images/main/btn_plus.png) no-repeat calc(100% + 4px) center;padding:0 4px 0 8px;overflow:hidden;text-align:left;color:#666;line-height:1.6;border:1px solid #d5d5d5;border-radius:5px;justify-content:flex-start;align-items:center;transition:all 0.1s ease-in;} +.wrap .content_wrap .btn_plus:hover{border:1px solid #ed5908;background:#fff url(/offedu/visitEdu/usr/publish/images/main/btn_plus_hover.png) no-repeat calc(100% + 4px) center;color:#ed5908;} /* 공지사항 */ .wrap .notice .content{padding:15px 45px;background-color:#fff;border:1px solid #d5d5d5;border-radius: 5px;box-shadow:0 0 5px rgba(0,0,0,0.15);box-sizing:border-box;} diff --git a/src/main/webapp/visitEdu/usr/publish/script/swiper.js b/src/main/webapp/visitEdu/usr/publish/script/swiper.js index 5259dcae..45e8ffe6 100644 --- a/src/main/webapp/visitEdu/usr/publish/script/swiper.js +++ b/src/main/webapp/visitEdu/usr/publish/script/swiper.js @@ -3802,7 +3802,8 @@ nextSlideMessage: "Next slide", firstSlideMessage: "This is the first slide", lastSlideMessage: "This is the last slide", - paginationBulletMessage: "Go to slide {{index}}", + /*paginationBulletMessage: "Go to slide {{index}}",*/ + paginationBulletMessage: "{{index}}번 슬라이드 가기", slideLabelMessage: "{{index}} / {{slidesLength}}", containerMessage: null, containerRoleDescriptionMessage: null,