[SHOPTIME-3822] home / Top / 세로banner에 라이브 Random / 포커싱으로 영상 확인 시 call to order 레이아웃 상이

[수정사항] 세로영상에서 previewMode일때 css 변경 / 해당 UI가 제플린으로 나오지 않아서 임의로 수정
This commit is contained in:
고동영
2025-02-03 14:15:30 +09:00
parent e8bdaece18
commit 8ccfe4bb2b
2 changed files with 6 additions and 7 deletions

View File

@@ -89,7 +89,6 @@
font-weight: 600;
border-radius: 2px;
background-color: @COLOR_BLACK;
margin-bottom: 6px;
flex-grow: 1;
flex-shrink: 1;
flex-basis: auto;
@@ -104,7 +103,7 @@
.callNum {
flex: none;
margin-top: 10px;
> img {
width: 34px;
height: 34px;

View File

@@ -149,9 +149,6 @@
&.vertical {
width: 105px;
height: 66px;
// width: 105px;
// height: 66px;
// scale: 0.3;
bottom: 225px !important;
left: -96px !important;
}
@@ -161,7 +158,6 @@
line-height: 1;
}
> div:last-child {
height: 1px;
display: flex;
align-items: center;
> img {
@@ -216,8 +212,12 @@
}
&.verticalModal {
> div:last-child {
> img {
width: 20px;
height: 20px;
}
> span {
font-size: 26px;
font-size: 20px;
}
}
}