From 1e9345a6e95768f5f664f751387b58cad6bea41c Mon Sep 17 00:00:00 2001 From: kmg Date: Tue, 23 Jan 2024 16:58:52 +0900 Subject: [PATCH] =?UTF-8?q?2024/01/23=20=EB=A9=94=EC=9D=B8=20=EC=9D=B8?= =?UTF-8?q?=EA=B8=B0=20=EA=B7=B8=EB=A6=BC=EB=AC=B8=EC=9E=90=20'OO=20?= =?UTF-8?q?=EC=83=98=ED=94=8C'=20=EB=AC=B8=EA=B5=AC=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/web/msgdata/MainPhotoListAjax.jsp | 2 +- src/main/webapp/publish/css/main.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/msgdata/MainPhotoListAjax.jsp b/src/main/webapp/WEB-INF/jsp/web/msgdata/MainPhotoListAjax.jsp index 55c3d8d3..730c5b77 100644 --- a/src/main/webapp/WEB-INF/jsp/web/msgdata/MainPhotoListAjax.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/msgdata/MainPhotoListAjax.jsp @@ -74,7 +74,7 @@ $(document).ready(function(){
-

+
diff --git a/src/main/webapp/publish/css/main.css b/src/main/webapp/publish/css/main.css index 3e01d9eb..19217720 100644 --- a/src/main/webapp/publish/css/main.css +++ b/src/main/webapp/publish/css/main.css @@ -116,7 +116,7 @@ .msg_photo .swiper-slide .slide_area:hover div.btn_more{display: block; width: 54px; height: 54px; background-color: rgba(0,0,0,0.4); border-radius: 100%; line-height: 48px; position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);} .msg_photo .area_img{display:flex;height:365px; border-radius: 16px 16px 0 0; overflow: hidden;align-items:center;} .msg_photo .area_img img{width: 100%; height: auto;} -.msg_photo .area_img_text{font-size: 17px;padding: 12px 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;} +.msg_photo .area_img_text{font-size: 17px;padding: 18px 10px 0 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;} .msg_photo .area_img_text .sub_text{display: block; font-size: 14px; color: #777; margin: 5px auto;} .msg_photo_wrap .swiper-button-prev {margin:0;background-image:url(/publish/images/main/btn_prev.png);background-size:12px 21px;} .msg_photo_wrap .swiper-button-next {margin:0;background-image:url(/publish/images/main/btn_next.png);background-size:12px 21px;}