소스 검색

Merge remote-tracking branch 'origin/ST24PRJ-445' into develop

card007 4 년 전
부모
커밋
82cf72d4a9
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/webapp/ux/mo/css/common_m.css
  2. 1 0
      src/main/webapp/ux/mo/css/style24_m.css

+ 1 - 1
src/main/webapp/ux/mo/css/common_m.css

@@ -1140,7 +1140,7 @@ button.alertCls {-webkit-appearance: none;padding: 0;cursor: pointer;background:
 .foldGroup.case2 .fold_answer{padding-top:1.8rem;}
 
 .fold_head {padding: 0; border-bottom: 0.1rem solid transparent;}
-.fold_head::after {content: ''; position: absolute; display: inline-block; top:50%; left: auto; right:2.0rem; transform: translateY(-50%);  width:1.3rem; height:0.7rem; background: url('//image.istyle24.com/Style24/images/mo/ico_fold_arrow1.png'); background-repeat: no-repeat; background-position: 0 100%; background-size: cover;z-index:-1;}
+.fold_head::after {content: ''; position: absolute; display: inline-block; top:50%; left: auto; right:2.0rem; transform: translateY(-50%);  width:1.3rem; height:0.7rem; background: url('//image.istyle24.com/Style24/images/mo/ico_fold_arrow1.png'); background-repeat: no-repeat; background-position: 0 100%; background-size: cover;}
 .fold_head.on::after {background-repeat: no-repeat; background-position:0 0%;}
 .fold_head a::after ,
 .fold_head a div::after,

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

@@ -1562,6 +1562,7 @@ main.my .my_wishlist .inner:last-child {padding-bottom: 0;}
 .od .foldGroup .fold_customitem .fold_head.on .data .form_field input[type="checkbox"] + label span {display: none;}
 /* 주문결제_배송지변경 팝업 */
 .modal.adrsChange_Pop .modal-header {padding: 0; height: 5.5rem;}
+.modal.adrsChange_Pop {z-index : 1000;}
 .modal.adrsChange_Pop .modal-body {margin-top: 5.2rem;}
 .modal.adrsChange_Pop .modal-body {padding: 0;}
 .adrsChange_Pop .htop {position: relative;height: 5.5rem;-webkit-box-sizing: border-box;box-sizing: border-box;background-color: #fff;}