-TitemCard css 수정

-MainPanel( onsale, subcategory )부분 수정
This commit is contained in:
junghoon86.park
2024-01-30 18:36:16 +09:00
parent 22488a6056
commit 4acf62522c
3 changed files with 6 additions and 3 deletions

View File

@@ -101,7 +101,7 @@
img {
.size(@w: 288px, @h: 288px);
object-fit: cover;
object-fit: contain;
border: solid 1px #f0f0f0;
}

View File

@@ -2,7 +2,7 @@
.bestSeller {
padding: 60px 0;
width: 100%;
overflow-x: auto;
margin-left: 60px;
.subTitle {
border-left: 6px solid #c70850;
@@ -16,9 +16,11 @@
.onSaleItem {
margin-top: 20px;
height: 300px;
width: calc(630px * 12);
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
.onSaleItemList {
flex: none;
width: 630px;
height: 300px;
border-radius: 12px;

View File

@@ -104,6 +104,7 @@ const SubCategory = () => {
productName={item.prdtNm}
priceInfo={item.priceInfo}
accType={true}
offerInfo={item.offerInfo}
/>
);
})}