[SHOPTIME-3979] 러시아 / 상품 Detail / 영상이 있을 경우 QR코드 설명란과 하단 버튼 겹쳐서 노출

[수정사항] disclaimer  css  position 적용
This commit is contained in:
dongyoungKo
2025-02-26 17:22:45 +09:00
parent fab3b73a49
commit 05f6499f72

View File

@@ -198,6 +198,7 @@
}
.bottomContainer {
position: relative;
.btnContainer {
.size(@w: 846px , @h: 78px);
.flex(@justifyCenter:space-between);
@@ -206,15 +207,16 @@
}
}
.disclaimerContainer {
position: absolute;
left: 0;
bottom: -45px;
background: url("../../../../assets/images/icons/ic-warning.svg")
no-repeat left top;
background-size: 18px 18px;
font-size: 18px;
padding-left: 28px;
line-height: 1.1;
margin-top: 16px;
width: 810px;
overflow: auto;
}
}
}