[HomePanel]Scroller 관련 스타일변경건.

- Popularshow,BestSeller,Subcategory 부분 스타일 수정
This commit is contained in:
junghoon86.park
2024-02-29 14:02:40 +09:00
parent fca175e6f2
commit 41ad123a98
3 changed files with 6 additions and 10 deletions

View File

@@ -14,11 +14,10 @@
.homeBestSeller { .homeBestSeller {
height: 482px; height: 482px;
width: 100%;
> div { > div {
margin-left: 60px;
> div { > div {
padding: 20px 60px 30px 0; padding: 20px 60px 30px;
display: flex; display: flex;
> div { > div {
flex: none; flex: none;

View File

@@ -9,11 +9,10 @@
.showList { .showList {
overflow: unset; overflow: unset;
height: 481px; height: 481px;
width: 100%;
> div { > div {
margin-left: 60px;
> div { > div {
padding: 20px 60px 30px 0; padding: 20px 60px 30px;
display: flex; display: flex;
.addItem { .addItem {

View File

@@ -6,16 +6,14 @@
background-color: @BG_COLOR_02; background-color: @BG_COLOR_02;
border: 1px solid #dadada; border: 1px solid #dadada;
overflow: unset !important; overflow: unset !important;
width: 100%;
> div { > div {
margin-left: 60px;
> div { > div {
padding: 19px 60px 19px 0; padding: 19px 60px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
overflow-x: auto; overflow-x: auto;
overflow-y: unset !important; overflow-y: unset !important;
> div { > div {
flex: none; flex: none;
margin-right: 18px; margin-right: 18px;