2024/05/22 메인 레이어팝업 모바일 최적화 수정
This commit is contained in:
parent
022a6e358f
commit
350d2530c4
@ -153,10 +153,13 @@ function commonPopWindowopenForm(surl, popupwidth, popupheight, name, frm) {
|
|||||||
<style>
|
<style>
|
||||||
#layer_pop_<c:out value='${popupListData.popupId}' />{
|
#layer_pop_<c:out value='${popupListData.popupId}' />{
|
||||||
top: ${popupListData.popupVrticlLc}px;
|
top: ${popupListData.popupVrticlLc}px;
|
||||||
left: ${popupListData.popupWidthLc}px;
|
/*left: ${popupListData.popupWidthLc}px;*/
|
||||||
/*width: ${popupListData.popupWidthSize}px; */
|
/*width: ${popupListData.popupWidthSize}px; */
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
@media screen and (max-width: 810px){
|
||||||
|
.pop-layer {width:360px; font-size:14px;}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<div id="layer_pop_<c:out value='${popupListData.popupId}' />" class="pop-layer">
|
<div id="layer_pop_<c:out value='${popupListData.popupId}' />" class="pop-layer">
|
||||||
<div class="pop-container">
|
<div class="pop-container">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user