모의투자 화면수정
This commit is contained in:
@@ -2807,7 +2807,17 @@
|
||||
}
|
||||
.ptd-tabs--center {
|
||||
flex-shrink: 0;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.ptd-tabs--center .ptd-tab {
|
||||
flex: 0 0 auto;
|
||||
min-width: 0;
|
||||
padding: 8px 18px;
|
||||
font-size: 11px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.ptd-invest-card {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -2860,40 +2870,49 @@
|
||||
gap: 8px;
|
||||
}
|
||||
.ptd-invest-kpi-cell {
|
||||
padding: 8px 10px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 10px;
|
||||
padding: 10px 12px;
|
||||
border-radius: 6px;
|
||||
background: var(--gc-surface-2, rgba(255,255,255,0.04));
|
||||
min-width: 0;
|
||||
}
|
||||
.ptd-invest-kpi-cell--up .ptd-invest-kpi-value { color: var(--gc-trade-buy, #ef5350); }
|
||||
.ptd-invest-kpi-cell--down .ptd-invest-kpi-value { color: var(--gc-trade-sell, #4dabf7); }
|
||||
.ptd-invest-kpi-label {
|
||||
display: block;
|
||||
flex-shrink: 0;
|
||||
font-size: 11px;
|
||||
opacity: 0.7;
|
||||
font-weight: 600;
|
||||
opacity: 0.75;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.ptd-invest-kpi-value {
|
||||
font-size: 15px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.ptd-alloc-table-wrap {
|
||||
overflow: auto;
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
}
|
||||
.ptd-alloc-row--selected {
|
||||
background: rgba(255, 255, 255, 0.06);
|
||||
min-width: 0;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
text-align: right;
|
||||
font-variant-numeric: tabular-nums;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
/* 투자금 관리: PaperAllocationTable 카드 목록 — paperDashboard.css .ptd-alloc-card-section */
|
||||
.ptd-alloc-toggle {
|
||||
font-size: 11px;
|
||||
padding: 2px 8px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid rgba(255,255,255,0.15);
|
||||
background: transparent;
|
||||
border: 1px solid color-mix(in srgb, var(--gc-trade-buy, #ef5350) 50%, transparent);
|
||||
background: color-mix(in srgb, var(--gc-trade-buy, #ef5350) 12%, transparent);
|
||||
color: var(--gc-trade-buy, #ef5350);
|
||||
cursor: pointer;
|
||||
}
|
||||
.ptd-alloc-toggle--on {
|
||||
border-color: var(--gc-trade-buy, #ef5350);
|
||||
color: var(--gc-trade-buy, #ef5350);
|
||||
border-color: color-mix(in srgb, #b8f397 65%, var(--se-border, var(--border)));
|
||||
color: #b8f397;
|
||||
background: color-mix(in srgb, #a3e635 20%, transparent);
|
||||
}
|
||||
.ptd-footer-stack {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user