스트리밍프리미엄 PDP, 주문/결제 작업 중

This commit is contained in:
2024-10-13 22:19:44 +09:00
parent 3ff4ee80bb
commit 7f69a65b58
18 changed files with 2606 additions and 1521 deletions

View File

@@ -3308,6 +3308,48 @@
}
}
}
.refund-table {
.text_area {
margin-top: 0;
}
}
.table-area {
margin-bottom: 12rem;
@include maxtablet {
margin-bottom: 5rem;
}
.index {
padding: 1.6rem 0 1rem;
font-size: 1.4rem;
color: #676767;
text-align: right;
}
table {
width: 100%;
border-top: 1px solid #999;
th {
height: 7.6rem;
padding: 0 1rem;
font-size: 1.6rem;
font-weight: 600;
vertical-align: middle;
text-align: center;
}
tbody {
border-top: 1px solid #dedede;
border-bottom: 1px solid #dedede;
td {
padding: 1rem;
font-size: 1.4rem;
font-weight: 400;
text-align: center;
}
}
}
}
}
}