Procházet zdrojové kódy

퍼블 최신화 커밋

card007 před 5 roky
rodič
revize
11fb6b67bf

+ 8 - 1
src/main/webapp/ux/mo/css/style24_m.css

@@ -2584,4 +2584,11 @@ main.container .od_extra .inner:last-child {padding-bottom: 0;}
 .modal.reclaim_pop .modal-body .pop_cont .goods_tbl .tblWrap table {table-layout: fixed;}
 .modal.reclaim_pop .modal-body .pop_cont .goods_tbl .tblWrap table tr th {font-size: 1.3rem;}
 .modal.reclaim_pop .modal-body .pop_cont .goods_tbl .tblWrap table tr td {font-size: 1.2rem;}
-.modal.reclaim_pop .modal-body .pop_cont .goods_tbl .tblWrap table tr th, .modal.reclaim_pop .modal-body .pop_cont .goods_tbl .tblWrap table tr td {border-left: 0; word-break: break-all;}
+.modal.reclaim_pop .modal-body .pop_cont .goods_tbl .tblWrap table tr th, .modal.reclaim_pop .modal-body .pop_cont .goods_tbl .tblWrap table tr td {border-left: 0; word-break: break-all;}
+
+/* main_띠배너 */
+.bnrtype_banner {background: #fd4801; position: relative;}
+.bnrtype_banner a {display: block; padding:1.3rem 2rem; padding-right:4rem;}
+.bnrtype_banner a > div {color:#fff; font-size:1.3rem; font-weight:300;}
+.bnrtype_banner a > div span {font-weight: 500;}
+.bnrtype_banner .bnrtype_close {position: absolute; top: 50%; right: 0; width: 4rem; height: 4.4rem; transform:translateY(-50%); background: url(/images/mo/btn_main_pop_arrow.png) no-repeat center/1.3rem; z-index: 10;}

+ 5 - 5
src/main/webapp/ux/mo/js/common_m.js

@@ -928,11 +928,11 @@ $( document ).ready( function() {
             return false;
         });	
 
-        //210409_토스트 팝업 버튼 클릭시 닫기
-        $(document).on('click','.popup_box .button_list button',function(){
-            $(this).parents('.popup_box').hide().removeClass('active');
-            $("body").css({"overflow":"visible"});
-        })
+        //210510_삭제
+        // $(document).on('click','.popup_box .button_list button',function(){
+        //     $(this).parents('.popup_box').hide().removeClass('active');
+        //     $("body").css({"overflow":"visible"});
+        // })
 
         
 

+ 8 - 5
src/main/webapp/ux/pc/css/layout.css

@@ -919,7 +919,7 @@ ul.maintabs li [class^='box_depth'] {display:none; position:absolute; left:100%;
 .tbl.type1 table th {padding:10px 0px 10px 40px; font-weight:500;}
 .tbl.type1 table td {padding:10px 40px 10px 0px;}
 .tbl.type1 table tr td:first-child {padding-left:40px}
-.tbl.type1 table tr td:last-child {padding-right:40px}
+.tbl.type1 table tr td:last-child {padding-right:40px;}
 
 /* 테이블 type2 - 수직형 행,열별 구분선 있음 */
 .tbl.type2 {padding:0; border-top:1px solid #000;} 
@@ -991,7 +991,7 @@ ul.maintabs li [class^='box_depth'] {display:none; position:absolute; left:100%;
 .tbl td .single_line ul li:first-child::before {display:none;}
 .tbl td .single_line ul li > span {margin-right:0}
 .tbl td .block_line {position:relative;}
-.tbl td .block_line ul li {margin-top:5px; height:1.625em; /*line-height:1;*/}
+.tbl td .block_line ul li {margin-top:5px; height:100%; /*line-height:1;*/}
 .tbl td .block_line ul li:first-child {margin-top:0}
 .tbl td .block_line ul li > span {vertical-align:top;}
 .tbl td .block_line ul li .tag {margin-left:6px; margin-top:2px; vertical-align:top;}
@@ -1937,7 +1937,7 @@ ul.maintabs li [class^='box_depth'] {display:none; position:absolute; left:100%;
 	.cmt_wrap .cmt_group .cmt_list li .cmt_cont .btn {width:72px; height:34px; background:none; border-color:#a1a1a1; padding:0px; margin-top:20px; font-size:14px; color:#222; font-weight:200;}
 	.cmt_wrap .cmt_group .cmt_list li .cmt_cont .btn.btn_del span {position:relative; padding-left:20px;}
 	.cmt_wrap .cmt_group .cmt_list li .cmt_cont .btn.btn_del span::before {content:''; position:absolute; left:0; top:50%; transform:translateY(-50%); margin-top:-1px; width:13px; height:16px; background:url('/images/pc/ico_trash.png') no-repeat 0% 50%; opacity:0.85;}
-	.cmt_wrap .cmt_group .nodata {margin-top:120px}
+	.cmt_wrap .cmt_group .nodata {margin-top:120px;}
 	.cmt_wrap .pageNav > li > a,
 	.cmt_wrap .pageNav > li > span {background-color:transparent;}
 	.cmt_wrap .paging_wrap {margin-top: 50px; margin-bottom: 0; box-sizing:content-box;}
@@ -1945,8 +1945,9 @@ ul.maintabs li [class^='box_depth'] {display:none; position:absolute; left:100%;
 	/* dp_기획전상세 : 중간 배너 */	
 	.dp .dp_mid_banner {padding-top:60px; padding-bottom:60px;}	
 	.dp .dp_mid_banner .mid_banner {position:relative;}
-	.dp .dp_mid_banner .mid_banner .swiper-button-prev {left:70px}
-	.dp .dp_mid_banner .mid_banner .swiper-button-next {right:70px}
+	.dp .dp_mid_banner img {width:100%; height:auto;}
+	.dp .dp_mid_banner .mid_banner .swiper-button-prev {left:70px;}
+	.dp .dp_mid_banner .mid_banner .swiper-button-next {right:70px;}
 	.dp .dp_mid_banner .mid_banner .swiper-pagination {position:relative; width:100%; margin-top:40px;}
 
 	/* dp_기획전상세 : 대표상품 노출 */	
@@ -4046,6 +4047,8 @@ ul.maintabs li [class^='box_depth'] {display:none; position:absolute; left:100%;
 	.myOrderView .tbl table td .input_wrap {width:100%;}
 	.myOrderView .tbl table td .input_wrap textarea {width:100%; height:82px; padding:14px 15px; font-size:14px; color:#222;}
 	.myOrderView .tbl table td .input_wrap .txt_cnt {margin-top:10px;}
+	.myOrderView .tbl table td .block_line ul li:nth-of-type(3) > span {vertical-align:top; display:inline-block; max-width:calc(100% - 135px); width:auto;}
+	.myOrderView .tbl.type1 table tr:nth-of-type(3) td:last-child > span {display:inline-block; width:auto; max-width:calc(100% - 135px); vertical-align:top;}
 	.myOrderView .tbl.type6 {position: relative;}
 	.myOrderView .tbl.type6 table + p {position: absolute;top: auto;bottom: -25px;left: 0;right: auto;}
 	.myOrderView .retrieve_method .form_field > div {margin-right:30px}