스트리밍프리미엄 PDP 정보고시 테이블 수정 완료

This commit is contained in:
2024-10-26 09:16:03 +09:00
parent 1066e5d7b5
commit 012fd6e1fc
4 changed files with 118 additions and 31 deletions

View File

@@ -3589,6 +3589,7 @@
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
flex-wrap: wrap; flex-wrap: wrap;
margin-top: 0;
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
} }
.refund-area .dtl .table-area { .refund-area .dtl .table-area {
@@ -3597,4 +3598,47 @@
.refund-area .dtl .tbl-dtl tr:nth-of-type(odd) td { .refund-area .dtl .tbl-dtl tr:nth-of-type(odd) td {
background-color: #fafafa; background-color: #fafafa;
} }
.refund-area .table-area {
margin-bottom: 12rem;
}
@media (max-width: 768px) {
.refund-area .table-area {
margin-bottom: 5rem;
}
}
.refund-area .table-area .index {
padding: 1.6rem 0 1rem;
font-size: 1.4rem;
color: #676767;
text-align: right;
}
.refund-area .table-area table {
width: 100%;
border-top: 1px solid #999;
}
.refund-area .table-area table th {
height: 7.6rem;
padding: 0 1rem;
font-size: 1.6rem;
font-weight: 600;
vertical-align: middle;
text-align: center;
}
@media (max-width: 768px) {
.refund-area .table-area table th {
height: auto;
padding: 1rem;
font-size: 1.4rem;
}
}
.refund-area .table-area table tbody {
border-top: 1px solid #dedede;
border-bottom: 1px solid #dedede;
}
.refund-area .table-area table tbody td {
padding: 1rem;
font-size: 1.4rem;
font-weight: 400;
text-align: center;
}
/*# sourceMappingURL=pdp_detail.css.map */ /*# sourceMappingURL=pdp_detail.css.map */

File diff suppressed because one or more lines are too long

View File

@@ -1563,7 +1563,7 @@
} }
} }
.btn-select.on+.list-member { .btn-select.on + .list-member {
display: block; display: block;
} }
@@ -1834,7 +1834,7 @@
font-size: 1.8rem; font-size: 1.8rem;
} }
>p { > p {
position: relative; position: relative;
width: 93%; width: 93%;
@@ -1910,7 +1910,7 @@
} }
} }
dt.active+dd { dt.active + dd {
display: block; display: block;
} }
@@ -2042,7 +2042,7 @@
} }
} }
button+button { button + button {
margin-top: 1rem; margin-top: 1rem;
@include tablet { @include tablet {
@@ -2054,7 +2054,7 @@
} }
} }
>.dd-padding { > .dd-padding {
padding-left: 6.5rem; padding-left: 6.5rem;
} }
} }
@@ -2075,9 +2075,10 @@
content: none; content: none;
} }
&:hover {} &:hover {
}
>p { > p {
span { span {
color: #9ea1a2; color: #9ea1a2;
} }
@@ -2085,7 +2086,7 @@
} }
} }
dl+dl { dl + dl {
margin-top: 1rem; margin-top: 1rem;
} }
} }
@@ -2305,7 +2306,6 @@
} }
@include maxtablet { @include maxtablet {
&:before, &:before,
&:after { &:after {
display: none; display: none;
@@ -2374,7 +2374,6 @@
// height: 10rem; // height: 10rem;
.comp_body { .comp_body {
.text_area { .text_area {
// display: flex; // display: flex;
h3 { h3 {
font-size: 3rem; font-size: 3rem;
@@ -2385,7 +2384,7 @@
font-size: 1.6rem; font-size: 1.6rem;
} }
>* { > * {
flex: 1; flex: 1;
} }
} }
@@ -2461,7 +2460,7 @@
} }
} }
&+.item { & + .item {
margin-top: 8rem; margin-top: 8rem;
@include maxtablet { @include maxtablet {
@@ -2475,7 +2474,7 @@
} }
} }
&+.comp_1x_b_v_s_b { & + .comp_1x_b_v_s_b {
position: relative; position: relative;
z-index: 2; z-index: 2;
margin-top: 0; margin-top: 0;
@@ -2501,7 +2500,7 @@
margin-top: 8rem; margin-top: 8rem;
.comp_body { .comp_body {
&+.comp_body { & + .comp_body {
margin-top: 10rem; margin-top: 10rem;
} }
@@ -2518,7 +2517,7 @@
.displayThemeDtl { .displayThemeDtl {
.swiper-navigation { .swiper-navigation {
>* { > * {
top: 210px; top: 210px;
left: -65px; left: -65px;
width: 5rem; width: 5rem;
@@ -2753,7 +2752,6 @@
} }
@include maxtablet { @include maxtablet {
&:before, &:before,
&:after { &:after {
display: none; display: none;
@@ -2824,13 +2822,12 @@
.comp_body { .comp_body {
.text_area { .text_area {
// display: flex; // display: flex;
h3 { h3 {
margin-bottom: 2rem; margin-bottom: 2rem;
} }
>* { > * {
flex: 1; flex: 1;
} }
} }
@@ -2899,7 +2896,7 @@
} }
} }
&+.item { & + .item {
margin-top: 8rem; margin-top: 8rem;
@include maxtablet { @include maxtablet {
@@ -2913,7 +2910,7 @@
} }
} }
&+.comp_1x_b_v_s_b { & + .comp_1x_b_v_s_b {
position: relative; position: relative;
z-index: 2; z-index: 2;
margin-top: 2rem; margin-top: 2rem;
@@ -3186,7 +3183,7 @@
} }
} }
.contentWarp .productView .productRight .optionWarp .producOption .optionList .checkBtn.type2 input[type="checkbox"]+label { .contentWarp .productView .productRight .optionWarp .producOption .optionList .checkBtn.type2 input[type="checkbox"] + label {
height: auto; height: auto;
padding: 2rem 2rem 2rem 0; padding: 2rem 2rem 2rem 0;
@@ -3382,13 +3379,12 @@
// } // }
.comp_body { .comp_body {
.text_area { .text_area {
// display: flex; // display: flex;
h3 { h3 {
margin-bottom: 2rem; margin-bottom: 2rem;
} }
>* { > * {
flex: 1; flex: 1;
} }
} }
@@ -3418,7 +3414,7 @@
.comp_wide { .comp_wide {
&.title-only { &.title-only {
&+.comp_wide { & + .comp_wide {
margin-top: 4rem; margin-top: 4rem;
} }
} }
@@ -3666,7 +3662,6 @@
} }
&.paused { &.paused {
.btn-play, .btn-play,
.btn-sound { .btn-sound {
display: block !important; display: block !important;
@@ -3798,7 +3793,6 @@
} }
&.playing { &.playing {
.comp_body.layer_up, .comp_body.layer_up,
.thumb-swiper, .thumb-swiper,
.pdpInCarGameSwiper, .pdpInCarGameSwiper,
@@ -3939,7 +3933,7 @@
.pdpDtl { .pdpDtl {
.swiper-navigation { .swiper-navigation {
>* { > * {
top: 210px; top: 210px;
left: -65px; left: -65px;
width: 5rem; width: 5rem;
@@ -3992,7 +3986,8 @@
} }
.scroll_area { .scroll_area {
@include maxtablet {} @include maxtablet {
}
.web { .web {
display: block; display: block;
@@ -4101,6 +4096,7 @@
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
flex-wrap: wrap; flex-wrap: wrap;
margin-top: 0;
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
} }
@@ -4116,4 +4112,51 @@
} }
} }
} }
.table-area {
margin-bottom: 12rem;
@include maxtablet {
margin-bottom: 5rem;
}
.index {
padding: 1.6rem 0 1rem;
font-size: 1.4rem;
color: #676767;
text-align: right;
}
table {
width: 100%;
border-top: 1px solid #999;
th {
height: 7.6rem;
padding: 0 1rem;
font-size: 1.6rem;
font-weight: 600;
vertical-align: middle;
text-align: center;
@include maxtablet {
height: auto;
padding: 1rem;
font-size: 1.4rem;
}
}
tbody {
border-top: 1px solid #dedede;
border-bottom: 1px solid #dedede;
td {
padding: 1rem;
font-size: 1.4rem;
font-weight: 400;
text-align: center;
}
}
}
}
} }

View File

@@ -536,7 +536,7 @@
<div class="editorWarp disclaimerWrap"> <div class="editorWarp disclaimerWrap">
<!-- [S]관리자에서 에디터로 등록되는 영역입니다. --> <!-- [S]관리자에서 에디터로 등록되는 영역입니다. -->
<div class="comp_wide disclaimerArea streamingPremium"> <div class="comp_wide disclaimerArea">
<div class="comp_body disclaimerInner"> <div class="comp_body disclaimerInner">
<h2>정보고시</h2> <h2>정보고시</h2>
<div class="disclaimerList"> <div class="disclaimerList">