diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjcclt/comment/adjstRecommendationCommentList.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjcclt/comment/adjstRecommendationCommentList.jsp index 8e172607..2754d11c 100644 --- a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjcclt/comment/adjstRecommendationCommentList.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjcclt/comment/adjstRecommendationCommentList.jsp @@ -194,6 +194,10 @@ +
+ +
+ diff --git a/src/main/webapp/kccadrPb/usr/css/content.css b/src/main/webapp/kccadrPb/usr/css/content.css index 118d6fc9..3f2c65fc 100644 --- a/src/main/webapp/kccadrPb/usr/css/content.css +++ b/src/main/webapp/kccadrPb/usr/css/content.css @@ -745,6 +745,12 @@ table .label{position: absolute;width: 1px; height: 1px; margin: 0; border: none .popup_wrap .work_flow_wrap.off .work_cont {height:0;padding:0 15px;} /* //워크플로우 */ +/* 자주쓰는 의견 목록 fixed 버튼 */ +.opinions_fixed {position:fixed;right:50%;bottom:370px;width:116px;height:116px;margin:0 -750px 0 0;background:#fff;border-radius:40px;box-shadow:0px 0px 14.25px 0.75px rgba(0, 0, 0, 0.15);} +.opinions_fixed button {width:100%;height:100%;text-align:center;} +.opinions_fixed button i {display:block;width:100%;height:100%;background:url(/kccadrPb/usr/image/icon_fixed_opinion.png) no-repeat center center;} +/* //자주쓰는 의견 목록 fixed 버튼 */ + /* 익스플로어 */ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){ /* 공통 */ diff --git a/src/main/webapp/kccadrPb/usr/css/content_media.css b/src/main/webapp/kccadrPb/usr/css/content_media.css index 92bc26e9..5b044abd 100644 --- a/src/main/webapp/kccadrPb/usr/css/content_media.css +++ b/src/main/webapp/kccadrPb/usr/css/content_media.css @@ -6,6 +6,8 @@ @media all and (max-width: 1280px){ .work_flow_wrap{display: none;} + .opinions_fixed {width:80px;height:80px;right:20px;bottom:205px;margin-right:0;border-radius:30px;} + .opinions_fixed button i {background-size:43px;} } @media all and (max-width: 1150px){ @@ -383,6 +385,8 @@ .text_ul .btnType09{width: 100%;} .file_list li{padding-left: 30px; box-sizing: border-box;} + + .opinions_fixed {bottom:320px;} } @media all and (max-width: 540px){ diff --git a/src/main/webapp/kccadrPb/usr/image/icon_fixed_opinion.png b/src/main/webapp/kccadrPb/usr/image/icon_fixed_opinion.png new file mode 100644 index 00000000..72fbb495 Binary files /dev/null and b/src/main/webapp/kccadrPb/usr/image/icon_fixed_opinion.png differ