pdp 부스트

This commit is contained in:
2024-08-12 23:01:05 +09:00
parent 2a791fa3f2
commit 329efd6441
13 changed files with 871 additions and 31 deletions

View File

@@ -3326,4 +3326,59 @@
.editorWarp .visualBg .swiper-button-prev {
background: url(../images/common/ico_arrow_l.png) no-repeat center/contain;
}
.editorWarp .bu {
display: block;
padding-left: 5.4rem;
text-indent: -2rem;
}
@media (max-width: 501px) {
.editorWarp .bu {
padding-left: 2rem;
}
}
.boost.comp_1x_w_v_s_e1 .bottom:before {
background-color: rgb(5, 20, 31);
}
.boost.comp_1x_w_v_s_e1 .bottom .contents_area .image_area {
margin-top: 0;
}
.boost.comp_1x_w_v_s_e1 .contents_area {
padding-top: 7rem;
}
@media (max-width: 501px) {
.boost.comp_1x_w_v_s_e1 .contents_area {
padding-top: 4rem;
}
}
@media (max-width: 501px) {
.boost.comp_1x_b_h_s_e1 {
margin-top: 6rem;
}
}
@media (max-width: 501px) {
.boost.comp_1x_w_v_s_e2 {
margin-top: 6rem;
}
}
.boost.comp_1x_w_v_s_e2 .comp_body.full {
flex-wrap: wrap;
}
.boost.comp_1x_w_v_s_e2 .image_area {
max-width: 120rem;
height: auto;
padding-top: 5rem;
margin: 0 auto;
}
@media (max-width: 501px) {
.boost.comp_1x_w_v_s_e2 .image_area {
padding-top: 3rem;
}
}
.boost.comp_1x_w_v_s_e2 .image_area img {
height: auto;
-o-object-fit: inherit;
object-fit: inherit;
border-radius: 0.6rem;
}
/*# sourceMappingURL=pdp_detail.css.map */