과금 페이지 수정

This commit is contained in:
현성필
2025-11-17 11:14:22 +09:00
parent 5af11f8d55
commit ac59d4109c
9 changed files with 428 additions and 547 deletions
+32 -11
View File
@@ -11947,6 +11947,7 @@ select.form-control {
border: 1px solid #E2E8F0;
border-radius: 6px;
font-size: 14px;
min-width: 100px;
}
.form-inline {
@@ -12132,35 +12133,55 @@ select.form-control {
-webkit-overflow-scrolling: touch;
}
}
.commission-print-page {
body.commission-print-page {
font-size: 12px;
}
.commission-print-page body {
width: 600px;
margin: 90px;
font-family: "Noto Sans KR", -apple-system, sans-serif;
}
.commission-print-page table {
body.commission-print-page div {
position: relative;
}
body.commission-print-page table {
border-collapse: collapse;
}
.commission-print-page table th,
.commission-print-page table td {
body.commission-print-page table th,
body.commission-print-page table td {
padding: 5px 10px;
}
.commission-print-page table tr {
body.commission-print-page table tr {
font-size: 12px;
}
.commission-print-page h1 {
body.commission-print-page h1 {
text-align: center;
}
.commission-print-page h1 img {
body.commission-print-page h1 img {
width: 300px;
}
.commission-print-page h2 {
body.commission-print-page h2 {
margin-top: 40px;
float: left;
}
.commission-print-page p {
body.commission-print-page p {
line-height: 1.6;
}
body.commission-print-page p[style*="float: right"] {
margin-top: 25px;
}
body.commission-print-page .btn {
padding: 8px 16px;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 14px;
}
body.commission-print-page .btn-primary {
background: #667eea;
color: white;
}
body.commission-print-page .btn-primary:hover {
background: #5a67d8;
}
.container {
max-width: 1280px;