This commit is contained in:
2026-01-08 00:18:51 +09:00
3 changed files with 101 additions and 42 deletions

View File

@@ -5565,25 +5565,30 @@ body.scroll-up .displayThemeDesney.discover-epic-design .tab-wrap .tab-menu {
.photoReviewList ul li {
overflow: hidden;
position: relative;
width: 7.2rem;
flex: 1 0 calc((100% - 3rem) / 4);
width: calc((100% - 3rem) / 4);
min-width: 0;
aspect-ratio: 1/1;
border-radius: 0.8rem;
}
@media (min-width: 768px) {
.photoReviewList ul li {
flex: 0 0 14.2857142857%;
width: 14.2857142857%;
aspect-ratio: 16/16;
aspect-ratio: 1/1;
}
}
.photoReviewList ul li:nth-child(n+5):nth-child(-n+6) {
.photoReviewList ul li:nth-child(n+5):nth-child(-n+7) {
display: none;
}
@media (min-width: 768px) {
.photoReviewList ul li:nth-child(n+5):nth-child(-n+6) {
.photoReviewList ul li:nth-child(n+5):nth-child(-n+7) {
display: block;
}
}
.photoReviewList ul li button {
width: 100%;
height: 100%;
cursor: pointer;
}
.photoReviewList ul li img {

File diff suppressed because one or more lines are too long

View File

@@ -1496,6 +1496,7 @@
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
@include tablet {
flex-wrap: nowrap;
}
@@ -1513,6 +1514,7 @@
.oneButton {
width: 100%;
margin-top: 2rem;
@include tablet {
width: auto;
margin-top: 0;
@@ -1624,14 +1626,18 @@
color: #9ea1a2;
background: #f3f3f3;
border-radius: 0.8rem;
@include tablet {
height: 16rem;
font-size: 1.6rem;
}
P {
text-align: center;
br {
display: block;
@include tablet {
display: none;
}
@@ -1692,25 +1698,30 @@
justify-content: flex-start;
margin-top: 0.5rem;
flex-direction: column;
@include tablet {
flex-direction: row;
align-items: center;
margin-top: 1rem;
}
span {
position: relative;
font-size: 1.4rem;
color: #a6a6a6;
line-height: 1.5;
@include tablet {
font-size: 1.6rem;
line-height: 1;
}
+span {
@include tablet {
padding-left: 1.6rem;
margin-left: 1.6rem;
}
&::before {
content: "";
display: none;
@@ -1721,6 +1732,7 @@
top: 50%;
left: 0;
transform: translateY(-50%);
@include tablet {
display: block;
}
@@ -1733,6 +1745,7 @@
margin-top: 1rem;
font-size: 1.4rem;
line-height: 1.1;
@include tablet {
font-size: 1.6rem;
line-height: 2.4rem;
@@ -1752,27 +1765,32 @@
overflow: hidden;
}
}
.photoArea {
display: flex;
justify-content: flex-start;
align-items: center;
margin-top: 1rem;
gap: 1rem;
.photoItem {
width: 7.2rem;
height: 7.2rem;
border-radius: 0.8rem;
overflow: hidden;
@include tablet {
width: 16rem;
height: 16rem;
}
button {
width: 100%;
height: 100%;
border: none;
cursor: pointer;
}
img {
width: 100%;
height: 100%;
@@ -1821,6 +1839,7 @@
margin-left: 0;
margin-top: 0.8rem;
background: url("/kr/assets/images/kia/contents/review_best.png") no-repeat center center / contain;
@include tablet {
margin-left: 1.6rem;
margin-top: 0;
@@ -2221,8 +2240,7 @@
content: none;
}
&:hover {
}
&:hover {}
>p {
span {
@@ -2452,6 +2470,7 @@
}
@include maxtablet {
&:before,
&:after {
display: none;
@@ -2520,6 +2539,7 @@
// height: 10rem;
.comp_body {
.text_area {
// display: flex;
h3 {
font-size: 3rem;
@@ -2898,6 +2918,7 @@
}
@include maxtablet {
&:before,
&:after {
display: none;
@@ -2968,6 +2989,7 @@
.comp_body {
.text_area {
// display: flex;
h3 {
margin-bottom: 2rem;
@@ -3525,6 +3547,7 @@
// }
.comp_body {
.text_area {
// display: flex;
h3 {
margin-bottom: 2rem;
@@ -3808,6 +3831,7 @@
}
&.paused {
.btn-play,
.btn-sound {
display: block !important;
@@ -3939,6 +3963,7 @@
}
&.playing {
.comp_body.layer_up,
.thumb-swiper,
.pdpInCarGameSwiper,
@@ -4128,8 +4153,7 @@
}
.scroll_area {
@include maxtablet {
}
@include maxtablet {}
.web {
display: block;
@@ -4998,6 +5022,7 @@
padding-top: 0;
display: none;
&.box2 {
display: block;
}
@@ -5272,6 +5297,7 @@
.tab-box {
display: none;
padding-top: 2.2rem;
&.box1 {
display: block;
}
@@ -5616,11 +5642,14 @@
aspect-ratio: 1200 / 236;
padding: 1.8333333333333333vw;
background: url("../images/kia/promotion/video_frame.png") no-repeat center center / contain;
@media (min-width: 1000px) {
padding: 2.2rem;
}
&+.video-area {
margin-top: 1.2rem;
@include tablet {
margin-top: 1.6rem;
}
@@ -6274,36 +6303,51 @@
// overflow-x: auto;
display: flex;
flex-wrap: wrap;
ul {
display: flex;
gap: 1rem;
@include tablet {
gap: 1.3rem;
}
li {
overflow: hidden;
position: relative;
width: 7.2rem;
flex: 1 0 calc((100% - 3rem) / 4);
width: calc((100% - 3rem) / 4);
min-width: 0;
aspect-ratio: 1 / 1;
border-radius: 0.8rem;
@include tablet {
flex: 0 0 calc(100% / 7);
width: calc(100% / 7);
aspect-ratio: 16 / 16;
aspect-ratio: 1 / 1;
}
// 4~6 번째 숨김
&:nth-child(n + 5):nth-child(-n + 6) {
&:nth-child(n + 5):nth-child(-n + 7) {
display: none;
@include tablet {
display: block;
}
}
button {
width: 100%;
height: 100%;
cursor: pointer;
}
img {
width: 100%;
height: 100%;
}
.count {
display: flex;
align-items: center;
@@ -6341,6 +6385,7 @@
text-align: center;
background: linear-gradient(88.44deg, rgba(145, 145, 145, 0) 1.49%, rgba(0, 0, 0, 0.8) 62.8%);
line-height: 1.5;
@include tablet {
font-size: 2rem;
}
@@ -6350,6 +6395,7 @@
// 모바일용 전체 포토리뷰 버튼 (4번째에 표시)
.allPhotoReview-mobile {
display: block;
@include tablet {
display: none;
}
@@ -6358,6 +6404,7 @@
// PC용 전체 포토리뷰 버튼 (7번째에 표시)
.allPhotoReview-pc {
display: none;
@include tablet {
display: block;
}
@@ -6367,6 +6414,7 @@
.reviewArea &:nth-child(5) {
button:not(.photoReviewAllPopup.allPhotoReview-mobile) {
display: none;
@include tablet {
display: block;
}
@@ -6383,13 +6431,17 @@
.popInner {
.photoReviewList {
padding-top: 0;
ul {
gap: 1rem;
li {
width: calc((100% - 2rem) / 3);
@include tablet {
width: calc((100% - 5rem) / 6);
}
&:nth-child(7) {
&:before {
display: none;
@@ -6410,8 +6462,10 @@
align-items: center;
gap: 1rem;
cursor: pointer;
input[type="checkbox"]:disabled {
cursor: not-allowed;
&+span {
color: #ccc;
cursor: not-allowed;