스트리밍 프리미엄 약정 구독해지 팝업

This commit is contained in:
2024-10-01 21:53:08 +09:00
parent 6827dacd00
commit 92e84724a0
7 changed files with 2292 additions and 2135 deletions

View File

@@ -1258,12 +1258,12 @@ pre {
margin-top: 5rem;
.title {
width: 100%;
padding:2.4rem 0;
padding: 2.4rem 0;
font-size: 1.6rem;
font-weight: 600;
color:#000;
border-top:1px solid #999;
border-bottom:1px solid #DEDEDE;
color: #000;
border-top: 1px solid #999;
border-bottom: 1px solid #dedede;
@include maxtablet {
font-size: 1.4rem;
@@ -1271,11 +1271,11 @@ pre {
}
.contents {
flex: 1;
padding:2rem 0;
padding: 2rem 0;
font-size: 1.4rem;
font-weight: 600;
color:#000;
border-bottom:1px solid #DEDEDE;
color: #000;
border-bottom: 1px solid #dedede;
@include maxtablet {
flex: none;
@@ -1294,10 +1294,9 @@ pre {
span {
padding-left: 1rem;
font-size: 1.2rem;
color:#aaa;
color: #aaa;
font-weight: 400;
}
}
}
}
@@ -1778,7 +1777,7 @@ pre {
font-weight: 400;
line-height: 1.4rem;
color: #9ea1a2;
min-width: 10rem;
// min-width: 10rem;
}
em {
@@ -4093,3 +4092,56 @@ pre {
}
}
}
.cancelPremiumPopup {
.content {
.alertMessage {
display: block;
margin-bottom: 2rem;
font-size: 2.4rem;
font-weight: 600;
line-height: 3.2rem;
text-align: center;
}
.alertSubMessage {
li {
font-size: 1.4rem;
padding-left: 1.4rem;
text-indent: -1rem;
+ li {
margin-top: 1rem;
}
ul {
padding: 0.5rem 0;
li {
color: #666;
padding-left: 2rem;
text-indent: -2.2rem;
line-height: 1.5;
span {
display: block;
color: #000;
}
}
}
}
}
.totalRefund {
display: flex;
align-items: center;
justify-content: center;
height: 8rem;
margin: 3.2rem 0 3.6rem;
background-color: #ececec;
font-size: 1.6rem;
font-weight: 400;
color: #000;
b {
font-weight: 400;
.minusPriceInfo {
font-weight: 600;
}
}
}
}
}