포토리뷰 작업 중

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

@@ -338,6 +338,11 @@ pre {
margin-top: 3rem;
width: 100%;
}
@media (min-width: 768px) {
.contentWarp .mypageWarp .rightConWarp .myItemWarp {
margin-top: 4rem;
}
}
.contentWarp .mypageWarp .rightConWarp .myItemWarp > div h3 {
font-size: 1.8rem;
font-weight: 600;
@@ -654,7 +659,7 @@ pre {
margin-bottom: 1rem;
}
.contentWarp .mypageWarp .rightConWarp .myItemWarp > div + div {
margin-top: 1.5rem;
margin-top: 2rem;
}
@media (min-width: 768px) {
.contentWarp .mypageWarp .rightConWarp .myItemWarp > div + div {
@@ -1306,8 +1311,6 @@ pre {
width: 100%;
margin: 0 auto;
margin-top: 5rem;
padding-top: 2rem;
border-top: 1px solid #dedede;
}
@media (min-width: 768px) {
.contentWarp .mypageWarp .rightConWarp .carswBtn {
@@ -1317,9 +1320,6 @@ pre {
.contentWarp .mypageWarp .rightConWarp .carswBtn .towButton {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: flex-end;
align-items: center;
}
@media (min-width: 768px) {
.contentWarp .mypageWarp .rightConWarp .carswBtn .towButton {
@@ -2790,11 +2790,6 @@ pre {
.productListWarp {
margin-top: 2rem;
}
@media (min-width: 1025px) {
.productListWarp {
margin-top: 3rem;
}
}
.productListWarp .productLis {
margin-top: 1rem;
}
@@ -2834,7 +2829,7 @@ pre {
}
@media (min-width: 1025px) {
.productListWarp .productLis ul li .cartItemWrap {
padding: 0 3rem 0 0;
padding: 0 1.6rem 0 0;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
@@ -2887,6 +2882,7 @@ pre {
height: 7.5rem;
overflow: hidden;
border-radius: 0.6rem;
transition: all 0.2s ease;
}
@media (min-width: 768px) {
.productListWarp .productLis ul li .cartItemWrap .cartItem .cartItemInfo > div > p {
@@ -2961,14 +2957,21 @@ pre {
}
}
.productListWarp .productLis ul li .cartItemWrap .cartItem .cartItemInfo > div dl dt {
margin-top: 1.2rem;
margin-top: 1rem;
}
@media (min-width: 768px) {
.productListWarp .productLis ul li .cartItemWrap .cartItem .cartItemInfo > div dl dt {
margin-top: 1.7rem;
}
}
.productListWarp .productLis ul li .cartItemWrap .cartItem .cartItemInfo > div dl dt + dd {
margin-top: 0.5rem;
font-size: 1.4rem;
margin-top: 0.2rem;
}
@media (min-width: 1025px) {
@media (min-width: 768px) {
.productListWarp .productLis ul li .cartItemWrap .cartItem .cartItemInfo > div dl dt + dd {
margin-top: 1rem;
font-size: 1.6rem;
margin-top: 0.6rem;
}
}
.productListWarp .productLis ul li .cartItemWrap .cartItem .cartItemInfo > div dl dd + dd {
@@ -3256,6 +3259,7 @@ pre {
.productListWarp .productLis ul li .componentsReview .componentsReview-heder {
display: flex;
align-items: center;
position: relative;
}
.productListWarp .productLis ul li .componentsReview .date {
padding-top: 0.2rem;
@@ -3270,11 +3274,11 @@ pre {
transition: 0.3s;
}
.productListWarp .productLis ul li .componentsReview .reviewBtn .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%;
}
.productListWarp .productLis ul li .componentsReview .reviewBtn .goodNum {
margin-left: 0.4rem;
@@ -3288,11 +3292,33 @@ pre {
color: #000000;
}
.productListWarp .productLis ul li .componentsReview .contents {
margin-top: 1.5rem;
font-size: 1.6rem;
margin-top: 0.8rem;
font-size: 1.4rem;
line-height: 2.4rem;
color: #000000;
}
@media (min-width: 768px) {
.productListWarp .productLis ul li .componentsReview .contents {
margin-top: 1.5rem;
font-size: 1.6rem;
line-height: 2.4rem;
}
}
.productListWarp .productLis ul li .componentsReview .carswBtn {
width: auto;
padding-top: 1.8rem;
border-top: 1px solid #dedede;
justify-content: center;
}
@media (min-width: 768px) {
.productListWarp .productLis ul li .componentsReview .carswBtn {
padding-top: 2rem;
}
}
.productListWarp .productLis ul li .componentsReview .carswBtn .towButton {
justify-content: flex-end;
max-width: 100%;
}
.productListWarp .productLis ul li + li {
margin-top: 1rem;
}
@@ -4142,25 +4168,24 @@ pre {
}
.reviewWarp .insertFile dt em {
color: #9ea1a2;
font-weight: 400;
}
.reviewWarp .insertFile dt em b {
font-weight: 600;
}
.reviewWarp .flieWarp {
display: block;
}
.reviewWarp .flieWarp .fileList ul {
display: flex;
justify-content: space-between;
width: 100%;
gap: 1rem;
}
@media (min-width: 768px) {
.reviewWarp .flieWarp .fileList ul {
justify-content: flex-start;
}
}
.reviewWarp .flieWarp .fileList ul .imgItem {
overflow: hidden;
position: relative;
width: calc((100% - 30px) / 3);
width: 8rem;
height: 8rem;
border: 1px solid #dedede;
border-radius: 0.8rem;
}
@@ -4196,10 +4221,16 @@ pre {
.reviewWarp .flieWarp .fileList ul .imgItem .delImg {
position: absolute;
display: none;
top: 1rem;
right: 1rem;
top: 0.8rem;
right: 0.8rem;
cursor: pointer;
}
@media (min-width: 768px) {
.reviewWarp .flieWarp .fileList ul .imgItem .delImg {
top: 1rem;
right: 1rem;
}
}
.reviewWarp .flieWarp .textInfo {
font-size: 1.4rem;
color: #9ea1a2;
@@ -4575,4 +4606,159 @@ pre {
.cancelPremiumPopup .content .totalRefund > div.minus .amount {
color: #ea0029;
}
.reviewListWrap .componentsReview .contents {
display: block;
}
.reviewListWrap .componentsReview .contents.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;
}
.reviewListWrap .componentsReview .photoArea {
display: flex;
justify-content: flex-start;
align-items: center;
margin-top: 1rem;
gap: 1rem;
}
.reviewListWrap .componentsReview .photoArea .photoItem {
width: 6rem;
aspect-ratio: 1/1;
border-radius: 0.8rem;
overflow: hidden;
transition: all 0.2s ease;
}
@media (min-width: 768px) {
.reviewListWrap .componentsReview .photoArea .photoItem {
width: 12rem;
}
}
.reviewListWrap .componentsReview .photoArea .photoItem img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.reviewListWrap .componentsReview .contentMoreBtn {
display: none;
align-items: center;
margin-top: 1rem;
font-size: 1.6rem;
color: #9ea1a2;
cursor: pointer;
}
.reviewListWrap .componentsReview .contentMoreBtn::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;
}
.reviewListWrap .componentsReview .contentMoreBtn.active::after {
background-image: url("/kr/assets/images/common/icon-briefly.svg");
}
.contentWarp .mypageWarp .rightConWarp .reviewListWrap .carswBtn {
margin-top: 2rem;
}
.contentWarp .mypageWarp .rightConWarp .reviewListWrap .carswBtn .towButton {
flex-direction: row;
justify-content: flex-end;
align-items: center;
}
.contentWarp .mypageWarp .rightConWarp .reviewListWrap .best .cartItemWrap {
position: relative;
}
.contentWarp .mypageWarp .rightConWarp .reviewListWrap .best .cartItemWrap: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;
}
@media (min-width: 768px) {
.contentWarp .mypageWarp .rightConWarp .reviewListWrap .best .cartItemWrap:after {
position: absolute;
top: 1.6rem;
right: 1.6rem;
margin: 0 0 0 1.6rem;
}
}
.contentWarp .mypageWarp .rightConWarp .reviewListWrap .unpublished .cartItemWrap {
position: relative;
}
.contentWarp .mypageWarp .rightConWarp .reviewListWrap .unpublished .cartItemWrap: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;
}
@media (min-width: 768px) {
.contentWarp .mypageWarp .rightConWarp .reviewListWrap .unpublished .cartItemWrap:after {
position: absolute;
top: 1.6rem;
right: 1.6rem;
}
}
.contentWarp .mypageWarp .rightConWarp .reviewListWrap .componentsReview-heder {
flex-wrap: wrap;
}
@media (min-width: 768px) {
.contentWarp .mypageWarp .rightConWarp .reviewListWrap .componentsReview-heder {
flex-wrap: nowrap;
}
}
.contentWarp .mypageWarp .rightConWarp .reviewListWrap .componentsReview-heder .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;
}
@media (min-width: 768px) {
.contentWarp .mypageWarp .rightConWarp .reviewListWrap .componentsReview-heder .reason {
position: absolute;
top: 0;
right: 0;
width: auto;
margin: 0;
}
}
.myItemWarp {
position: relative;
}
.myItemWarp .reviewSearchBox {
width: 15rem;
}
@media (min-width: 768px) {
.myItemWarp .reviewSearchBox {
position: absolute;
top: -8rem;
right: 0;
width: auto;
}
}
/*# sourceMappingURL=mypage.css.map */