본문 바로가기
금융 정보

순자산 계산기

by Kim90 2023. 10. 12.
순자산 계산기

순자산 계산기

자산

현금:
투자:
부동산:
기타 자산:

부채

신용카드:
모기지:
대출:
기타 부채:

# Apple-inspired JavaScript code for an elegant TOC design apple_inspired_toc_generation_js = """ """ .apple-styled-table { width: 100%; border-collapse: collapse; font-family: 'San Francisco', 'Helvetica Neue', Helvetica, Arial, sans-serif; margin: 20px 0; } .apple-styled-table th, .apple-styled-table td { border: 1px solid #e1e1e1; padding: 10px 15px; text-align: left; } .apple-styled-table th { background-color: #f6f6f6; font-weight: 500; } .apple-styled-table tbody tr:nth-child(even) { background-color: #fafafa; }