스프 결제내역 취소선 추가

This commit is contained in:
hyeonggil
2024-10-29 10:51:56 +09:00
parent 012fd6e1fc
commit 13af4c72e3
4 changed files with 114 additions and 74 deletions

View File

@@ -955,7 +955,6 @@ pre {
display: flex;
flex-direction: column;
align-items: stretch;
justify-content: space-around;
width: 60%;
}
@media (min-width: 1025px) {
@@ -965,6 +964,7 @@ pre {
}
}
.contentWarp .mypageWarp .rightConWarp .myItemWarp.type2 > div.myPayList > ul > li .paySummary > dl dt {
min-height: 3.08rem;
padding-top: 0;
font-size: 1.4rem;
color: #000;
@@ -1023,7 +1023,7 @@ pre {
font-size: 1.4rem;
}
.contentWarp .mypageWarp .rightConWarp .myItemWarp.type2 > div.myPayList > ul > li .paySummary div.totalPay dl dd.amount {
font-weight: 400;
font-weight: 600;
font-size: 1.4rem;
color: #000000;
}
@@ -1072,6 +1072,8 @@ pre {
}
}
.contentWarp .mypageWarp .rightConWarp .myItemWarp.type2 > div.myPayList > ul > li .paySummary div.totalPay dl.totalInfo {
flex-wrap: wrap;
justify-content: flex-end;
margin-top: 0;
padding-top: 0;
border-top: 0;
@@ -1085,6 +1087,22 @@ pre {
font-size: 1.4rem;
color: #000000;
}
.contentWarp .mypageWarp .rightConWarp .myItemWarp.type2 > div.myPayList > ul > li .paySummary div.totalPay dl.totalInfo dd.cost {
display: flex;
justify-content: flex-end;
width: 100%;
font-weight: 400;
font-size: 1.4rem;
color: #9EA1A2;
text-align: right;
text-decoration: line-through;
}
@media (min-width: 1025px) {
.contentWarp .mypageWarp .rightConWarp .myItemWarp.type2 > div.myPayList > ul > li .paySummary div.totalPay dl.totalInfo dd.cost {
position: absolute;
bottom: 1.3rem;
}
}
.contentWarp .mypageWarp .rightConWarp .myItemWarp.type2 > div.myPayList > ul > li + li {
margin-top: 0;
}

File diff suppressed because one or more lines are too long

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;
}
}
@@ -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,11 +1005,11 @@ pre {
padding: 3.2rem;
}
> dl {
>dl {
display: flex;
flex-direction: column;
align-items: stretch;
justify-content: space-around;
// justify-content: space-around;
width: 60%;
@include desktopMin {
@@ -1018,6 +1018,7 @@ pre {
}
dt {
min-height: 3.08rem;
padding-top: 0;
font-size: 1.4rem;
color: #000;
@@ -1077,7 +1078,7 @@ pre {
font-size: 1.4rem;
&.amount {
font-weight: 400;
font-weight: 600;
font-size: 1.4rem;
color: #000000;
}
@@ -1129,6 +1130,8 @@ pre {
}
&.totalInfo {
flex-wrap: wrap;
justify-content: flex-end;
margin-top: 0;
padding-top: 0;
border-top: 0;
@@ -1144,6 +1147,22 @@ pre {
font-size: 1.4rem;
color: #000000;
}
&.cost {
display: flex;
justify-content: flex-end;
width: 100%;
font-weight: 400;
font-size: 1.4rem;
color: #9EA1A2;
text-align: right;
text-decoration: line-through;
@include desktopMin {
position: absolute;
bottom: 1.3rem;
}
}
}
}
}
@@ -1151,7 +1170,7 @@ pre {
}
}
> li + li {
>li+li {
margin-top: 0;
@include desktopMin {
@@ -1261,7 +1280,7 @@ pre {
}
.contents {
+ .title {
+.title {
margin-top: 2.2rem;
}
}
@@ -1308,7 +1327,7 @@ pre {
}
ul {
li + li {
li+li {
margin-top: 1rem;
}
}
@@ -1335,6 +1354,7 @@ pre {
margin-top: 4rem;
a {
&::after,
&::before {
width: 3.2rem;
@@ -1368,7 +1388,7 @@ pre {
flex-wrap: nowrap;
}
a + a {
a+a {
margin-top: 1rem;
@include tablet {
@@ -1405,7 +1425,7 @@ pre {
}
}
p + p {
p+p {
display: flex;
align-items: center;
margin-top: 1rem;
@@ -1549,14 +1569,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;
@@ -1573,7 +1593,7 @@ pre {
}
}
> dt {
>dt {
padding-top: 1rem;
@include tablet {
@@ -1582,7 +1602,7 @@ pre {
}
}
> dd {
>dd {
padding-top: 1rem;
padding-bottom: 1rem;
font-weight: 600;
@@ -1594,7 +1614,7 @@ pre {
}
}
> dt {
>dt {
width: 100%;
font-size: 1.4rem;
padding-left: 0rem;
@@ -1622,7 +1642,7 @@ pre {
}
}
> dt.calc {
>dt.calc {
@include tablet {
&::after {
content: "";
@@ -1631,7 +1651,7 @@ pre {
}
}
> dd {
>dd {
padding-left: 0;
width: 100%;
font-size: 1.4rem;
@@ -1705,7 +1725,7 @@ pre {
}
}
dl + dl {
dl+dl {
margin-top: 3rem;
}
@@ -1741,7 +1761,7 @@ pre {
}
a {
> div {
>div {
display: flex;
align-items: center;
gap: 0.8rem;
@@ -1827,7 +1847,7 @@ pre {
}
}
> p {
>p {
margin-top: 1rem;
color: #000;
font-weight: 600;
@@ -1841,7 +1861,7 @@ pre {
}
}
li + li {
li+li {
margin-top: 1rem;
}
}
@@ -1855,7 +1875,7 @@ pre {
.usrQuestions,
.adminAnswer {
> div {
>div {
display: flex;
align-items: center;
gap: 0.8rem;
@@ -1949,7 +1969,7 @@ pre {
}
.usrQuestions {
> div {
>div {
em {
padding-left: 0.8rem;
@@ -2052,7 +2072,7 @@ pre {
flex-wrap: nowrap;
}
> div {
>div {
width: 100%;
p {
@@ -2129,7 +2149,7 @@ pre {
}
}
div + div {
div+div {
margin-top: 3rem;
width: fit-content;
@@ -2249,7 +2269,7 @@ pre {
}
}
label + label {
label+label {
margin-top: 1.5rem;
}
}
@@ -2391,7 +2411,7 @@ pre {
}
}
dl + dl {
dl+dl {
margin-top: 0;
border-bottom: 1px solid #999;
border-top: 1px solid #dedede;
@@ -2453,7 +2473,7 @@ pre {
cursor: not-allowed;
}
[type="radio"]:disabled + span {
[type="radio"]:disabled+span {
opacity: 0.5;
cursor: not-allowed;
}
@@ -2531,7 +2551,7 @@ pre {
}
}
p + p {
p+p {
margin-top: 2rem;
}
}
@@ -2587,7 +2607,7 @@ pre {
.itemStreaming {
margin-top: 2rem;
> p {
>p {
color: #000;
font-size: 1.4rem;
margin-top: 1rem;
@@ -2599,7 +2619,7 @@ pre {
}
}
> span {
>span {
display: block;
color: #676767;
font-size: 1.4em;
@@ -2618,7 +2638,7 @@ pre {
visibility: hidden;
position: absolute;
&:checked + label {
&:checked+label {
background-color: #05141f;
dt,
@@ -2710,7 +2730,7 @@ pre {
}
}
li + li {
li+li {
margin-top: 1rem;
}
}
@@ -2799,7 +2819,7 @@ pre {
flex-wrap: nowrap;
}
> div {
>div {
display: flex;
// margin-top: 1.4rem;
@@ -2807,7 +2827,7 @@ pre {
margin-top: 0;
}
> p {
>p {
min-width: 7.5rem;
height: 7.5rem;
overflow: hidden;
@@ -2891,7 +2911,7 @@ pre {
margin-top: 1.2rem;
}
dt + dd {
dt+dd {
margin-top: 0.5rem;
@include desktopMin {
@@ -2899,7 +2919,7 @@ pre {
}
}
dd + dd {
dd+dd {
margin-top: 1.5rem;
font-size: 1.4rem;
@@ -2911,7 +2931,7 @@ pre {
}
}
.cartItemInfo + dl {
.cartItemInfo+dl {
@include maxmobile {
width: 100%;
}
@@ -2972,7 +2992,7 @@ pre {
width: 100%;
min-width: 18rem;
button + button {
button+button {
margin-top: 1rem;
}
@@ -3195,7 +3215,7 @@ pre {
}
}
li + li {
li+li {
margin-top: 1rem;
}
@@ -3215,7 +3235,7 @@ pre {
min-height: 17rem;
}
> p {
>p {
font-weight: 600;
font-size: 1.8rem;
color: #9ea1a2;
@@ -3251,7 +3271,7 @@ pre {
width: fit-content;
}
> p {
>p {
width: 100%;
display: flex;
align-items: center;
@@ -3277,6 +3297,7 @@ pre {
button,
a {
&::before,
&::after {
@include tablet {
@@ -3503,14 +3524,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 {
@@ -3994,7 +4015,7 @@ pre {
}
}
> div {
>div {
width: 100%;
display: flex;
flex-wrap: wrap;
@@ -4013,11 +4034,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;
@@ -4158,7 +4179,7 @@ pre {
text-indent: 0;
}
+ li {
+li {
margin-top: 1rem;
@media (max-width: 768px) {
@@ -4216,4 +4237,4 @@ pre {
}
}
}
}
}

View File

@@ -329,6 +329,7 @@
<dl class="totalInfo">
<dt>결제 금액 :</dt>
<dd class="amount">0원</dd>
<dd class="cost">₩ 5,000</dd>
</dl>
</div>
</div>