마이페이지 스트리밍 프리미엄 구독해지

This commit is contained in:
2025-06-12 00:01:13 +09:00
parent 59c54a86f3
commit 2651bde2a5
11 changed files with 6140 additions and 4281 deletions

View File

@@ -468,7 +468,7 @@ pre {
display: block;
font-size: 1.4rem;
color: #05141f;
margin-bottom: 1rem;
margin-bottom: 0.5rem;
font-weight: 700;
}
.contentWarp .mypageWarp .rightConWarp .myItemWarp > div .itemListWarp > ul > li .cartItem .cartItemInfo > div dl dt,
@@ -526,6 +526,19 @@ pre {
.contentWarp .mypageWarp .rightConWarp .myItemWarp > div .itemListWarp > ul > li .cartItem .cartItemInfo + ul li + li {
margin-top: 0.5rem;
}
.contentWarp .mypageWarp .rightConWarp .myItemWarp > div .itemListWarp > ul > li .cartItem .cartItemInfo + ul.bu-type li {
position: relative;
font-size: 1.4rem;
font-weight: 400;
color: #676767;
padding: 0 0 0 1rem;
}
.contentWarp .mypageWarp .rightConWarp .myItemWarp > div .itemListWarp > ul > li .cartItem .cartItemInfo + ul.bu-type li::before {
content: "∙";
position: absolute;
top: 0;
left: 0;
}
.contentWarp .mypageWarp .rightConWarp .myItemWarp > div .itemListWarp > ul > li .components {
background-color: #f3f3f3;
padding: 3rem;
@@ -1390,6 +1403,14 @@ pre {
font-size: 1.6rem;
}
}
.contentWarp .mypageWarp .rightConWarp .infoRefund .title + .summary {
margin-top: 1rem;
font-size: 1.4rem;
font-weight: 600;
}
.contentWarp .mypageWarp .rightConWarp .infoRefund .title + .summary + ul {
margin-top: 0;
}
.contentWarp .mypageWarp .rightConWarp .infoRefund ul {
margin-top: 1rem;
}
@@ -1399,7 +1420,7 @@ pre {
font-weight: 400;
color: #676767;
line-height: 2.2rem;
padding: 0.5rem 0 0.5rem 1rem;
padding: 0.125rem 0 0 1rem;
}
.contentWarp .mypageWarp .rightConWarp .infoRefund ul li::before {
content: "∙";
@@ -1407,6 +1428,32 @@ pre {
top: 0.6rem;
left: 0;
}
.contentWarp .mypageWarp .rightConWarp .infoRefund .serviceLinked {
width: 100%;
}
@media (min-width: 768px) {
.contentWarp .mypageWarp .rightConWarp .infoRefund .serviceLinked {
width: 26rem;
}
}
.contentWarp .mypageWarp .rightConWarp .infoRefund .unsubscribeBtns {
width: auto;
margin-bottom: 3rem;
}
.contentWarp .mypageWarp .rightConWarp .infoRefund .desc {
margin-top: 1rem;
font-size: 1.4rem;
font-weight: 400;
color: #676767;
line-height: 2.2rem;
}
.contentWarp .mypageWarp .rightConWarp .infoRefund .infoList {
margin: 4rem 0 1rem;
padding: 1.8rem 0;
border-width: 1px 0 1px 0;
border-style: solid;
border-color: #dedede;
}
.contentWarp .mypageWarp .rightConWarp .infoRefundStep {
margin-top: 3rem;
}