현금영수증 리스트

This commit is contained in:
focp212@naver.com
2025-10-21 16:21:57 +09:00
parent 81d977b97d
commit 841a9d8542
44 changed files with 1208 additions and 717 deletions

View File

@@ -295,12 +295,6 @@ footer {
justify-content: space-around;
align-items: center;
z-index: 1000;
border-top: 0.1px solid var(--color-E5E5E5);
will-change: transform;
}
.bottom-tabbar.snapping {
transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.tab-button {
@@ -1267,7 +1261,7 @@ input[type="radio"] {
border-radius: 50%;
background: var(--color-CCCCCC);
cursor: pointer;
transition: all 0.4s ease;
transition: all 0.2s ease;
}
.banner-dot.active {
@@ -1499,7 +1493,7 @@ input[type="radio"] {
}
.option-list {
padding: 0 10px;
padding: 0 10px 10px 10px;
display: flex;
flex-direction: column;
gap: 16px;
@@ -2397,13 +2391,13 @@ div .credit-period {
bottom: 0;
left: 0;
right: 0;
padding: 20px 26px calc(env(safe-area-inset-bottom, 0px) + 26px) 26px;
padding: 20px 26px 16px 26px;
z-index: 500;
background: var(--color-white);
}
.apply-row.bottom-padding {
bottom: calc(env(safe-area-inset-bottom) + 26px) !important;
bottom: 70px !important;
}
.apply-row.two-button button:first-child {
@@ -2902,6 +2896,10 @@ div .credit-period {
width: 100%;
}
.bottomsheet-content.expand {
margin-bottom: 0;
}
.bottom-btn {
display: flex;
justify-content: space-between;
@@ -4155,6 +4153,14 @@ ul.txn-amount-detail li span:last-child {
font-size: 5px;
}
.label.desc.dot {
padding-left: 23px;
}
.label.desc.dot::before {
left: 8px;
}
.kv-row.pl-10 {
padding-left: 15px;
}
@@ -5626,8 +5632,8 @@ ul.txn-amount-detail li span:last-child {
display: flex;
align-items: center;
gap: 10px;
height: 40px;
padding: 0;
padding-bottom: 16px;
}
.faq-search .ic16.search {
position: absolute;
@@ -5646,9 +5652,14 @@ ul.txn-amount-detail li span:last-child {
}
.faq-filter {
display: flex;
align-items: center;
justify-content: space-between;
height: 40px;
padding: 0 12px;
border: 1px solid #D9D9D9;
border-radius: 8px;
margin-top: 10px;
}
.faq-filter .text {
font-size: 15px;
color: var(--color-2D3436);
@@ -5954,228 +5965,140 @@ ul.txn-amount-detail li span:last-child {
box-sizing: border-box;
}
/* 분할승인 상세 */
.separate-approval-main {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
/* 82 bottomsheet - 세금 계산서 세부내역 조회 (아코디언 펼침) */
.bottomsheet .tax-detail-accordion {
padding: 0;
}
.separate-approval-main .tab-content {
height: 100%;
}
.separate-approval-main .tab-pane.sub.active {
height: 100%;
.bottomsheet .tax-detail-accordion .summary {
display: flex;
flex-direction: column;
}
.separate-approval-section {
padding: 0;
flex: 1;
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
}
.approval-cards-wrapper {
gap: 16px;
padding-bottom: 20px;
}
.separate-approval-main .apply-row.two-button {
flex-shrink: 0;
position: sticky;
bottom: 0;
background: white;
z-index: 10;
}
/* 분할승인 안내 박스 */
.approval-notice-box {
background: var(--color-white);
padding: 8px;
margin-bottom: 16px;
border-radius: 12px;
flex-shrink: 0;
}
.approval-notice-box p {
font-size: var(--fs-15);
color: var(--color-666666);
line-height: 1.5;
margin: 0;
}
.approval-notice-box p + p {
margin-top: 4px;
}
/* 분할승인 카드 */
.approval-card {
position: relative;
background: var(--color-white);
border: 2px solid var(--color-d6d6d6);
border-radius: 16px;
padding: 16px;
margin-bottom: 16px;
transition: all 0.4s ease;
}
.approval-card.selected {
border-color: var(--color-3E6AFC);
background: var(--color-F4F8FF);
}
/* 분할승인 체크박스 */
.approval-card .card-checkbox {
display: block !important;
position: absolute;
top: 16px;
left: 16px;
width: 24px;
height: 24px;
margin: 0;
padding: 0;
appearance: none;
border: 2px solid var(--color-d6d6d6);
border-radius: 5px;
background-color: var(--color-white);
cursor: pointer;
outline: none;
box-sizing: border-box;
z-index: 1;
}
.approval-card .card-checkbox:focus,
.approval-card .card-checkbox:active {
outline: none !important;
box-shadow: none !important;
border-color: var(--color-d6d6d6);
}
.approval-card .card-checkbox:checked {
background-color: var(--color-3E6AFC);
border-color: var(--color-3E6AFC);
outline: none;
}
.approval-card .card-checkbox:checked::after {
content: '';
position: absolute;
left: 5px;
top: 2px;
width: 6px;
height: 11px;
border: solid white;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
/* 분할승인 카드 헤더 */
.approval-card .card-header {
.bottomsheet .tax-detail-accordion .summary .row {
display: flex;
gap: 10px;
align-items: center;
gap: 8px;
margin-bottom: 16px;
padding-bottom: 12px;
padding-left: 36px;
border-bottom: 1px solid var(--color-E5E5E5);
}
.approval-card .card-tag {
font-size: var(--fs-14);
font-weight: var(--fw-700);
padding: 2px 8px;
border-radius: 4px;
color: var(--color-666666);
background: var(--color-F3F3F3);
transition: all 0.4s ease;
}
.approval-card .card-tag.main-tag {
color: var(--color-3E6AFC);
background: var(--color-E9F1FB);
}
.approval-card.selected .card-tag {
color: var(--color-3E6AFC);
background: var(--color-E9F1FB);
}
.approval-card .card-tid {
font-size: var(--fs-16);
.bottomsheet .tax-detail-accordion .summary .label {
flex: 1 1 auto;
color: var(--color-2D3436);
font-weight: var(--fw-500);
letter-spacing: -0.5px;
}
/* 분할승인 카드 바디 */
.approval-card .card-body {
margin-bottom: 16px;
.bottomsheet .tax-detail-accordion .summary .value {
flex: 0 0 auto;
font-family: Pretendard;
font-weight: 500;
font-size: 17px;
line-height: 1.5;
color: var(--color-2D3436);
}
.approval-card .info-list {
list-style: none;
padding: 0;
margin: 0;
.bottomsheet .tax-detail-accordion .list {
display: flex;
flex-direction: column;
gap: 8px;
gap: 5px;
}
.approval-card .info-list li {
.bottomsheet .tax-detail-accordion .list-header {
display: flex;
gap: 10px;
padding: 10px 0 6px 0;
border-bottom: 1px solid #D9D9D9;
}
.bottomsheet .tax-detail-accordion .list-header .head-date {
flex: 1 1 auto;
font-size: 15px;
color: #666;
}
.bottomsheet .tax-detail-accordion .list-header .head-amount {
flex: 0 0 auto;
font-size: 15px;
color: #666;
margin-left: auto;
}
.bottomsheet .tax-detail-accordion .item {
position: relative;
display: flex;
align-items: center;
font-size: var(--fs-14);
gap: 10px;
padding: 6px 0 6px 6px;
}
.bottomsheet .tax-detail-accordion .item .dot {
width: 9px;
height: 9px;
border-radius: 50%;
background: var(--color-3E6AFC);
}
.bottomsheet .tax-detail-accordion .item .date {
font-size: 17px;
color: #666;
}
.bottomsheet .tax-detail-accordion .item .amount {
margin-left: auto;
display: flex;
align-items: center;
gap: 10px;
height: 30px;
padding-right: 30px;
}
.bottomsheet .tax-detail-accordion .item .amount .text {
font-size: 17px;
font-weight: 500;
color: var(--color-2D3436);
}
.approval-card .info-list .label {
min-width: 85px;
color: var(--color-666666);
font-weight: var(--fw-400);
.bottomsheet .tax-detail-accordion .item .amount .arrow {
width: 25px;
height: 25px;
transform: rotate(90deg);
top: 8px;
}
.approval-card .info-list .value {
color: var(--color-2D3436);
font-weight: var(--fw-500);
.bottomsheet .tax-detail-accordion .item .amount .arrow.up {
transform: rotate(270deg);
}
/* 분할승인 카드 푸터 */
.approval-card .card-footer {
padding-top: 12px;
border-top: 1px solid var(--color-E5E5E5);
}
.approval-card .period-selector {
.bottomsheet .tax-detail-accordion .item-detail {
display: flex;
align-items: center;
gap: 12px;
flex-direction: column;
gap: 6px;
background: #F4F8FF;
padding: 10px 0;
}
.approval-card .period-selector label {
font-size: var(--fs-14);
color: var(--color-666666);
font-weight: var(--fw-500);
min-width: 60px;
.bottomsheet .tax-detail-accordion .item-detail .labels,
.bottomsheet .tax-detail-accordion .item-detail .values {
width: 100%;
display: flex;
justify-content: space-between;
flex-direction: row;
}
.approval-card .period-selector select {
.bottomsheet .tax-detail-accordion .item-detail .labels span {
display: inline-block;
flex: 1;
height: 36px;
font-size: var(--fs-14);
padding: 6px 30px 6px 12px;
border: 1px solid var(--color-d6d6d6);
border-radius: 4px;
background-color: var(--color-white);
transition: all 0.2s ease;
text-align: center;
font-size: 15px;
color: var(--color-2D3436);
}
.bottomsheet .tax-detail-accordion .item-detail .values span {
flex: 1;
text-align: center;
font-size: 16px;
font-weight: 600;
color: var(--color-2D3436);
}
/* Scrollbar hide utility class */
.scrollbar-hide::-webkit-scrollbar {
display: none; /* Chrome, Safari, Opera */
}