스프 결제내역 취소선 추가

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;
}