스트리밍프리미엄 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;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 0;
margin-bottom: 0.5rem;
}
.refund-area .dtl .table-area {
@@ -3597,4 +3598,47 @@
.refund-area .dtl .tbl-dtl tr:nth-of-type(odd) td {
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 */

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;
}
@@ -1834,7 +1834,7 @@
font-size: 1.8rem;
}
>p {
> p {
position: relative;
width: 93%;
@@ -1910,7 +1910,7 @@
}
}
dt.active+dd {
dt.active + dd {
display: block;
}
@@ -2042,7 +2042,7 @@
}
}
button+button {
button + button {
margin-top: 1rem;
@include tablet {
@@ -2054,7 +2054,7 @@
}
}
>.dd-padding {
> .dd-padding {
padding-left: 6.5rem;
}
}
@@ -2075,9 +2075,10 @@
content: none;
}
&:hover {}
&:hover {
}
>p {
> p {
span {
color: #9ea1a2;
}
@@ -2085,7 +2086,7 @@
}
}
dl+dl {
dl + dl {
margin-top: 1rem;
}
}
@@ -2305,7 +2306,6 @@
}
@include maxtablet {
&:before,
&:after {
display: none;
@@ -2374,7 +2374,6 @@
// height: 10rem;
.comp_body {
.text_area {
// display: flex;
h3 {
font-size: 3rem;
@@ -2385,7 +2384,7 @@
font-size: 1.6rem;
}
>* {
> * {
flex: 1;
}
}
@@ -2461,7 +2460,7 @@
}
}
&+.item {
& + .item {
margin-top: 8rem;
@include maxtablet {
@@ -2475,7 +2474,7 @@
}
}
&+.comp_1x_b_v_s_b {
& + .comp_1x_b_v_s_b {
position: relative;
z-index: 2;
margin-top: 0;
@@ -2501,7 +2500,7 @@
margin-top: 8rem;
.comp_body {
&+.comp_body {
& + .comp_body {
margin-top: 10rem;
}
@@ -2518,7 +2517,7 @@
.displayThemeDtl {
.swiper-navigation {
>* {
> * {
top: 210px;
left: -65px;
width: 5rem;
@@ -2753,7 +2752,6 @@
}
@include maxtablet {
&:before,
&:after {
display: none;
@@ -2824,13 +2822,12 @@
.comp_body {
.text_area {
// display: flex;
h3 {
margin-bottom: 2rem;
}
>* {
> * {
flex: 1;
}
}
@@ -2899,7 +2896,7 @@
}
}
&+.item {
& + .item {
margin-top: 8rem;
@include maxtablet {
@@ -2913,7 +2910,7 @@
}
}
&+.comp_1x_b_v_s_b {
& + .comp_1x_b_v_s_b {
position: relative;
z-index: 2;
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;
padding: 2rem 2rem 2rem 0;
@@ -3382,13 +3379,12 @@
// }
.comp_body {
.text_area {
// display: flex;
h3 {
margin-bottom: 2rem;
}
>* {
> * {
flex: 1;
}
}
@@ -3418,7 +3414,7 @@
.comp_wide {
&.title-only {
&+.comp_wide {
& + .comp_wide {
margin-top: 4rem;
}
}
@@ -3666,7 +3662,6 @@
}
&.paused {
.btn-play,
.btn-sound {
display: block !important;
@@ -3798,7 +3793,6 @@
}
&.playing {
.comp_body.layer_up,
.thumb-swiper,
.pdpInCarGameSwiper,
@@ -3939,7 +3933,7 @@
.pdpDtl {
.swiper-navigation {
>* {
> * {
top: 210px;
left: -65px;
width: 5rem;
@@ -3992,7 +3986,8 @@
}
.scroll_area {
@include maxtablet {}
@include maxtablet {
}
.web {
display: block;
@@ -4101,6 +4096,7 @@
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 0;
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">
<!-- [S]관리자에서 에디터로 등록되는 영역입니다. -->
<div class="comp_wide disclaimerArea streamingPremium">
<div class="comp_wide disclaimerArea">
<div class="comp_body disclaimerInner">
<h2>정보고시</h2>
<div class="disclaimerList">