2024/01/02 메인 레이어팝업 border 수정

This commit is contained in:
kmg 2024-01-02 17:53:30 +09:00
parent a2e6487b62
commit dcc2cd9abb

View File

@ -135,7 +135,7 @@ function commonPopWindowopenForm(surl, popupwidth, popupheight, name, frm) {
<c:if test="${fn:length(popupList) > 0}" >
<style>
.pop-layer{left: 50%; top: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 5px rgba(0,0,0,0.3);}
.pop-layer .pop-container {padding:0px; border:8px solid #3845c0;}
.pop-layer .pop-container {padding:0px; border:4px solid #3845c0;}
.pop-layer .pop-container ul li {list-style:disc; line-height:1.2em; margin:0 0 0 20px;}
.pop-layer .pop-container ol li {list-style:decimal; line-height:1.2em; margin:0 0 0 20px;}
.pop-layer .pop-container em {font-style:Italic;}