kbo 작업중
This commit is contained in:
@@ -3647,11 +3647,28 @@
|
||||
height: 76rem;
|
||||
}
|
||||
}
|
||||
.displayTheme-kbo.comp_wide .dtlImgs {
|
||||
padding-top: 4rem;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.displayTheme-kbo.comp_wide .dtlImgs {
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
.displayTheme-kbo.comp_wide .tooltip {
|
||||
top: -6.5rem;
|
||||
}
|
||||
.displayTheme-kbo.comp_wide .swiper-info {
|
||||
padding: 0 0 0.6rem;
|
||||
color: #fff;
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
.displayTheme-kbo.comp_wide .swiper-slide .image_area img {
|
||||
box-shadow: 0px 0px 20px 0px rgba(234, 229, 188, 0.3019607843);
|
||||
}
|
||||
.displayTheme-kbo.comp_wide .swiper-pagination {
|
||||
top: 48.4rem;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.displayTheme-kbo.comp_wide .comp_top .comp_body .text_area h3 {
|
||||
letter-spacing: -0.075em;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -4169,10 +4169,29 @@
|
||||
}
|
||||
}
|
||||
.dtlImgs {
|
||||
padding-top: 4rem;
|
||||
@include maxtablet {
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
.tooltip {
|
||||
top: -6.5rem;
|
||||
}
|
||||
.swiper-info {
|
||||
padding: 0 0 0.6rem;
|
||||
color: #fff;
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
.swiper-slide {
|
||||
.image_area {
|
||||
img {
|
||||
box-shadow: 0px 0px 20px 0px #eae5bc4d;
|
||||
}
|
||||
}
|
||||
}
|
||||
.swiper-pagination {
|
||||
top: 48.4rem;
|
||||
}
|
||||
.comp_top {
|
||||
.comp_body {
|
||||
.text_area {
|
||||
|
||||
@@ -268,6 +268,7 @@ $(document).ready(function () {
|
||||
pdpDisplayThemeSwiperDtl();
|
||||
pdpInCarGameSwiper();
|
||||
pdpInCarGameSwiperDtl();
|
||||
pdpDisplayThemeKbo();
|
||||
pdpSwiperDtl(".streamingPremium-swiper1");
|
||||
pdpSwiperDtl(".streamingPremium-swiper2");
|
||||
pdpSwiperDtl(".streamingPremium-swiper3");
|
||||
|
||||
Reference in New Issue
Block a user