[SHOPTIME-1382] [SHOPTIME-2845] OTTO 신규 파트너십 개발진행

[수정사항] 검색 결과에서 show 세로형 썸네일이 가운데정렬이 되어있지 않고 background-color가 흰색으로 되어있는 부분 수정
This commit is contained in:
dongyoungKo
2025-04-03 15:03:01 +09:00
parent eb93dc07a7
commit fd6a84de9d

View File

@@ -12,7 +12,7 @@
border-radius: 12px;
.imageBox {
.size(@w: 324px, @h: 182px);
background-color: @COLOR_WHITE;
background-color: @COLOR_GRAY06;
background-size: cover;
position: relative;
text-align: center;
@@ -29,6 +29,9 @@
display: block;
max-width: 100%;
max-height: 100%;
display: block;
margin: auto;
}
}