[Category] SHOW 메뉴
Detail Notes : 1. 상단 컨텐츠 리스트 box-shadow 짤리는 부분 수정 2. 하단 제품 리스트 box-shadow 수정 및 컨텐츠 영역 초과되는 부분 수정
This commit is contained in:
@@ -62,6 +62,7 @@ export default function ShowLists() {
|
||||
itemWidth={546}
|
||||
itemHeight={438}
|
||||
spacing={18}
|
||||
className={css.videoContents}
|
||||
/>
|
||||
)}
|
||||
</Container>
|
||||
|
||||
@@ -2,6 +2,10 @@
|
||||
@import "../../../../../style/utils.module.less";
|
||||
|
||||
.container {
|
||||
.size(@w: 100%, @h: auto);
|
||||
margin-top: 34px;
|
||||
.size(@w: 1720px, @h: auto);
|
||||
margin-top: 14px;
|
||||
margin-left: -20px;
|
||||
.videoContents {
|
||||
padding: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,10 +5,19 @@
|
||||
.flex();
|
||||
width: calc(100% - 754px);
|
||||
overflow: hidden;
|
||||
margin: 26px 0 0 18px;
|
||||
padding: 0 0 0 9px;
|
||||
}
|
||||
|
||||
.grid {
|
||||
width: 100%;
|
||||
height: 490px;
|
||||
> div {
|
||||
> div {
|
||||
> div {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
padding: 26px 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user