[Home] Banner

Detail Notes :
 
1. 로고, Live Icon이 admin에서 등록한 사이즈 그대로 출력이 되고 있음
> 이미지사이즈 고정으로 추가
This commit is contained in:
jangheon Pyo
2024-04-09 18:19:53 +09:00
parent f4baca6f2e
commit c391e17fba
2 changed files with 12 additions and 0 deletions

View File

@@ -12,12 +12,18 @@
position: absolute;
right: 30px;
bottom: 30px;
> img {
.size(@w: 60px, @h: 60px);
}
}
.liveIcon {
z-index: 2;
position: absolute;
left: 18px;
top: 18px;
> img {
.size(@w: 108px, @h: 48px);
}
}
.imgBanner {
> img {

View File

@@ -12,12 +12,18 @@
position: absolute;
right: 30px;
bottom: 30px;
> img {
.size(@w: 60px, @h: 60px);
}
}
.liveIcon {
z-index: 2;
position: absolute;
left: 18px;
top: 18px;
> img {
.size(@w: 108px, @h: 48px);
}
}
.imgBanner {
> img {