[Home] Banner
Detail Notes : 1. 로고, Live Icon이 admin에서 등록한 사이즈 그대로 출력이 되고 있음 > 이미지사이즈 고정으로 추가
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user