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

This commit is contained in:
hyeonggil
2024-10-04 10:50:36 +09:00
parent 4ba72910a1
commit 3ff4ee80bb
7 changed files with 691 additions and 93 deletions

View File

@@ -204,7 +204,7 @@ pre {
}
}
li + li {
li+li {
margin-top: 0;
margin-left: 2rem;
@@ -269,7 +269,7 @@ pre {
}
}
> div {
>div {
display: block;
align-items: center;
justify-content: space-between;
@@ -334,7 +334,7 @@ pre {
margin-top: 3rem;
width: 100%;
> div {
>div {
h3 {
font-size: 1.8rem;
font-weight: 600;
@@ -347,8 +347,8 @@ pre {
.itemListWarp {
margin-top: 2rem;
> ul {
> li {
>ul {
>li {
border: 1px solid #dedede;
border-radius: 0.6rem;
@@ -386,10 +386,10 @@ pre {
flex-wrap: nowrap;
}
> div {
>div {
display: flex;
> p {
>p {
min-width: 7.5rem;
height: 7.5rem;
overflow: hidden;
@@ -478,7 +478,7 @@ pre {
}
}
dt + dd {
dt+dd {
margin-top: 1rem;
@include desktopMin {
@@ -486,7 +486,7 @@ pre {
}
}
dd + dd {
dd+dd {
margin-top: 1.5rem;
font-size: 1.5rem;
@@ -498,7 +498,7 @@ pre {
}
}
.cartItemInfo + ul {
.cartItemInfo+ul {
padding-right: 0;
@include tablet {
@@ -517,7 +517,7 @@ pre {
font-weight: 400;
}
li + li {
li+li {
margin-top: 0.5rem;
}
}
@@ -631,20 +631,20 @@ pre {
}
}
li + li {
li+li {
margin-top: 1rem;
}
}
}
}
> div.subScription {
>div.subScription {
.itemListWarp {
ul {
li {
.cartItem {
.cartItemInfo {
> div {
>div {
dl {
dt {
span {
@@ -663,7 +663,7 @@ pre {
}
}
> div + div {
>div+div {
margin-top: 1.5rem;
@include tablet {
@@ -671,13 +671,13 @@ pre {
}
}
> div.myPayList {
>div.myPayList {
width: 100%;
> ul {
>ul {
width: 100%;
> li {
>li {
border: 1px solid #dedede;
border-radius: 0.6rem;
width: 100%;
@@ -730,7 +730,7 @@ pre {
font-size: 1.4rem;
}
li + li {
li+li {
margin-top: 1rem;
}
}
@@ -942,7 +942,7 @@ pre {
font-size: 1.4rem;
}
p + p {
p+p {
border-left: 1px solid #dedede;
padding-left: 1rem;
margin-left: 1rem;
@@ -959,7 +959,7 @@ pre {
}
}
> li + li {
>li+li {
margin-top: 3rem;
}
}
@@ -968,41 +968,50 @@ pre {
&.type2 {
.infoWarp {
display: none;
@include desktopMin {
display: block;
}
}
> div.myPayList {
>div.myPayList {
border-top: 1px solid #999;
@include desktopMin {
border-top: 0;
}
> ul {
> li {
>ul {
>li {
border-radius: 0;
border: 0;
border-bottom: 1px solid #dedede;
@include desktopMin {
border: 1px solid #dedede;
border-radius: 0.6rem;
}
.paySummary {
position: relative;
flex-wrap: nowrap;
align-items: stretch;
padding: 1.5rem 0;
@include desktopMin {
flex-direction: column;
align-items: flex-start;
min-height: 16.2rem;
padding: 3.2rem;
}
> dl {
>dl {
display: flex;
flex-direction: column;
align-items: stretch;
justify-content: space-around;
width: 60%;
@include desktopMin {
margin-top: 3.2rem;
width: 100%;
@@ -1013,6 +1022,7 @@ pre {
font-size: 1.4rem;
color: #000;
line-height: 1.1;
@include desktopMin {
padding-top: 1.2rem;
font-size: 2rem;
@@ -1023,6 +1033,7 @@ pre {
position: static;
font-size: 1.4rem;
color: #676767;
@include desktopMin {
position: absolute;
top: 0;
@@ -1039,16 +1050,19 @@ pre {
padding-top: 0;
margin-top: 0;
border-top: 0;
@include desktopMin {
display: flex;
justify-content: space-between;
flex-direction: row;
width: 100%;
}
dl {
justify-content: flex-start;
width: auto;
padding-top: 0;
dt {
font-size: 1.4rem;
font-weight: 400;
@@ -1071,6 +1085,7 @@ pre {
&.status {
position: static;
@include desktopMin {
position: absolute;
top: 3.2rem;
@@ -1078,12 +1093,14 @@ pre {
width: auto;
padding-top: 0;
}
dt {
font-size: 1.4rem;
font-weight: 600;
color: #05141f;
line-height: 1.2;
}
dd {
display: flex;
align-items: center;
@@ -1091,9 +1108,11 @@ pre {
font-size: 1.4rem;
font-weight: 600;
color: #05141f;
@include desktopMin {
margin-left: 1rem;
}
&:before {
content: "";
display: block;
@@ -1101,6 +1120,7 @@ pre {
height: 1rem;
margin-right: 0.6rem;
background-color: #d9d9d9;
@include desktopMin {
margin-right: 0.9rem;
}
@@ -1130,8 +1150,10 @@ pre {
}
}
}
> li + li {
>li+li {
margin-top: 0;
@include desktopMin {
margin-top: 1rem;
}
@@ -1237,8 +1259,9 @@ pre {
width: 100%;
}
}
.contents {
+ .title {
+.title {
margin-top: 2.2rem;
}
}
@@ -1256,6 +1279,7 @@ pre {
display: flex;
flex-wrap: wrap;
margin-top: 5rem;
.title {
width: 100%;
padding: 2.4rem 0;
@@ -1269,6 +1293,7 @@ pre {
font-size: 1.4rem;
}
}
.contents {
flex: 1;
padding: 2rem 0;
@@ -1281,16 +1306,19 @@ pre {
flex: none;
width: 100%;
}
ul {
li + li {
li+li {
margin-top: 1rem;
}
}
strong {
display: block;
margin-bottom: 1.5rem;
color: #676767;
}
span {
padding-left: 1rem;
font-size: 1.2rem;
@@ -1307,6 +1335,7 @@ pre {
margin-top: 4rem;
a {
&::after,
&::before {
width: 3.2rem;
@@ -1340,7 +1369,7 @@ pre {
flex-wrap: nowrap;
}
a + a {
a+a {
margin-top: 1rem;
@include tablet {
@@ -1377,7 +1406,7 @@ pre {
}
}
p + p {
p+p {
display: flex;
align-items: center;
margin-top: 1rem;
@@ -1521,14 +1550,14 @@ pre {
.completeForm {
margin-top: 2rem;
> div {
>div {
border-top: 1px solid #999999;
@include tablet {
border-top: 1px solid #dedede;
}
> dl {
>dl {
border-bottom: 1px solid #dedede;
display: flex;
flex-wrap: wrap;
@@ -1545,7 +1574,7 @@ pre {
}
}
> dt {
>dt {
padding-top: 1rem;
@include tablet {
@@ -1554,7 +1583,7 @@ pre {
}
}
> dd {
>dd {
padding-top: 1rem;
padding-bottom: 1rem;
font-weight: 600;
@@ -1566,7 +1595,7 @@ pre {
}
}
> dt {
>dt {
width: 100%;
font-size: 1.4rem;
padding-left: 0rem;
@@ -1594,7 +1623,7 @@ pre {
}
}
> dt.calc {
>dt.calc {
@include tablet {
&::after {
content: "";
@@ -1603,7 +1632,7 @@ pre {
}
}
> dd {
>dd {
padding-left: 0;
width: 100%;
font-size: 1.4rem;
@@ -1677,7 +1706,7 @@ pre {
}
}
dl + dl {
dl+dl {
margin-top: 3rem;
}
@@ -1713,7 +1742,7 @@ pre {
}
a {
> div {
>div {
display: flex;
align-items: center;
gap: 0.8rem;
@@ -1799,7 +1828,7 @@ pre {
}
}
> p {
>p {
margin-top: 1rem;
color: #000;
font-weight: 600;
@@ -1813,7 +1842,7 @@ pre {
}
}
li + li {
li+li {
margin-top: 1rem;
}
}
@@ -1827,7 +1856,7 @@ pre {
.usrQuestions,
.adminAnswer {
> div {
>div {
display: flex;
align-items: center;
gap: 0.8rem;
@@ -1921,7 +1950,7 @@ pre {
}
.usrQuestions {
> div {
>div {
em {
padding-left: 0.8rem;
@@ -2024,7 +2053,7 @@ pre {
flex-wrap: nowrap;
}
> div {
>div {
width: 100%;
p {
@@ -2101,7 +2130,7 @@ pre {
}
}
div + div {
div+div {
margin-top: 3rem;
width: fit-content;
@@ -2221,7 +2250,7 @@ pre {
}
}
label + label {
label+label {
margin-top: 1.5rem;
}
}
@@ -2363,7 +2392,7 @@ pre {
}
}
dl + dl {
dl+dl {
margin-top: 0;
border-bottom: 1px solid #999;
border-top: 1px solid #dedede;
@@ -2425,7 +2454,7 @@ pre {
cursor: not-allowed;
}
[type="radio"]:disabled + span {
[type="radio"]:disabled+span {
opacity: 0.5;
cursor: not-allowed;
}
@@ -2503,7 +2532,7 @@ pre {
}
}
p + p {
p+p {
margin-top: 2rem;
}
}
@@ -2559,7 +2588,7 @@ pre {
.itemStreaming {
margin-top: 2rem;
> p {
>p {
color: #000;
font-size: 1.4rem;
margin-top: 1rem;
@@ -2571,7 +2600,7 @@ pre {
}
}
> span {
>span {
display: block;
color: #676767;
font-size: 1.4em;
@@ -2590,7 +2619,7 @@ pre {
visibility: hidden;
position: absolute;
&:checked + label {
&:checked+label {
background-color: #05141f;
dt,
@@ -2682,7 +2711,7 @@ pre {
}
}
li + li {
li+li {
margin-top: 1rem;
}
}
@@ -2771,7 +2800,7 @@ pre {
flex-wrap: nowrap;
}
> div {
>div {
display: flex;
// margin-top: 1.4rem;
@@ -2779,7 +2808,7 @@ pre {
margin-top: 0;
}
> p {
>p {
min-width: 7.5rem;
height: 7.5rem;
overflow: hidden;
@@ -2863,7 +2892,7 @@ pre {
margin-top: 1.2rem;
}
dt + dd {
dt+dd {
margin-top: 0.5rem;
@include desktopMin {
@@ -2871,7 +2900,7 @@ pre {
}
}
dd + dd {
dd+dd {
margin-top: 1.5rem;
font-size: 1.4rem;
@@ -2883,7 +2912,7 @@ pre {
}
}
.cartItemInfo + dl {
.cartItemInfo+dl {
@include maxmobile {
width: 100%;
}
@@ -2944,7 +2973,7 @@ pre {
width: 100%;
min-width: 18rem;
button + button {
button+button {
margin-top: 1rem;
}
@@ -3167,7 +3196,7 @@ pre {
}
}
li + li {
li+li {
margin-top: 1rem;
}
@@ -3187,7 +3216,7 @@ pre {
min-height: 17rem;
}
> p {
>p {
font-weight: 600;
font-size: 1.8rem;
color: #9ea1a2;
@@ -3223,7 +3252,7 @@ pre {
width: fit-content;
}
> p {
>p {
width: 100%;
display: flex;
align-items: center;
@@ -3249,6 +3278,7 @@ pre {
button,
a {
&::before,
&::after {
@include tablet {
@@ -3475,14 +3505,14 @@ pre {
width: 100% !important;
tr {
td + td + td {
td+td+td {
width: calc(100% - 138px) !important;
}
}
}
}
.mailBodyContents > table > tbody > tr > td {
.mailBodyContents>table>tbody>tr>td {
font-size: 1.8rem !important;
@include maxtablet {
@@ -3966,7 +3996,7 @@ pre {
}
}
> div {
>div {
width: 100%;
display: flex;
flex-wrap: wrap;
@@ -3985,11 +4015,11 @@ pre {
}
}
input[type="text"] + input[type="text"] {
input[type="text"]+input[type="text"] {
margin-left: 1rem;
}
input[type="text"] + select {
input[type="text"]+select {
width: 100%;
margin-top: 1rem;
@@ -4097,23 +4127,39 @@ pre {
.content {
.alertMessage {
display: block;
margin-bottom: 2rem;
margin-bottom: 1rem;
font-size: 2.4rem;
font-weight: 600;
line-height: 3.2rem;
text-align: center;
em {
display: block;
margin-top: 1rem;
font-size: 1.4rem;
font-weight: 400;
text-align: right;
}
@media (max-width: 768px) {
font-size: 1.6rem;
line-height: 2.2rem;
}
}
.alertSubMessage {
li {
font-size: 1.4rem;
font-size: 1.6rem;
font-weight: 600;
padding-left: 1.4rem;
text-indent: -1rem;
+ li {
@media (max-width: 768px) {
padding-left: 0;
text-indent: 0;
}
+li {
margin-top: 1rem;
@media (max-width: 768px) {
@@ -4123,25 +4169,34 @@ pre {
ul {
padding: 0.5rem 0;
li {
color: #666;
color: #aaa;
font-size: 1.4rem;
font-weight: 400;
padding-left: 2rem;
text-indent: -2.2rem;
line-height: 1.5;
span {
display: block;
color: #000;
b {
color: #000;
font-weight: 400;
}
}
}
}
}
}
.totalRefund {
display: flex;
align-items: center;
justify-content: center;
height: 8rem;
margin: 3.2rem 0 3.6rem;
margin: 3rem 0 3.6rem;
background-color: #ececec;
font-size: 1.6rem;
font-weight: 400;
@@ -4152,12 +4207,14 @@ pre {
font-size: 1.4rem;
margin: 2rem 0;
}
b {
font-weight: 400;
.minusPriceInfo {
font-weight: 600;
}
}
}
}
}
}