스트리밍 프리미엄 해지 팝업 작업중
This commit is contained in:
@@ -1093,7 +1093,7 @@ pre {
|
||||
width: 100%;
|
||||
font-weight: 400;
|
||||
font-size: 1.4rem;
|
||||
color: #9EA1A2;
|
||||
color: #9ea1a2;
|
||||
text-align: right;
|
||||
text-decoration: line-through;
|
||||
}
|
||||
@@ -3954,6 +3954,9 @@ pre {
|
||||
border-radius: 0.6rem;
|
||||
}
|
||||
|
||||
.cancelPremiumPopup .popInner {
|
||||
padding: 3rem;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.cancelPremiumPopup .popInner {
|
||||
width: 56rem;
|
||||
@@ -3962,115 +3965,207 @@ pre {
|
||||
.cancelPremiumPopup .content .alertMessage {
|
||||
display: block;
|
||||
margin-bottom: 3rem;
|
||||
font-size: 2.4rem;
|
||||
font-size: 1.6rem;
|
||||
font-weight: 600;
|
||||
line-height: 3.2rem;
|
||||
line-height: 2.2rem;
|
||||
text-align: center;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.cancelPremiumPopup .content .alertMessage {
|
||||
font-size: 2.4rem;
|
||||
line-height: 3.2rem;
|
||||
}
|
||||
}
|
||||
.cancelPremiumPopup .content .alertMessage em {
|
||||
display: block;
|
||||
margin-bottom: 1.5rem;
|
||||
font-size: 1.4rem;
|
||||
margin-bottom: 3rem;
|
||||
font-size: 1.2rem;
|
||||
font-weight: 400;
|
||||
text-align: left;
|
||||
line-height: 1.6rem;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.cancelPremiumPopup .content .alertMessage {
|
||||
font-size: 1.6rem;
|
||||
line-height: 2.2rem;
|
||||
@media (min-width: 768px) {
|
||||
.cancelPremiumPopup .content .alertMessage em {
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
}
|
||||
.cancelPremiumPopup .content .alertSubMessage li {
|
||||
font-size: 1.6rem;
|
||||
font-weight: 600;
|
||||
padding-left: 1.4rem;
|
||||
text-indent: -1rem;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.cancelPremiumPopup .content .alertSubMessage li {
|
||||
padding-left: 0;
|
||||
text-indent: 0;
|
||||
}
|
||||
}
|
||||
.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;
|
||||
}
|
||||
.cancelPremiumPopup .content .alertSubMessage li ul li {
|
||||
color: #aaa;
|
||||
.cancelPremiumPopup .content .alertSubMessage > ul > li {
|
||||
font-size: 1.4rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
.cancelPremiumPopup .content .alertSubMessage > ul > li .bu {
|
||||
display: block;
|
||||
padding-left: 1.2rem;
|
||||
text-indent: -1.2rem;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.cancelPremiumPopup .content .alertSubMessage > ul > li {
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
}
|
||||
.cancelPremiumPopup .content .alertSubMessage > ul > li .red {
|
||||
display: inline-block;
|
||||
margin-top: 0.6rem;
|
||||
color: #ea0029;
|
||||
text-indent: 0;
|
||||
}
|
||||
.cancelPremiumPopup .content .alertSubMessage > ul > li + li {
|
||||
margin-top: 1.2rem;
|
||||
}
|
||||
.cancelPremiumPopup .content .alertSubMessage > ul > li > ul {
|
||||
padding: 1.2rem 0 0;
|
||||
}
|
||||
.cancelPremiumPopup .content .alertSubMessage > ul > li > ul > li {
|
||||
color: #aaa;
|
||||
font-size: 1.2rem;
|
||||
font-weight: 400;
|
||||
padding-left: 2rem;
|
||||
text-indent: -2.2rem;
|
||||
line-height: 1.5;
|
||||
}
|
||||
.cancelPremiumPopup .content .alertSubMessage li ul li span {
|
||||
display: block;
|
||||
@media (min-width: 768px) {
|
||||
.cancelPremiumPopup .content .alertSubMessage > ul > li > ul > li {
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
}
|
||||
.cancelPremiumPopup .content .alertSubMessage li ul li span b {
|
||||
.cancelPremiumPopup .content .alertSubMessage > ul > li > ul > li strong {
|
||||
color: #000;
|
||||
font-weight: 400;
|
||||
}
|
||||
.cancelPremiumPopup .content .alertSubMessage > ul > li > ul > li > span {
|
||||
display: block;
|
||||
padding-left: 1.8rem;
|
||||
text-indent: 0;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.cancelPremiumPopup .content .alertSubMessage > ul > li > ul > li > span {
|
||||
padding-left: 2rem;
|
||||
}
|
||||
}
|
||||
.cancelPremiumPopup .content .alertSubMessage > ul > li > ul > li > span.bu {
|
||||
padding-left: 2.2rem;
|
||||
text-indent: -0.6rem;
|
||||
}
|
||||
.cancelPremiumPopup .content .alertSubMessage > ul > li > ul > li > span b {
|
||||
color: #000;
|
||||
font-weight: 400;
|
||||
}
|
||||
.cancelPremiumPopup .content .amount-box {
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
.cancelPremiumPopup .content .amount-box .totalRefund-detail {
|
||||
display: none;
|
||||
padding: 1.6rem;
|
||||
background-color: #F5F5F5;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
.cancelPremiumPopup .content .amount-box ul {
|
||||
.cancelPremiumPopup .content .amount-box .totalRefund-detail ul {
|
||||
padding: 0.5rem 0;
|
||||
}
|
||||
.cancelPremiumPopup .content .amount-box ul li {
|
||||
.cancelPremiumPopup .content .amount-box .totalRefund-detail ul li {
|
||||
color: #aaa;
|
||||
font-size: 1.4rem;
|
||||
font-size: 1.2rem;
|
||||
font-weight: 400;
|
||||
padding-left: 2rem;
|
||||
text-indent: -2.2rem;
|
||||
padding-left: 1.2rem;
|
||||
text-indent: -1.2rem;
|
||||
line-height: 1.5;
|
||||
}
|
||||
.cancelPremiumPopup .content .amount-box ul li span {
|
||||
display: block;
|
||||
@media (min-width: 768px) {
|
||||
.cancelPremiumPopup .content .amount-box .totalRefund-detail ul li {
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
}
|
||||
.cancelPremiumPopup .content .amount-box ul li span b {
|
||||
.cancelPremiumPopup .content .amount-box .totalRefund-detail ul li + li {
|
||||
margin-top: 1.6rem;
|
||||
}
|
||||
.cancelPremiumPopup .content .amount-box .totalRefund-detail ul li span {
|
||||
display: block;
|
||||
padding: 0;
|
||||
}
|
||||
.cancelPremiumPopup .content .amount-box .totalRefund-detail ul li span b {
|
||||
color: #000;
|
||||
font-weight: 400;
|
||||
}
|
||||
.cancelPremiumPopup .content .amount-box .totalRefund-detail ul li span.bu {
|
||||
padding-left: 1.4rem;
|
||||
text-indent: -1.2rem;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.cancelPremiumPopup .content .amount-box .totalRefund-detail ul li span.bu {
|
||||
padding-left: 1.4rem;
|
||||
text-indent: -1.2rem;
|
||||
}
|
||||
}
|
||||
.cancelPremiumPopup .content .amount-box .totalRefund-detail ul li span .green {
|
||||
color: #5d7d2b;
|
||||
}
|
||||
.cancelPremiumPopup .content .amount-box .totalRefund-detail ul li span .red {
|
||||
color: #ea0029;
|
||||
}
|
||||
.cancelPremiumPopup .content .amount-box .totalRefund-detail ul li .total {
|
||||
padding: 1.6rem 0 0 1.2rem;
|
||||
font-size: 1.2rem;
|
||||
color: #000;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.cancelPremiumPopup .content .amount-box .totalRefund-detail ul li .total {
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
}
|
||||
.cancelPremiumPopup .content .amount-box .totalRefund-detail ul li .total em {
|
||||
color: #5d7d2b;
|
||||
}
|
||||
.cancelPremiumPopup .content .amount-box .totalRefund-detail ul li .total.minus em {
|
||||
color: #ea0029;
|
||||
}
|
||||
.cancelPremiumPopup .content .amount-box .totalRefund-detail ul li .black {
|
||||
color: #000;
|
||||
}
|
||||
.cancelPremiumPopup .content .amount-box .totalRefund-detail ul li .black em {
|
||||
color: #aaa;
|
||||
}
|
||||
.cancelPremiumPopup .content .amount-box .btn-detail {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
justify-self: flex-end;
|
||||
position: relative;
|
||||
margin-top: 1.2rem;
|
||||
font-size: 1.4rem;
|
||||
color: #676767;
|
||||
font-weight: 400;
|
||||
border-bottom: 1px solid #676767;
|
||||
}
|
||||
.cancelPremiumPopup .content .amount-box .btn-detail:after {
|
||||
content: "";
|
||||
display: block;
|
||||
top: 0;
|
||||
right: -2rem;
|
||||
width: 1.4rem;
|
||||
height: 1.4rem;
|
||||
margin: 0 0.4rem 0.2rem 0;
|
||||
margin: 0 0 0 0.4rem;
|
||||
background: url("../images/common/icon-tbarrow.svg") no-repeat center/contain;
|
||||
transform: rotate(0);
|
||||
transition: all 0.1s ease;
|
||||
}
|
||||
.cancelPremiumPopup .content .amount-box .btn-detail em {
|
||||
border-bottom: 1px solid #676767;
|
||||
}
|
||||
.cancelPremiumPopup .content .amount-box .btn-detail.fold:after {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
.cancelPremiumPopup .content .totalRefund {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 8rem;
|
||||
margin: 3rem 0 0;
|
||||
margin: 2.8rem 0 0;
|
||||
background-color: #ececec;
|
||||
padding: 0 2rem;
|
||||
font-size: 1.6rem;
|
||||
font-weight: 400;
|
||||
color: #000;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
@media (min-width: 768px) {
|
||||
.cancelPremiumPopup .content .totalRefund {
|
||||
height: 6rem;
|
||||
font-size: 1.4rem;
|
||||
margin: 2rem 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 8rem;
|
||||
margin: 3rem 0 0;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
.cancelPremiumPopup .content .totalRefund > div {
|
||||
@@ -4079,15 +4174,21 @@ pre {
|
||||
justify-content: flex-start;
|
||||
flex-wrap: wrap;
|
||||
flex: 1;
|
||||
padding: 0 3rem;
|
||||
padding: 2rem 0;
|
||||
line-height: 1.5;
|
||||
text-indent: 0;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.cancelPremiumPopup .content .totalRefund > div {
|
||||
padding: 0 3rem;
|
||||
}
|
||||
}
|
||||
.cancelPremiumPopup .content .totalRefund > div .amount {
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding-left: 1.8rem;
|
||||
font-weight: 600;
|
||||
color: #5D7D2B;
|
||||
color: #5d7d2b;
|
||||
}
|
||||
.cancelPremiumPopup .content .totalRefund > div b {
|
||||
display: flex;
|
||||
@@ -4104,12 +4205,18 @@ pre {
|
||||
background: url("../images/common/icon-plus-green.png") no-repeat center/contain;
|
||||
}
|
||||
.cancelPremiumPopup .content .totalRefund > div.minus {
|
||||
border-left: 1px solid #D9D9D9;
|
||||
border-top: 1px solid #d9d9d9;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.cancelPremiumPopup .content .totalRefund > div.minus {
|
||||
border-top: 0;
|
||||
border-left: 1px solid #d9d9d9;
|
||||
}
|
||||
}
|
||||
.cancelPremiumPopup .content .totalRefund > div.minus b:before {
|
||||
background: url("../images/common/icon-minus-red.png") no-repeat center/contain;
|
||||
}
|
||||
.cancelPremiumPopup .content .totalRefund > div.minus .amount {
|
||||
color: #EA0029;
|
||||
color: #ea0029;
|
||||
}
|
||||
/*# sourceMappingURL=mypage.css.map */
|
||||
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
}
|
||||
@@ -974,15 +974,15 @@ pre {
|
||||
}
|
||||
}
|
||||
|
||||
>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;
|
||||
@@ -1005,7 +1005,7 @@ pre {
|
||||
padding: 3.2rem;
|
||||
}
|
||||
|
||||
>dl {
|
||||
> dl {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
@@ -1154,7 +1154,7 @@ pre {
|
||||
width: 100%;
|
||||
font-weight: 400;
|
||||
font-size: 1.4rem;
|
||||
color: #9EA1A2;
|
||||
color: #9ea1a2;
|
||||
text-align: right;
|
||||
text-decoration: line-through;
|
||||
|
||||
@@ -1170,7 +1170,7 @@ pre {
|
||||
}
|
||||
}
|
||||
|
||||
>li+li {
|
||||
> li + li {
|
||||
margin-top: 0;
|
||||
|
||||
@include desktopMin {
|
||||
@@ -1280,7 +1280,7 @@ pre {
|
||||
}
|
||||
|
||||
.contents {
|
||||
+.title {
|
||||
+ .title {
|
||||
margin-top: 2.2rem;
|
||||
}
|
||||
}
|
||||
@@ -1327,7 +1327,7 @@ pre {
|
||||
}
|
||||
|
||||
ul {
|
||||
li+li {
|
||||
li + li {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
}
|
||||
@@ -1354,7 +1354,6 @@ pre {
|
||||
margin-top: 4rem;
|
||||
|
||||
a {
|
||||
|
||||
&::after,
|
||||
&::before {
|
||||
width: 3.2rem;
|
||||
@@ -1388,7 +1387,7 @@ pre {
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
a+a {
|
||||
a + a {
|
||||
margin-top: 1rem;
|
||||
|
||||
@include tablet {
|
||||
@@ -1425,7 +1424,7 @@ pre {
|
||||
}
|
||||
}
|
||||
|
||||
p+p {
|
||||
p + p {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-top: 1rem;
|
||||
@@ -1569,14 +1568,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;
|
||||
@@ -1593,7 +1592,7 @@ pre {
|
||||
}
|
||||
}
|
||||
|
||||
>dt {
|
||||
> dt {
|
||||
padding-top: 1rem;
|
||||
|
||||
@include tablet {
|
||||
@@ -1602,7 +1601,7 @@ pre {
|
||||
}
|
||||
}
|
||||
|
||||
>dd {
|
||||
> dd {
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
font-weight: 600;
|
||||
@@ -1614,7 +1613,7 @@ pre {
|
||||
}
|
||||
}
|
||||
|
||||
>dt {
|
||||
> dt {
|
||||
width: 100%;
|
||||
font-size: 1.4rem;
|
||||
padding-left: 0rem;
|
||||
@@ -1642,7 +1641,7 @@ pre {
|
||||
}
|
||||
}
|
||||
|
||||
>dt.calc {
|
||||
> dt.calc {
|
||||
@include tablet {
|
||||
&::after {
|
||||
content: "";
|
||||
@@ -1651,7 +1650,7 @@ pre {
|
||||
}
|
||||
}
|
||||
|
||||
>dd {
|
||||
> dd {
|
||||
padding-left: 0;
|
||||
width: 100%;
|
||||
font-size: 1.4rem;
|
||||
@@ -1725,7 +1724,7 @@ pre {
|
||||
}
|
||||
}
|
||||
|
||||
dl+dl {
|
||||
dl + dl {
|
||||
margin-top: 3rem;
|
||||
}
|
||||
|
||||
@@ -1761,7 +1760,7 @@ pre {
|
||||
}
|
||||
|
||||
a {
|
||||
>div {
|
||||
> div {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.8rem;
|
||||
@@ -1847,7 +1846,7 @@ pre {
|
||||
}
|
||||
}
|
||||
|
||||
>p {
|
||||
> p {
|
||||
margin-top: 1rem;
|
||||
color: #000;
|
||||
font-weight: 600;
|
||||
@@ -1861,7 +1860,7 @@ pre {
|
||||
}
|
||||
}
|
||||
|
||||
li+li {
|
||||
li + li {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
}
|
||||
@@ -1875,7 +1874,7 @@ pre {
|
||||
|
||||
.usrQuestions,
|
||||
.adminAnswer {
|
||||
>div {
|
||||
> div {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.8rem;
|
||||
@@ -1969,7 +1968,7 @@ pre {
|
||||
}
|
||||
|
||||
.usrQuestions {
|
||||
>div {
|
||||
> div {
|
||||
em {
|
||||
padding-left: 0.8rem;
|
||||
|
||||
@@ -2072,7 +2071,7 @@ pre {
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
>div {
|
||||
> div {
|
||||
width: 100%;
|
||||
|
||||
p {
|
||||
@@ -2149,7 +2148,7 @@ pre {
|
||||
}
|
||||
}
|
||||
|
||||
div+div {
|
||||
div + div {
|
||||
margin-top: 3rem;
|
||||
width: fit-content;
|
||||
|
||||
@@ -2263,7 +2262,7 @@ pre {
|
||||
&:after {
|
||||
width: 0.8rem;
|
||||
height: 1rem;
|
||||
margin-left: .5rem;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2292,7 +2291,7 @@ pre {
|
||||
}
|
||||
}
|
||||
|
||||
label+label {
|
||||
label + label {
|
||||
margin-top: 2.4rem;
|
||||
}
|
||||
}
|
||||
@@ -2434,7 +2433,7 @@ pre {
|
||||
}
|
||||
}
|
||||
|
||||
dl+dl {
|
||||
dl + dl {
|
||||
margin-top: 0;
|
||||
border-bottom: 1px solid #999;
|
||||
border-top: 1px solid #dedede;
|
||||
@@ -2496,7 +2495,7 @@ pre {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
[type="radio"]:disabled+span {
|
||||
[type="radio"]:disabled + span {
|
||||
opacity: 0.5;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
@@ -2574,7 +2573,7 @@ pre {
|
||||
}
|
||||
}
|
||||
|
||||
p+p {
|
||||
p + p {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
}
|
||||
@@ -2584,8 +2583,7 @@ pre {
|
||||
padding: 0;
|
||||
border: 0;
|
||||
|
||||
>div {
|
||||
|
||||
> div {
|
||||
p {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -2706,7 +2704,7 @@ pre {
|
||||
}
|
||||
}
|
||||
|
||||
&+span {
|
||||
& + span {
|
||||
margin-top: 2.4rem;
|
||||
}
|
||||
}
|
||||
@@ -2762,7 +2760,7 @@ pre {
|
||||
.itemStreaming {
|
||||
margin-top: 2rem;
|
||||
|
||||
>p {
|
||||
> p {
|
||||
color: #000;
|
||||
font-size: 1.4rem;
|
||||
margin-top: 1rem;
|
||||
@@ -2774,7 +2772,7 @@ pre {
|
||||
}
|
||||
}
|
||||
|
||||
>span {
|
||||
> span {
|
||||
display: block;
|
||||
color: #676767;
|
||||
font-size: 1.4em;
|
||||
@@ -2793,7 +2791,7 @@ pre {
|
||||
visibility: hidden;
|
||||
position: absolute;
|
||||
|
||||
&:checked+label {
|
||||
&:checked + label {
|
||||
background-color: #05141f;
|
||||
|
||||
dt,
|
||||
@@ -2885,7 +2883,7 @@ pre {
|
||||
}
|
||||
}
|
||||
|
||||
li+li {
|
||||
li + li {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
}
|
||||
@@ -2974,7 +2972,7 @@ pre {
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
>div {
|
||||
> div {
|
||||
display: flex;
|
||||
|
||||
// margin-top: 1.4rem;
|
||||
@@ -2982,7 +2980,7 @@ pre {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
>p {
|
||||
> p {
|
||||
min-width: 7.5rem;
|
||||
height: 7.5rem;
|
||||
overflow: hidden;
|
||||
@@ -3066,7 +3064,7 @@ pre {
|
||||
margin-top: 1.2rem;
|
||||
}
|
||||
|
||||
dt+dd {
|
||||
dt + dd {
|
||||
margin-top: 0.5rem;
|
||||
|
||||
@include desktopMin {
|
||||
@@ -3074,7 +3072,7 @@ pre {
|
||||
}
|
||||
}
|
||||
|
||||
dd+dd {
|
||||
dd + dd {
|
||||
margin-top: 1.5rem;
|
||||
font-size: 1.4rem;
|
||||
|
||||
@@ -3086,7 +3084,7 @@ pre {
|
||||
}
|
||||
}
|
||||
|
||||
.cartItemInfo+dl {
|
||||
.cartItemInfo + dl {
|
||||
@include maxmobile {
|
||||
width: 100%;
|
||||
}
|
||||
@@ -3147,7 +3145,7 @@ pre {
|
||||
width: 100%;
|
||||
min-width: 18rem;
|
||||
|
||||
button+button {
|
||||
button + button {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
@@ -3370,7 +3368,7 @@ pre {
|
||||
}
|
||||
}
|
||||
|
||||
li+li {
|
||||
li + li {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
@@ -3390,7 +3388,7 @@ pre {
|
||||
min-height: 17rem;
|
||||
}
|
||||
|
||||
>p {
|
||||
> p {
|
||||
font-weight: 600;
|
||||
font-size: 1.8rem;
|
||||
color: #9ea1a2;
|
||||
@@ -3426,7 +3424,7 @@ pre {
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
>p {
|
||||
> p {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -3452,7 +3450,6 @@ pre {
|
||||
|
||||
button,
|
||||
a {
|
||||
|
||||
&::before,
|
||||
&::after {
|
||||
@include tablet {
|
||||
@@ -3679,14 +3676,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 {
|
||||
@@ -4170,7 +4167,7 @@ pre {
|
||||
}
|
||||
}
|
||||
|
||||
>div {
|
||||
> div {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
@@ -4189,11 +4186,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;
|
||||
|
||||
@@ -4299,6 +4296,7 @@ pre {
|
||||
|
||||
.cancelPremiumPopup {
|
||||
.popInner {
|
||||
padding: 3rem;
|
||||
@include tablet {
|
||||
width: 56rem;
|
||||
}
|
||||
@@ -4307,64 +4305,88 @@ pre {
|
||||
.alertMessage {
|
||||
display: block;
|
||||
margin-bottom: 3rem;
|
||||
font-size: 2.4rem;
|
||||
font-size: 1.6rem;
|
||||
font-weight: 600;
|
||||
line-height: 3.2rem;
|
||||
line-height: 2.2rem;
|
||||
text-align: center;
|
||||
|
||||
@include tablet {
|
||||
font-size: 2.4rem;
|
||||
line-height: 3.2rem;
|
||||
}
|
||||
|
||||
em {
|
||||
display: block;
|
||||
margin-bottom: 1.5rem;
|
||||
font-size: 1.4rem;
|
||||
margin-bottom: 3rem;
|
||||
font-size: 1.2rem;
|
||||
font-weight: 400;
|
||||
text-align: left;
|
||||
line-height: 1.6rem;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
font-size: 1.6rem;
|
||||
line-height: 2.2rem;
|
||||
@include tablet {
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.alertSubMessage {
|
||||
li {
|
||||
font-size: 1.6rem;
|
||||
font-weight: 600;
|
||||
padding-left: 1.4rem;
|
||||
text-indent: -1rem;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
padding-left: 0;
|
||||
text-indent: 0;
|
||||
}
|
||||
|
||||
+li {
|
||||
margin-top: 1rem;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
margin-top: 0.8rem;
|
||||
> ul {
|
||||
> li {
|
||||
font-size: 1.4rem;
|
||||
font-weight: 600;
|
||||
.bu {
|
||||
display: block;
|
||||
padding-left: 1.2rem;
|
||||
text-indent: -1.2rem;
|
||||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
padding: 0.5rem 0;
|
||||
@include tablet {
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
.red {
|
||||
display: inline-block;
|
||||
margin-top: 0.6rem;
|
||||
color: #ea0029;
|
||||
text-indent: 0;
|
||||
}
|
||||
|
||||
li {
|
||||
color: #aaa;
|
||||
font-size: 1.4rem;
|
||||
font-weight: 400;
|
||||
padding-left: 2rem;
|
||||
text-indent: -2.2rem;
|
||||
line-height: 1.5;
|
||||
+ li {
|
||||
margin-top: 1.2rem;
|
||||
}
|
||||
|
||||
span {
|
||||
display: block;
|
||||
> ul {
|
||||
padding: 1.2rem 0 0;
|
||||
|
||||
b {
|
||||
> li {
|
||||
color: #aaa;
|
||||
font-size: 1.2rem;
|
||||
font-weight: 400;
|
||||
line-height: 1.5;
|
||||
@include tablet {
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
|
||||
strong {
|
||||
color: #000;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
> span {
|
||||
display: block;
|
||||
padding-left: 1.8rem;
|
||||
text-indent: 0;
|
||||
@include tablet {
|
||||
padding-left: 2rem;
|
||||
}
|
||||
&.bu {
|
||||
padding-left: 2.2rem;
|
||||
text-indent: -0.6rem;
|
||||
}
|
||||
|
||||
b {
|
||||
color: #000;
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -4372,65 +4394,126 @@ pre {
|
||||
}
|
||||
|
||||
.amount-box {
|
||||
margin-bottom: 3rem;
|
||||
.totalRefund-detail {
|
||||
display: none;
|
||||
padding: 1.6rem;
|
||||
background-color: #F5F5F5;
|
||||
}
|
||||
ul {
|
||||
padding: 0.5rem 0;
|
||||
background-color: #f5f5f5;
|
||||
ul {
|
||||
padding: 0.5rem 0;
|
||||
|
||||
li {
|
||||
color: #aaa;
|
||||
font-size: 1.4rem;
|
||||
font-weight: 400;
|
||||
padding-left: 2rem;
|
||||
text-indent: -2.2rem;
|
||||
line-height: 1.5;
|
||||
li {
|
||||
color: #aaa;
|
||||
font-size: 1.2rem;
|
||||
font-weight: 400;
|
||||
padding-left: 1.2rem;
|
||||
text-indent: -1.2rem;
|
||||
line-height: 1.5;
|
||||
@include tablet {
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
& + li {
|
||||
margin-top: 1.6rem;
|
||||
}
|
||||
|
||||
span {
|
||||
display: block;
|
||||
span {
|
||||
display: block;
|
||||
padding: 0;
|
||||
|
||||
b {
|
||||
b {
|
||||
color: #000;
|
||||
font-weight: 400;
|
||||
}
|
||||
&.bu {
|
||||
padding-left: 1.4rem;
|
||||
text-indent: -1.2rem;
|
||||
@include tablet {
|
||||
padding-left: 1.4rem;
|
||||
text-indent: -1.2rem;
|
||||
}
|
||||
}
|
||||
.green {
|
||||
color: #5d7d2b;
|
||||
}
|
||||
.red {
|
||||
color: #ea0029;
|
||||
}
|
||||
}
|
||||
|
||||
.total {
|
||||
padding: 1.6rem 0 0 1.2rem;
|
||||
font-size: 1.2rem;
|
||||
color: #000;
|
||||
font-weight: 400;
|
||||
@include tablet {
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
em {
|
||||
color: #5d7d2b;
|
||||
}
|
||||
&.minus {
|
||||
em {
|
||||
color: #ea0029;
|
||||
}
|
||||
}
|
||||
}
|
||||
.black {
|
||||
color: #000;
|
||||
em {
|
||||
color: #aaa;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.btn-detail {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
justify-self: flex-end;
|
||||
position: relative;
|
||||
margin-top: 1.2rem;
|
||||
font-size: 1.4rem;
|
||||
color: #676767;
|
||||
font-weight: 400;
|
||||
border-bottom: 1px solid #676767;
|
||||
&:after {
|
||||
content:"";
|
||||
content: "";
|
||||
display: block;
|
||||
top: 0;
|
||||
right: -2rem;
|
||||
width: 1.4rem;
|
||||
height: 1.4rem;
|
||||
margin:0 .4rem .2rem 0;
|
||||
background: url('../images/common/icon-tbarrow.svg') no-repeat center / contain;
|
||||
|
||||
margin: 0 0 0 0.4rem;
|
||||
background: url("../images/common/icon-tbarrow.svg") no-repeat center / contain;
|
||||
transform: rotate(0);
|
||||
transition: all 0.1s ease;
|
||||
}
|
||||
em {
|
||||
border-bottom: 1px solid #676767;
|
||||
}
|
||||
&.fold {
|
||||
&:after {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.totalRefund {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 8rem;
|
||||
margin: 3rem 0 0;
|
||||
margin: 2.8rem 0 0;
|
||||
background-color: #ececec;
|
||||
padding: 0 2rem;
|
||||
font-size: 1.6rem;
|
||||
font-weight: 400;
|
||||
color: #000;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
height: 6rem;
|
||||
font-size: 1.4rem;
|
||||
margin: 2rem 0;
|
||||
@include tablet {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 8rem;
|
||||
margin: 3rem 0 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
> div {
|
||||
@@ -4438,15 +4521,20 @@ pre {
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
flex-wrap: wrap;
|
||||
flex:1;
|
||||
padding:0 3rem;
|
||||
flex: 1;
|
||||
padding: 2rem 0;
|
||||
line-height: 1.5;
|
||||
text-indent: 0;
|
||||
|
||||
@include tablet {
|
||||
padding: 0 3rem;
|
||||
}
|
||||
.amount {
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding-left: 1.8rem;
|
||||
font-weight: 600;
|
||||
color: #5D7D2B;
|
||||
color: #5d7d2b;
|
||||
}
|
||||
b {
|
||||
display: flex;
|
||||
@@ -4454,27 +4542,32 @@ pre {
|
||||
justify-content: flex-start;
|
||||
font-weight: 400;
|
||||
&:before {
|
||||
content:"";
|
||||
content: "";
|
||||
display: block;
|
||||
width: 1.4rem;
|
||||
height: 1.4rem;
|
||||
margin:0 .4rem .2rem 0;
|
||||
background: url('../images/common/icon-plus-green.png') no-repeat center / contain;
|
||||
margin: 0 0.4rem 0.2rem 0;
|
||||
background: url("../images/common/icon-plus-green.png") no-repeat center / contain;
|
||||
}
|
||||
}
|
||||
|
||||
&.minus {
|
||||
border-left: 1px solid #D9D9D9;
|
||||
border-top: 1px solid #d9d9d9;
|
||||
|
||||
@include tablet {
|
||||
border-top: 0;
|
||||
border-left: 1px solid #d9d9d9;
|
||||
}
|
||||
b {
|
||||
&:before {
|
||||
background: url('../images/common/icon-minus-red.png') no-repeat center / contain;
|
||||
background: url("../images/common/icon-minus-red.png") no-repeat center / contain;
|
||||
}
|
||||
}
|
||||
.amount {
|
||||
color: #EA0029;
|
||||
color: #ea0029;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user