25/01/02 팝업 오류 수정
This commit is contained in:
parent
571f135231
commit
77e3dc17aa
@ -378,7 +378,7 @@ function commonPopWindowopenForm(surl, popupwidth, popupheight, name, frm) {
|
||||
position: fixed; /* 화면에 고정 */
|
||||
left: 0; /* 초기 위치 설정 */
|
||||
top: 50%; /* 화면 중앙에 위치 */
|
||||
min-width: 300px; /* 팝업 너비 */
|
||||
min-width: 400px; /* 팝업 너비 */
|
||||
height: auto; /* 높이를 내용에 맞게 자동 조정 */
|
||||
border: 1px solid #e5e5e5;
|
||||
background-color: #f4f5f6;
|
||||
@ -386,8 +386,8 @@ function commonPopWindowopenForm(surl, popupwidth, popupheight, name, frm) {
|
||||
z-index: 1000; /* 다른 요소들 위에 표시되도록 설정 */
|
||||
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* 그림자 효과 */
|
||||
}
|
||||
.popup_wrap{position:fixed;width:100%;height:100%;padding:30px;left:0;top:0;z-index:999;}
|
||||
.pop-conts{display:flex;background:#fff;min-height:250px;font-size:1.4rem;justify-content:center;align-items:center;}
|
||||
.popup_wrap{position:fixed;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;}
|
||||
.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 [type="checkbox"]{width:16px;height:16px;}
|
||||
|
||||
@ -143,7 +143,7 @@
|
||||
.news_content .title{font-size:2.7rem;font-weight:bold;color:#333;line-height:1.2;margin:0 0 20px 0;}
|
||||
.news_content .title span{display:block;width:100%;margin:15px 0 0 0;font-size:1.9rem;font-weight:400;color:#888;}
|
||||
.news_content .news_list{margin:20px 0 15px 0;}
|
||||
.news_content a{position:relative;display:inline-block;padding:0 20px 12px 12px;font-size:2.1rem;color:#333;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
|
||||
.news_content a{position:relative;display:inline-block;max-width:100%;padding:0 20px 12px 12px;font-size:2.1rem;color:#333;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
|
||||
.news_content a.new::before{position:absolute;content:"N";font-size:1.6rem;font-weight:900;color:#f96502;right:0;top:3px;}
|
||||
.news_content a::after{position:absolute;content:"";width:4px;height:4px;background:#b4b4b4;left:0;top:12.5px;}
|
||||
.news_content .btn_wrap{margin:10px 0 0 0;gap:5px}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user