diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/popup/certPopList.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/popup/certPopList.jsp index 0e242ae1..19548aea 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/popup/certPopList.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/popup/certPopList.jsp @@ -393,14 +393,17 @@ async function makePDF() { .estimate{padding:30px 3%;} .estimate *{font-family: 'HYgsrB', sans-serif !important; color:#222 !important;} .est_body{position:relative; padding:50px 0; text-align:left;} - .est_body h2{font-size:4.4rem; -webkit-text-stroke-width:0.05px; -webkit-text-stroke-color:#222; text-align:center;} + .est_body h2{font-size:44px; -webkit-text-stroke-width:0.05px; -webkit-text-stroke-color:#222; text-align:center;} .est_body .cont1>div p{width:100%;margin:0 0 0 30px;text-align:left;line-height: 1.5;} .est_body .cont5 div{display:block;} - .est_body .cont5 div span:first-child{font-size:1.8rem; font-weight:700; line-height: 1.5; color:#222; margin:0 0 10px 30px; display:block;text-align:left;} + .est_body .cont5 div span:first-child{font-size:18px; font-weight:700; line-height: 1.5; color:#222; margin:0 0 10px 30px; display:block;text-align:left;} + .estimate_popup .est_body .cont5.user_info{display:block;margin:50px 0 0 30px;} + .estimate_popup .est_body .cont5.user_info div{width:100%;justify-content:flex-start;font-size:18px;font-weight:700;} + .estimate_popup .est_body .cont5.user_info div span:nth-child(1){font-size:18px;font-weight:700;margin:0;} .est_body .cont5.substance>div{margin:100px 0; text-align:center;} - .est_body .cont5.substance>div p{font-size:2rem; font-weight:700; color:#222; margin:0 50px; line-height:1.5; text-align:justify; letter-spacing:1px;} - .est_body .cont5 .date{font-size:1.8rem; font-weight:700; color:#222; display:block; text-align:center; margin-bottom:10px;} - .est_body .cont5 .date+div span{font-size: 3.2rem;text-align:center;}`; + .est_body .cont5.substance>div p{font-size:20px; font-weight:700; color:#222; margin:0 50px; line-height:1.5; text-align:justify; letter-spacing:1px;} + .est_body .cont5 .date{font-size:18px; font-weight:700; color:#222; display:block; text-align:center; margin-bottom:10px;} + .est_body .cont5 .date+div span{font-size:32px;text-align:center;}`; cloned.prepend(styleEl); container.style.position = 'absolute'; @@ -503,11 +506,11 @@ function loadImage(src) { -