포토리뷰 작업 중
This commit is contained in:
@@ -4780,25 +4780,34 @@ body.scroll-up .infoSticky {
|
||||
padding: 2rem;
|
||||
}
|
||||
.reviewWritePopup .popInner {
|
||||
width: 98%;
|
||||
max-height: 90%;
|
||||
overflow-y: scroll;
|
||||
width: 100%;
|
||||
max-height: 100%;
|
||||
overflow-y: auto;
|
||||
position: absolute;
|
||||
top: 53%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
top: 0 !important;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
transform: translate(0, 0);
|
||||
background-color: #fff;
|
||||
padding: 2rem;
|
||||
border-radius: 0.6rem;
|
||||
border-radius: 0;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.reviewWritePopup .popInner {
|
||||
top: 53% !important;
|
||||
left: 50%;
|
||||
bottom: auto;
|
||||
width: 100%;
|
||||
max-width: 90rem;
|
||||
min-height: 22rem;
|
||||
transform: translate(-50%, -50%);
|
||||
padding: 5rem 2rem;
|
||||
border-radius: 0.6rem;
|
||||
}
|
||||
}
|
||||
.reviewWritePopup .popInner button {
|
||||
cursor: pointer;
|
||||
}
|
||||
.reviewWritePopup .popInner .title {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
@@ -5240,6 +5249,9 @@ body.scroll-up .infoSticky {
|
||||
.reviewWritePopup .popInner .csWarp .csInner .csComplete p + p {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
.reviewWritePopup .popInner .selectInner .cont-select .list-member {
|
||||
top: 4.8rem;
|
||||
}
|
||||
.reviewWritePopup .popInner .carswBtn {
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
@@ -5260,23 +5272,28 @@ body.scroll-up .infoSticky {
|
||||
}
|
||||
.reviewWritePopup .popInner .carswBtn .towButton .leftBtn {
|
||||
margin-right: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.reviewWritePopup .popInner .carswBtn .towButton .leftBtn {
|
||||
margin-right: 0.5rem;
|
||||
max-width: 18rem;
|
||||
}
|
||||
}
|
||||
.reviewWritePopup .popInner .carswBtn .towButton .rightBtn {
|
||||
margin-left: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.reviewWritePopup .popInner .carswBtn .towButton .rightBtn {
|
||||
margin-left: 0.5rem;
|
||||
max-width: 18rem;
|
||||
}
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.reviewWritePopup .popInner .carswBtn .towButton {
|
||||
flex-wrap: nowrap;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
@@ -5302,7 +5319,7 @@ body.scroll-up .infoSticky {
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.reviewWritePopup .popInner .optionDetail {
|
||||
display: flex;
|
||||
display: flex !important;
|
||||
}
|
||||
}
|
||||
.reviewWritePopup .popInner .optionDetail .optionDetailInner {
|
||||
@@ -5334,7 +5351,12 @@ body.scroll-up .infoSticky {
|
||||
.reviewWritePopup .popInner .optionDetail .optionDetailInner .optionDetailItem .date {
|
||||
font-size: 1.4rem;
|
||||
color: #676767;
|
||||
font-weight: normal;
|
||||
font-weight: 400;
|
||||
}
|
||||
.reviewWritePopup .popInner .optionDetail .optionDetailInner .optionDetailItem .date b,
|
||||
.reviewWritePopup .popInner .optionDetail .optionDetailInner .optionDetailItem .date strong {
|
||||
font-weight: 400;
|
||||
margin-right: 0.4rem;
|
||||
}
|
||||
.reviewWritePopup .popInner .optionDetail .optionDetailInner .optionDetailItem .name {
|
||||
margin-top: 2rem;
|
||||
@@ -5410,7 +5432,12 @@ body.scroll-up .infoSticky {
|
||||
|
||||
.photoReviewDetailPopup .popInner {
|
||||
max-width: 124rem;
|
||||
padding: 5rem 2rem;
|
||||
padding: 2rem;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.photoReviewDetailPopup .popInner {
|
||||
padding: 5rem 2rem;
|
||||
}
|
||||
}
|
||||
.photoReviewDetailPopup .title {
|
||||
position: relative;
|
||||
@@ -5466,6 +5493,7 @@ body.scroll-up .infoSticky {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
width: 100%;
|
||||
transition: 0.2s all ease;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.photoReviewDetailPopup .photoReviewDetailWrap {
|
||||
@@ -5476,6 +5504,7 @@ body.scroll-up .infoSticky {
|
||||
.photoReviewDetailPopup .photoReviewDetailWrap .photoReviewDetailLeft {
|
||||
width: 100%;
|
||||
margin-bottom: 2rem;
|
||||
transition: 0.2s all ease;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.photoReviewDetailPopup .photoReviewDetailWrap .photoReviewDetailLeft {
|
||||
@@ -5527,6 +5556,9 @@ body.scroll-up .infoSticky {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 60rem;
|
||||
padding: 3.2rem 0 2rem;
|
||||
border-top: 1px solid #eee;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
}
|
||||
.photoReviewDetailPopup .photoReviewDetailRight .reviewSummary {
|
||||
@@ -5548,6 +5580,7 @@ body.scroll-up .infoSticky {
|
||||
padding-top: 0;
|
||||
border: 0;
|
||||
flex: 1;
|
||||
height: calc(100% - 62rem);
|
||||
}
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
@@ -5579,8 +5612,14 @@ body.scroll-up .infoSticky {
|
||||
font-size: 1.4rem;
|
||||
color: #a6a6a6;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.photoReviewDetailPopup .photoReviewDetailRight .reviewItemDetail .textArea .info span + span {
|
||||
margin-top: 0.2rem;
|
||||
}
|
||||
}
|
||||
.photoReviewDetailPopup .photoReviewDetailRight .reviewItemDetail .textArea .contents {
|
||||
padding: 1rem 0 2rem;
|
||||
padding: 0 0 2rem;
|
||||
margin-top: 1rem;
|
||||
font-size: 1.4rem;
|
||||
color: #000;
|
||||
line-height: 1.5;
|
||||
@@ -5616,6 +5655,12 @@ body.scroll-up .infoSticky {
|
||||
border-radius: 0.8rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.photoReviewDetailPopup .photoReviewDetailRight .photoThumbnails .photoThumbItem {
|
||||
width: 6rem;
|
||||
height: 6rem;
|
||||
}
|
||||
}
|
||||
.photoReviewDetailPopup .photoReviewDetailRight .photoThumbnails .photoThumbItem img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -5318,22 +5318,32 @@ video::-webkit-media-controls {
|
||||
padding: 2rem;
|
||||
|
||||
.popInner {
|
||||
width: 98%;
|
||||
max-height: 90%;
|
||||
overflow-y: scroll;
|
||||
width: 100%;
|
||||
max-height: 100%;
|
||||
overflow-y: auto;
|
||||
position: absolute;
|
||||
top: 53%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
top: 0 !important;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
transform: translate(0, 0);
|
||||
background-color: #fff;
|
||||
padding: 2rem;
|
||||
border-radius: 0.6rem;
|
||||
border-radius: 0;
|
||||
|
||||
@include tablet {
|
||||
top: 53% !important;
|
||||
left: 50%;
|
||||
bottom: auto;
|
||||
width: 100%;
|
||||
max-width: 90rem;
|
||||
min-height: 22rem;
|
||||
transform: translate(-50%, -50%);
|
||||
padding: 5rem 2rem;
|
||||
border-radius: 0.6rem;
|
||||
}
|
||||
|
||||
button {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.title {
|
||||
@@ -5814,6 +5824,10 @@ video::-webkit-media-controls {
|
||||
}
|
||||
}
|
||||
|
||||
.selectInner .cont-select .list-member {
|
||||
top: 4.8rem;
|
||||
}
|
||||
|
||||
.carswBtn {
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
@@ -5834,22 +5848,27 @@ video::-webkit-media-controls {
|
||||
|
||||
.leftBtn {
|
||||
margin-right: 0;
|
||||
cursor: pointer;
|
||||
|
||||
@include tablet {
|
||||
margin-right: 0.5rem;
|
||||
max-width: 18rem;
|
||||
}
|
||||
}
|
||||
|
||||
.rightBtn {
|
||||
margin-left: 0;
|
||||
cursor: pointer;
|
||||
|
||||
@include tablet {
|
||||
margin-left: 0.5rem;
|
||||
max-width: 18rem;
|
||||
}
|
||||
}
|
||||
|
||||
@include tablet {
|
||||
flex-wrap: nowrap;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
a + a {
|
||||
@@ -5877,7 +5896,7 @@ video::-webkit-media-controls {
|
||||
.optionDetail {
|
||||
display: none !important;
|
||||
@include tablet {
|
||||
display: flex;
|
||||
display: flex !important;
|
||||
}
|
||||
.optionDetailInner {
|
||||
overflow: hidden;
|
||||
@@ -5907,7 +5926,12 @@ video::-webkit-media-controls {
|
||||
.date {
|
||||
font-size: 1.4rem;
|
||||
color: #676767;
|
||||
font-weight: normal;
|
||||
font-weight: 400;
|
||||
b,
|
||||
strong {
|
||||
font-weight: 400;
|
||||
margin-right: 0.4rem;
|
||||
}
|
||||
}
|
||||
.name {
|
||||
margin-top: 2rem;
|
||||
@@ -5994,7 +6018,10 @@ video::-webkit-media-controls {
|
||||
.photoReviewDetailPopup {
|
||||
.popInner {
|
||||
max-width: 124rem;
|
||||
padding: 5rem 2rem;
|
||||
padding: 2rem;
|
||||
@include tablet {
|
||||
padding: 5rem 2rem;
|
||||
}
|
||||
}
|
||||
.title {
|
||||
position: relative;
|
||||
@@ -6046,6 +6073,7 @@ video::-webkit-media-controls {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
width: 100%;
|
||||
transition: 0.2s all ease;
|
||||
@include tablet {
|
||||
flex-wrap: nowrap;
|
||||
gap: 3rem;
|
||||
@@ -6053,6 +6081,7 @@ video::-webkit-media-controls {
|
||||
.photoReviewDetailLeft {
|
||||
width: 100%;
|
||||
margin-bottom: 2rem;
|
||||
transition: 0.2s all ease;
|
||||
@include tablet {
|
||||
max-width: 72rem;
|
||||
margin-bottom: 0;
|
||||
@@ -6103,6 +6132,9 @@ video::-webkit-media-controls {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 60rem;
|
||||
padding: 3.2rem 0 2rem;
|
||||
border-top: 1px solid #eee;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
.reviewSummary {
|
||||
display: flex;
|
||||
@@ -6121,6 +6153,7 @@ video::-webkit-media-controls {
|
||||
padding-top: 0;
|
||||
border: 0;
|
||||
flex: 1;
|
||||
height: calc(100% - 62rem);
|
||||
}
|
||||
.textArea {
|
||||
@include tablet {
|
||||
@@ -6148,10 +6181,16 @@ video::-webkit-media-controls {
|
||||
display: block;
|
||||
font-size: 1.4rem;
|
||||
color: #a6a6a6;
|
||||
+ span {
|
||||
@include tablet {
|
||||
margin-top: 0.2rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.contents {
|
||||
padding: 1rem 0 2rem;
|
||||
padding: 0 0 2rem;
|
||||
margin-top: 1rem;
|
||||
font-size: 1.4rem;
|
||||
color: #000;
|
||||
line-height: 1.5;
|
||||
@@ -6189,6 +6228,10 @@ video::-webkit-media-controls {
|
||||
height: 4rem;
|
||||
border-radius: 0.8rem;
|
||||
overflow: hidden;
|
||||
@include tablet {
|
||||
width: 6rem;
|
||||
height: 6rem;
|
||||
}
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
@@ -1306,6 +1306,8 @@ 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 {
|
||||
@@ -1315,6 +1317,9 @@ 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 {
|
||||
@@ -1330,6 +1335,20 @@ pre {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
.contentWarp .mypageWarp .rightConWarp .carswBtn .towButton button {
|
||||
font-size: 1.4rem;
|
||||
border-bottom: 1px solid #000;
|
||||
cursor: pointer;
|
||||
}
|
||||
.contentWarp .mypageWarp .rightConWarp .carswBtn .towButton button + button {
|
||||
margin-left: 2rem;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.contentWarp .mypageWarp .rightConWarp .carswBtn .towButton button + button {
|
||||
margin-left: 3rem;
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
.contentWarp .mypageWarp .rightConWarp .itemCancel {
|
||||
border: 1px solid #dedede;
|
||||
border-radius: 0.6rem;
|
||||
@@ -2782,12 +2801,21 @@ pre {
|
||||
.productListWarp .productLis ul li {
|
||||
border: 1px solid #dedede;
|
||||
border-radius: 0.6rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
.productListWarp .productLis ul li .cartItemWrap {
|
||||
display: flex;
|
||||
padding: 2rem;
|
||||
padding-left: 2rem;
|
||||
}
|
||||
.reviewList .productListWarp .productLis ul li .cartItemWrap {
|
||||
flex-direction: column;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.reviewList .productListWarp .productLis ul li .cartItemWrap {
|
||||
flex-direction: row;
|
||||
}
|
||||
}
|
||||
@media (max-width: 501px) {
|
||||
.productListWarp .productLis ul li .cartItemWrap {
|
||||
flex-wrap: wrap;
|
||||
@@ -3225,10 +3253,40 @@ pre {
|
||||
padding: 2rem;
|
||||
}
|
||||
}
|
||||
.productListWarp .productLis ul li .componentsReview .componentsReview-heder {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.productListWarp .productLis ul li .componentsReview .date {
|
||||
padding-top: 0.2rem;
|
||||
font-size: 1.4rem;
|
||||
color: #676767;
|
||||
}
|
||||
.productListWarp .productLis ul li .componentsReview .reviewBtn {
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 0 1rem;
|
||||
transition: 0.3s;
|
||||
}
|
||||
.productListWarp .productLis ul li .componentsReview .reviewBtn .icon-good {
|
||||
width: 1.5rem;
|
||||
height: 1.5rem;
|
||||
background-image: url("/kr/assets/images/common/icon_good.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% auto;
|
||||
}
|
||||
.productListWarp .productLis ul li .componentsReview .reviewBtn .goodNum {
|
||||
margin-left: 0.4rem;
|
||||
padding-top: 0.4rem;
|
||||
color: #9ea1a2;
|
||||
font-size: 1.4rem;
|
||||
font-weight: 600;
|
||||
line-height: 2rem;
|
||||
}
|
||||
.productListWarp .productLis ul li .componentsReview .reviewBtn.active .goodNum {
|
||||
color: #000000;
|
||||
}
|
||||
.productListWarp .productLis ul li .componentsReview .contents {
|
||||
margin-top: 1.5rem;
|
||||
font-size: 1.6rem;
|
||||
@@ -3959,7 +4017,7 @@ pre {
|
||||
width: 100%;
|
||||
font-size: 1.4rem;
|
||||
font-weight: 600;
|
||||
color: #676767;
|
||||
color: #000;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.reviewWarp dl dt {
|
||||
@@ -4054,16 +4112,146 @@ pre {
|
||||
}
|
||||
}
|
||||
.reviewWarp dl dd.contentsWrap {
|
||||
position: relative;
|
||||
margin-top: 1.5rem;
|
||||
flex-direction: column;
|
||||
}
|
||||
.reviewWarp dl dd.contentsWrap .wordCounter {
|
||||
position: absolute;
|
||||
bottom: 1.5rem;
|
||||
right: 1.5rem;
|
||||
justify-content: flex-end;
|
||||
margin-top: 1rem;
|
||||
font-size: 1.4rem;
|
||||
color: #676767;
|
||||
text-align: right;
|
||||
}
|
||||
.reviewWarp dl dd.contentsWrap .wordCounter em {
|
||||
color: #9ea1a2;
|
||||
}
|
||||
.reviewWarp .insertFile {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
.reviewWarp .insertFile dt {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
margin-bottom: 1rem;
|
||||
color: #000;
|
||||
font-size: 1.4rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
.reviewWarp .insertFile dt em {
|
||||
color: #9ea1a2;
|
||||
}
|
||||
.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);
|
||||
border: 1px solid #dedede;
|
||||
border-radius: 0.8rem;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.reviewWarp .flieWarp .fileList ul .imgItem {
|
||||
width: 16rem;
|
||||
height: 16rem;
|
||||
}
|
||||
}
|
||||
.reviewWarp .flieWarp .fileList ul .imgItem .itemWrap {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
padding-top: 100%;
|
||||
}
|
||||
.reviewWarp .flieWarp .fileList ul .imgItem .itemWrap .imgInput {
|
||||
display: none;
|
||||
}
|
||||
.reviewWarp .flieWarp .fileList ul .imgItem .itemWrap .contents {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
}
|
||||
.reviewWarp .flieWarp .fileList ul .imgItem .itemWrap .contents img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
-o-object-fit: contain;
|
||||
object-fit: contain;
|
||||
}
|
||||
.reviewWarp .flieWarp .fileList ul .imgItem .delImg {
|
||||
position: absolute;
|
||||
display: none;
|
||||
top: 1rem;
|
||||
right: 1rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
.reviewWarp .flieWarp .textInfo {
|
||||
font-size: 1.4rem;
|
||||
color: #9ea1a2;
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
.reviewWarp .flieWarp .fileAddBtn {
|
||||
display: flex;
|
||||
margin-top: 3rem;
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
.reviewWarp .flieWarp .fileAddBtn button,
|
||||
.reviewWarp .flieWarp .fileAddBtn label {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
height: 5rem;
|
||||
border: 1px solid #dedede;
|
||||
cursor: pointer;
|
||||
}
|
||||
.reviewWarp .flieWarp .fileAddBtn button span,
|
||||
.reviewWarp .flieWarp .fileAddBtn label span {
|
||||
font-weight: 600;
|
||||
font-family: "KiaSignature";
|
||||
color: #676767;
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
@media (min-width: 1025px) {
|
||||
.reviewWarp .flieWarp .fileAddBtn button span,
|
||||
.reviewWarp .flieWarp .fileAddBtn label span {
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
}
|
||||
.reviewWarp .flieWarp .fileAddBtn button .icon-reset,
|
||||
.reviewWarp .flieWarp .fileAddBtn label .icon-reset {
|
||||
width: 1.4rem;
|
||||
height: 1.4rem;
|
||||
background-image: url(../images/common/icon-reset.svg);
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.reviewWarp .flieWarp .fileAddBtn button .icon-plus,
|
||||
.reviewWarp .flieWarp .fileAddBtn label .icon-plus {
|
||||
width: 1.4rem;
|
||||
height: 1.4rem;
|
||||
background-image: url(../images/common/icon-bplus.svg);
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.reviewWarp .flieWarp .fileAddBtn button + label {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
.comp_mypage_user_guide {
|
||||
display: flex;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1400,6 +1400,8 @@ pre {
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
margin-top: 5rem;
|
||||
padding-top: 2rem;
|
||||
border-top: 1px solid #dedede;
|
||||
|
||||
@include tablet {
|
||||
width: 37rem;
|
||||
@@ -1408,6 +1410,9 @@ pre {
|
||||
.towButton {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: row;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
|
||||
@include tablet {
|
||||
flex-wrap: nowrap;
|
||||
@@ -1421,6 +1426,19 @@ pre {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
button {
|
||||
font-size: 1.4rem;
|
||||
border-bottom: 1px solid #000;
|
||||
cursor: pointer;
|
||||
+ button {
|
||||
margin-left: 2rem;
|
||||
|
||||
@include tablet {
|
||||
margin-left: 3rem;
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2974,12 +2992,20 @@ pre {
|
||||
li {
|
||||
border: 1px solid #dedede;
|
||||
border-radius: 0.6rem;
|
||||
overflow: hidden;
|
||||
|
||||
.cartItemWrap {
|
||||
display: flex;
|
||||
padding: 2rem;
|
||||
padding-left: 2rem;
|
||||
|
||||
.reviewList & {
|
||||
flex-direction: column;
|
||||
@include tablet {
|
||||
flex-direction: row;
|
||||
}
|
||||
}
|
||||
|
||||
@include maxmobile {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
@@ -3414,10 +3440,47 @@ pre {
|
||||
padding: 2rem;
|
||||
}
|
||||
|
||||
.componentsReview-heder {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.date {
|
||||
padding-top: 0.2rem;
|
||||
font-size: 1.4rem;
|
||||
color: #676767;
|
||||
}
|
||||
.reviewBtn {
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
// width: 10rem;
|
||||
padding: 0 1rem;
|
||||
transition: 0.3s;
|
||||
|
||||
.icon-good {
|
||||
width: 1.5rem;
|
||||
height: 1.5rem;
|
||||
background-image: url("/kr/assets/images/common/icon_good.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% auto;
|
||||
}
|
||||
|
||||
.goodNum {
|
||||
margin-left: 0.4rem;
|
||||
padding-top: 0.4rem;
|
||||
color: #9ea1a2;
|
||||
font-size: 1.4rem;
|
||||
font-weight: 600;
|
||||
line-height: 2rem;
|
||||
}
|
||||
|
||||
&.active {
|
||||
.goodNum {
|
||||
color: #000000;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.contents {
|
||||
margin-top: 1.5rem;
|
||||
@@ -4376,7 +4439,7 @@ pre {
|
||||
width: 100%;
|
||||
font-size: 1.4rem;
|
||||
font-weight: 600;
|
||||
color: #676767;
|
||||
color: #000;
|
||||
|
||||
@include tablet {
|
||||
max-width: 14rem;
|
||||
@@ -4472,15 +4535,152 @@ pre {
|
||||
}
|
||||
|
||||
dd.contentsWrap {
|
||||
position: relative;
|
||||
margin-top: 1.5rem;
|
||||
flex-direction: column;
|
||||
|
||||
.wordCounter {
|
||||
position: absolute;
|
||||
bottom: 1.5rem;
|
||||
right: 1.5rem;
|
||||
justify-content: flex-end;
|
||||
margin-top: 1rem;
|
||||
font-size: 1.4rem;
|
||||
color: #676767;
|
||||
text-align: right;
|
||||
em {
|
||||
color: #9ea1a2;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.insertFile {
|
||||
margin-top: 2rem;
|
||||
dt {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
margin-bottom: 1rem;
|
||||
color: #000;
|
||||
font-size: 1.4rem;
|
||||
font-weight: 600;
|
||||
em {
|
||||
color: #9ea1a2;
|
||||
}
|
||||
}
|
||||
}
|
||||
.flieWarp {
|
||||
display: block;
|
||||
|
||||
.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);
|
||||
border: 1px solid #dedede;
|
||||
border-radius: 0.8rem;
|
||||
@include tablet {
|
||||
width: 16rem;
|
||||
height: 16rem;
|
||||
}
|
||||
|
||||
.itemWrap {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
padding-top: 100%;
|
||||
|
||||
.imgInput {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.contents {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: contain;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.delImg {
|
||||
position: absolute;
|
||||
display: none;
|
||||
top: 1rem;
|
||||
right: 1rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.textInfo {
|
||||
font-size: 1.4rem;
|
||||
color: #9ea1a2;
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
|
||||
.fileAddBtn {
|
||||
display: flex;
|
||||
margin-top: 3rem;
|
||||
flex-wrap: nowrap;
|
||||
|
||||
button,
|
||||
label {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
height: 5rem;
|
||||
border: 1px solid #dedede;
|
||||
cursor: pointer;
|
||||
|
||||
span {
|
||||
font-weight: 600;
|
||||
font-family: "KiaSignature";
|
||||
color: #676767;
|
||||
font-size: 1.4rem;
|
||||
|
||||
@include desktopMin {
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
}
|
||||
|
||||
.icon-reset {
|
||||
width: 1.4rem;
|
||||
height: 1.4rem;
|
||||
background-image: url(../images/common/icon-reset.svg);
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.icon-plus {
|
||||
width: 1.4rem;
|
||||
height: 1.4rem;
|
||||
background-image: url(../images/common/icon-bplus.svg);
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
}
|
||||
|
||||
button + label {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1730,7 +1730,7 @@
|
||||
height: 3.5rem;
|
||||
padding: 0 1.6rem;
|
||||
border: 1px solid #dedede;
|
||||
border-radius: 1.75rem;
|
||||
border-radius: 0.6rem;
|
||||
transition: 0.3s;
|
||||
}
|
||||
.reviewBtnArea .reviewBtn .icon-good {
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1858,7 +1858,7 @@
|
||||
height: 3.5rem;
|
||||
padding: 0 1.6rem;
|
||||
border: 1px solid #dedede;
|
||||
border-radius: 1.75rem;
|
||||
border-radius: 0.6rem;
|
||||
transition: 0.3s;
|
||||
|
||||
.icon-good {
|
||||
|
||||
Reference in New Issue
Block a user