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

This commit is contained in:
2024-10-01 21:59:26 +09:00
parent 92e84724a0
commit 4ba72910a1
3 changed files with 35 additions and 1 deletions

View File

@@ -3796,6 +3796,12 @@ pre {
line-height: 3.2rem;
text-align: center;
}
@media (max-width: 768px) {
.cancelPremiumPopup .content .alertMessage {
font-size: 1.6rem;
line-height: 2.2rem;
}
}
.cancelPremiumPopup .content .alertSubMessage li {
font-size: 1.4rem;
padding-left: 1.4rem;
@@ -3804,6 +3810,11 @@ pre {
.cancelPremiumPopup .content .alertSubMessage li + li {
margin-top: 1rem;
}
@media (max-width: 768px) {
.cancelPremiumPopup .content .alertSubMessage li + li {
margin-top: 0.8rem;
}
}
.cancelPremiumPopup .content .alertSubMessage li ul {
padding: 0.5rem 0;
}
@@ -3828,6 +3839,13 @@ pre {
font-weight: 400;
color: #000;
}
@media (max-width: 768px) {
.cancelPremiumPopup .content .totalRefund {
height: 6rem;
font-size: 1.4rem;
margin: 2rem 0;
}
}
.cancelPremiumPopup .content .totalRefund b {
font-weight: 400;
}