[TrendingNow] 이미지 변경

Detail Notes :
 
1. 3.0에서 이미지 용량이 커서 불러오는 속도가 느려 적정사이즈로 변경
This commit is contained in:
jangheon Pyo
2024-04-08 20:37:17 +09:00
parent ebced41f3d
commit 6dfd6ac49f
6 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 536 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 223 KiB

View File

@@ -11,8 +11,8 @@
.position(@position: absolute, @right: 0, @bottom: 0);
z-index: 12;
background-size: 100% 100%;
.size(@w: 636px, @h: 279px);
background-image: url("../../../../../assets/images/img-topdeals-list-masking@3x.png");
.size(@w: 600px, @h: 279px);
background-image: url("../../../../../assets/images/img-topdeals-list-masking.png");
content: "";
}

View File

@@ -8,7 +8,7 @@
width: 100%;
padding: 64px 0;
height: 766px;
background-image: url("../../../assets/images/img-topdeals-bg@3x.png");
background-image: url("../../../assets/images/img-topdeals-bg.png");
background-size: cover;
background-repeat: no-repeat;
> h2 {