[TrendingNow] 이미지 변경
Detail Notes : 1. 3.0에서 이미지 용량이 커서 불러오는 속도가 느려 적정사이즈로 변경
This commit is contained in:
BIN
com.twin.app.shoptime/assets/images/img-topdeals-bg.png
Normal file
BIN
com.twin.app.shoptime/assets/images/img-topdeals-bg.png
Normal file
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 |
@@ -11,8 +11,8 @@
|
|||||||
.position(@position: absolute, @right: 0, @bottom: 0);
|
.position(@position: absolute, @right: 0, @bottom: 0);
|
||||||
z-index: 12;
|
z-index: 12;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
.size(@w: 636px, @h: 279px);
|
.size(@w: 600px, @h: 279px);
|
||||||
background-image: url("../../../../../assets/images/img-topdeals-list-masking@3x.png");
|
background-image: url("../../../../../assets/images/img-topdeals-list-masking.png");
|
||||||
content: "";
|
content: "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 64px 0;
|
padding: 64px 0;
|
||||||
height: 766px;
|
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-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
> h2 {
|
> h2 {
|
||||||
|
|||||||
Reference in New Issue
Block a user