25/01/02 팝업 반응형 수정
This commit is contained in:
parent
495bb6ea41
commit
b47a1a75f8
@ -395,10 +395,13 @@ function commonPopWindowopenForm(surl, popupwidth, popupheight, name, frm) {
|
||||
.btn-layerClose{width:16px;height:16px;margin:2px 0 0 0;}
|
||||
.icon.popup_close{width:16px;height:16px;background:url(/kofair_case_seed/usr/images/component/icon_popup_close.png) no-repeat center center;background-size:100% auto;}
|
||||
@media screen and (max-width: 1199px){
|
||||
.popup_wrap{width:95%;}
|
||||
.popup{width:95%;min-width:auto;}
|
||||
.pop-conts{min-height:auto;}
|
||||
.popup_wrap img{height:auto !important;object-fit:contain;}
|
||||
}
|
||||
@media screen and (max-width: 640px){
|
||||
.popup{width:95% !important;left:50% !important;transform:translateX(-50%);}
|
||||
}
|
||||
</style>
|
||||
<c:forEach var="popupListData" items="${popupList}" varStatus="status" end="4">
|
||||
<div id="layer_pop_<c:out value='${popupListData.popupId}' />" class="popup">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user