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

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

@@ -4102,6 +4102,11 @@ pre {
font-weight: 600;
line-height: 3.2rem;
text-align: center;
@media (max-width: 768px) {
font-size: 1.6rem;
line-height: 2.2rem;
}
}
.alertSubMessage {
li {
@@ -4110,7 +4115,12 @@ pre {
text-indent: -1rem;
+ li {
margin-top: 1rem;
@media (max-width: 768px) {
margin-top: 0.8rem;
}
}
ul {
padding: 0.5rem 0;
li {
@@ -4136,6 +4146,12 @@ pre {
font-size: 1.6rem;
font-weight: 400;
color: #000;
@media (max-width: 768px) {
height: 6rem;
font-size: 1.4rem;
margin: 2rem 0;
}
b {
font-weight: 400;
.minusPriceInfo {