Merge branch 'sub'
This commit is contained in:
commit
fd2db8e56d
@ -386,8 +386,9 @@ function commonPopWindowopenForm(surl, popupwidth, popupheight, name, frm) {
|
|||||||
z-index: 1000; /* 다른 요소들 위에 표시되도록 설정 */
|
z-index: 1000; /* 다른 요소들 위에 표시되도록 설정 */
|
||||||
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* 그림자 효과 */
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* 그림자 효과 */
|
||||||
}
|
}
|
||||||
.popup_wrap{position:fixed;padding:100px 30px;left:0;top:0;z-index:10;}
|
.popup_wrap{padding:100px 30px;left:0;top:0;z-index:10;}
|
||||||
.pop-conts{display:flex;background:#fff;min-height:250px;font-size:1.4rem;justify-content:center;align-items:center;padding:20px 0;}
|
.pop-conts{background:#fff;min-height:250px;font-size:1.4rem;justify-content:center;align-items:center;}
|
||||||
|
.pop-conts a{width:100%;padding:20px;word-break:break-word;}
|
||||||
.btn-r{display:flex;height:45px;padding:0 15px;justify-content:space-between;align-items:center;}
|
.btn-r{display:flex;height:45px;padding:0 15px;justify-content:space-between;align-items:center;}
|
||||||
.today_close{display:flex;font-size:1.5rem;color:#222;gap:6px;}
|
.today_close{display:flex;font-size:1.5rem;color:#222;gap:6px;}
|
||||||
.today_close [type="checkbox"]{width:16px;height:16px;}
|
.today_close [type="checkbox"]{width:16px;height:16px;}
|
||||||
@ -399,7 +400,6 @@ function commonPopWindowopenForm(surl, popupwidth, popupheight, name, frm) {
|
|||||||
.popup_wrap img{height:auto !important;object-fit:contain;}
|
.popup_wrap img{height:auto !important;object-fit:contain;}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<div class="popup_wrap">
|
|
||||||
<c:forEach var="popupListData" items="${popupList}" varStatus="status" end="4">
|
<c:forEach var="popupListData" items="${popupList}" varStatus="status" end="4">
|
||||||
<div id="layer_pop_<c:out value='${popupListData.popupId}' />" class="popup">
|
<div id="layer_pop_<c:out value='${popupListData.popupId}' />" class="popup">
|
||||||
<div class="pop-container">
|
<div class="pop-container">
|
||||||
@ -429,5 +429,4 @@ function commonPopWindowopenForm(surl, popupwidth, popupheight, name, frm) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</div>
|
|
||||||
</c:if>
|
</c:if>
|
||||||
Loading…
Reference in New Issue
Block a user