정산달력

This commit is contained in:
focp212@naver.com
2025-09-19 13:30:00 +09:00
parent b01190b395
commit 238cd2356a
2 changed files with 41 additions and 5 deletions

View File

@@ -2455,6 +2455,10 @@ div .credit-period {
}
/* 공지사항 상세 (Figma 1651:3135) */
.notice-detail {
padding-top: 4px;
}
.notice-detail__title{
font-size: var(--fs-20);
font-weight: var(--fw-600);
@@ -2468,6 +2472,12 @@ div .credit-period {
margin-bottom: 20px
}
.notice-detail__meta span{
display: inline-block;
padding-right: 10px;
padding-left: 10px;
}
.notice-detail__divider{
height: 1px;
background: var(--color-EaEaEa);
@@ -3514,6 +3524,11 @@ span.scheduled {
justify-content: center;
}
.calendar-wrap .month-btn.disabled {
opacity: 0.2;
cursor: not-allowed;
}
.calendar-wrap .amount-group {
padding: 16px 0 22px 0;
border-bottom: 1px solid #eaeaea;
@@ -5447,6 +5462,15 @@ ul.txn-amount-detail li span:last-child {
background: url('../images/ico_search_16.svg') no-repeat center center;
}
.notice-search .ic16.reset {
position: absolute;
right: 12px;
top: 12px;
width: 20px;
height: 20px;
background: url('../images/ico_input_del.svg') no-repeat center center;
}
.notice-search input {
flex: 1;
height: 40px;