포토리뷰 작업 중

This commit is contained in:
2025-12-28 21:48:37 +09:00
parent f4f47bcc5f
commit 523e780e69
23 changed files with 1817 additions and 326 deletions

View File

@@ -333,6 +333,9 @@ pre {
.myItemWarp {
margin-top: 3rem;
width: 100%;
@include tablet {
margin-top: 4rem;
}
> div {
h3 {
@@ -681,7 +684,7 @@ pre {
}
> div + div {
margin-top: 1.5rem;
margin-top: 2rem;
@include tablet {
margin-top: 4rem;
@@ -1400,8 +1403,6 @@ pre {
width: 100%;
margin: 0 auto;
margin-top: 5rem;
padding-top: 2rem;
border-top: 1px solid #dedede;
@include tablet {
width: 37rem;
@@ -1410,9 +1411,6 @@ pre {
.towButton {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: flex-end;
align-items: center;
@include tablet {
flex-wrap: nowrap;
@@ -2981,10 +2979,6 @@ pre {
.productListWarp {
margin-top: 2rem;
@include desktopMin {
margin-top: 3rem;
}
.productLis {
margin-top: 1rem;
@@ -3020,7 +3014,7 @@ pre {
}
@include desktopMin {
padding: 0 3rem 0 0;
padding: 0 1.6rem 0 0;
display: flex;
flex-wrap: nowrap;
@@ -3071,6 +3065,7 @@ pre {
height: 7.5rem;
overflow: hidden;
border-radius: 0.6rem;
transition: all 0.2s ease;
@include tablet {
min-width: 12rem;
@@ -3147,14 +3142,19 @@ pre {
}
dt {
margin-top: 1.2rem;
margin-top: 1rem;
@include tablet {
margin-top: 1.7rem;
}
}
dt + dd {
margin-top: 0.5rem;
font-size: 1.4rem;
margin-top: 0.2rem;
@include desktopMin {
margin-top: 1rem;
@include tablet {
font-size: 1.6rem;
margin-top: 0.6rem;
}
}
@@ -3443,6 +3443,7 @@ pre {
.componentsReview-heder {
display: flex;
align-items: center;
position: relative;
}
.date {
@@ -3459,11 +3460,11 @@ pre {
transition: 0.3s;
.icon-good {
width: 1.5rem;
height: 1.5rem;
width: 1.8rem;
height: 1.8rem;
background-image: url("/kr/assets/images/common/icon_good.svg");
background-repeat: no-repeat;
background-size: 100% auto;
background-size: auto 100%;
}
.goodNum {
@@ -3483,10 +3484,29 @@ pre {
}
.contents {
margin-top: 1.5rem;
font-size: 1.6rem;
margin-top: 0.8rem;
font-size: 1.4rem;
line-height: 2.4rem;
color: #000000;
@include tablet {
margin-top: 1.5rem;
font-size: 1.6rem;
line-height: 2.4rem;
}
}
.carswBtn {
width: auto;
padding-top: 1.8rem;
border-top: 1px solid #dedede;
justify-content: center;
@include tablet {
padding-top: 2rem;
}
.towButton {
justify-content: flex-end;
max-width: 100%;
}
}
}
}
@@ -4566,6 +4586,10 @@ pre {
font-weight: 600;
em {
color: #9ea1a2;
font-weight: 400;
b {
font-weight: 600;
}
}
}
}
@@ -4575,17 +4599,16 @@ pre {
.fileList {
ul {
display: flex;
justify-content: space-between;
width: 100%;
gap: 1rem;
@include tablet {
justify-content: flex-start;
}
.imgItem {
overflow: hidden;
position: relative;
width: calc((100% - 30px) / 3);
width: 8rem;
height: 8rem;
border: 1px solid #dedede;
border-radius: 0.8rem;
@include tablet {
@@ -4622,9 +4645,13 @@ pre {
.delImg {
position: absolute;
display: none;
top: 1rem;
right: 1rem;
top: 0.8rem;
right: 0.8rem;
cursor: pointer;
@include tablet {
top: 1rem;
right: 1rem;
}
}
}
}
@@ -5053,3 +5080,159 @@ pre {
}
}
}
.reviewListWrap {
.componentsReview {
.contents {
//3줄 노출
display: block;
&.abstracted {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
line-clamp: 3;
box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
}
}
.photoArea {
display: flex;
justify-content: flex-start;
align-items: center;
margin-top: 1rem;
gap: 1rem;
.photoItem {
width: 6rem;
aspect-ratio: 1 / 1;
border-radius: 0.8rem;
overflow: hidden;
transition: all 0.2s ease;
@include tablet {
width: 12rem;
}
img {
width: 100%;
height: 100%;
object-fit: cover;
}
}
}
.contentMoreBtn {
display: none;
align-items: center;
margin-top: 1rem;
font-size: 1.6rem;
color: #9ea1a2;
cursor: pointer;
&::after {
content: "";
display: block;
width: 1rem;
height: 1rem;
margin-left: 0.5rem;
background-image: url("/kr/assets/images/common/icon-more.svg");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
&.active {
&::after {
background-image: url("/kr/assets/images/common/icon-briefly.svg");
}
}
}
}
.contentWarp .mypageWarp .rightConWarp & {
.carswBtn {
margin-top: 2rem;
.towButton {
flex-direction: row;
justify-content: flex-end;
align-items: center;
}
}
.best .cartItemWrap {
position: relative;
&:after {
content: "";
display: block;
width: 6.8rem;
height: 2.4rem;
margin: 0.8rem 0 0 9rem;
background: url("/kr/assets/images/kia/contents/review_best.png") no-repeat center center / contain;
@include tablet {
position: absolute;
top: 1.6rem;
right: 1.6rem;
margin: 0 0 0 1.6rem;
}
}
}
.unpublished .cartItemWrap {
position: relative;
&:after {
content: "미게시";
display: inline-flex;
align-items: center;
justify-content: center;
height: 2.4rem;
margin: 0.8rem 0 0 9rem;
padding: 0.2rem 0.8rem 0;
background: #ea0029;
border-radius: 1.2rem;
color: #fff;
font-size: 1.2rem;
font-weight: 600;
@include tablet {
position: absolute;
top: 1.6rem;
right: 1.6rem;
}
}
}
.componentsReview-heder {
flex-wrap: wrap;
@include tablet {
flex-wrap: nowrap;
}
.reason {
display: block;
margin: 1rem 0 0.4rem;
width: 100%;
color: #fff;
font-size: 1.4rem;
font-weight: 400;
color: #ea0029;
padding-left: 1.6rem;
background: url("/kr/assets/images/common/ico_Information.svg") no-repeat left center / 1.6rem auto;
@include tablet {
position: absolute;
top: 0;
right: 0;
width: auto;
margin: 0;
}
}
}
}
}
.myItemWarp {
position: relative;
.reviewSearchBox {
width: 15rem;
@include tablet {
position: absolute;
top: -8rem;
right: 0;
width: auto;
}
}
}