포토리뷰 작업 중 - 전체포토 수정

This commit is contained in:
2026-01-11 11:31:34 +09:00
parent e607dc8472
commit 38a616bc61
4 changed files with 41 additions and 40 deletions

View File

@@ -1677,10 +1677,15 @@
display: none;
align-items: center;
margin-top: 1rem;
font-size: 1.6rem;
font-size: 1.4rem;
color: #9ea1a2;
cursor: pointer;
}
@media (min-width: 768px) {
.reviewArea .reviewInner .reviewList .item .textArea .contentMoreBtn {
font-size: 1.6rem;
}
}
.reviewArea .reviewInner .reviewList .item .textArea .contentMoreBtn::after {
content: "";
display: block;
@@ -5555,7 +5560,7 @@ body.scroll-up .displayThemeDesney.discover-epic-design .tab-wrap .tab-menu {
flex-wrap: nowrap;
align-items: flex-start;
}
.photoReviewList .allPhotoReview {
.photoReviewList .btn-allPhotoReview {
display: flex;
align-items: center;
justify-content: center;
@@ -5570,16 +5575,17 @@ body.scroll-up .displayThemeDesney.discover-epic-design .tab-wrap .tab-menu {
background-color: #05141f;
border-radius: 0.8rem;
margin-right: 1rem;
cursor: pointer;
}
@media (min-width: 768px) {
.photoReviewList .allPhotoReview {
.photoReviewList .btn-allPhotoReview {
width: 16rem;
height: 16rem;
margin-right: 1.3rem;
font-size: 1.4rem;
}
}
.photoReviewList .allPhotoReview:before {
.photoReviewList .btn-allPhotoReview:before {
content: "";
display: block;
width: 100%;
@@ -5588,7 +5594,7 @@ body.scroll-up .displayThemeDesney.discover-epic-design .tab-wrap .tab-menu {
background: url(../images/common/icon_camera.png) no-repeat center center/auto 100%;
}
@media (min-width: 768px) {
.photoReviewList .allPhotoReview:before {
.photoReviewList .btn-allPhotoReview:before {
height: 3.2rem;
margin-bottom: 1.2rem;
}
@@ -5623,14 +5629,6 @@ body.scroll-up .displayThemeDesney.discover-epic-design .tab-wrap .tab-menu {
aspect-ratio: inherit;
}
}
.photoReviewList ul li:nth-child(n+4):nth-child(-n+7) {
display: none;
}
@media (min-width: 768px) {
.photoReviewList ul li:nth-child(n+4):nth-child(-n+7) {
display: block;
}
}
.photoReviewList ul li button {
width: 100%;
height: 100%;
@@ -5673,14 +5671,6 @@ body.scroll-up .displayThemeDesney.discover-epic-design .tab-wrap .tab-menu {
display: block;
}
}
.reviewArea .photoReviewList ul li:nth-child(5) button:not(.photoReviewAllPopup.allPhotoReview-mobile) {
display: none;
}
@media (min-width: 768px) {
.reviewArea .photoReviewList ul li:nth-child(5) button:not(.photoReviewAllPopup.allPhotoReview-mobile) {
display: block;
}
}
.popInner .photoReviewList ul {
flex-wrap: wrap;
}
@@ -5693,10 +5683,12 @@ body.scroll-up .displayThemeDesney.discover-epic-design .tab-wrap .tab-menu {
}
.popInner .photoReviewList ul li {
width: calc((100% - 2rem) / 3);
height: auto;
}
@media (min-width: 768px) {
.popInner .photoReviewList ul li {
width: calc((100% - 5rem) / 6);
aspect-ratio: 1/1;
}
}
.popInner .photoReviewList ul li:nth-child(7):before {