« Back to History
employee_bank_data.css
|
20260723_000646.php
Initial Domain Snapshot
Copy Code
body { background: #f6bfc3; font-family: 'Inter', 'Roboto', Arial, sans-serif; margin: 0; } .wrap { max-width: 1200px; margin: 44px auto; padding: 0 16px; } h1.title { font-size: 2rem; color: #374151; font-weight: 600; text-align: center; margin-top: 26px; letter-spacing: 0.03em; } .card { background: #374151; border-radius: 18px; box-shadow: 0 8px 24px rgba(40,40,60,0.17), 0 2px 14px rgba(0,0,0,0.12); color: #fff; padding: 38px 38px 28px 38px; margin: 32px auto; max-width: 900px; width: 100%; } .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 24px; } label { color: #d1fae5; font-size: 1rem; margin-bottom: 7px; display: block; } input[type="text"], input[type="number"], input[type="email"], select { width: 100%; padding: 11px 15px; font-size: 1rem; border: 1px solid #ced4da; background: #fff; color: #222; border-radius: 10px; margin-bottom: 12px; box-sizing: border-box; outline: none; transition: border 0.19s, box-shadow 0.19s; } input:focus, select:focus { border-color: #36cc9d; box-shadow: 0 0 5px 2px #cfffee; } .btn, .btn--primary, .btn--muted, .btn-sm { background: #37c56f; color: #fff; border: none; border-radius: 10px; padding: 9px 20px; font-size: 1rem; font-weight: 600; box-shadow: 0 2px 8px rgba(34,139,34,0.06); cursor: pointer; margin-top: 8px; margin-right: 12px; transition: background 0.18s, color 0.18s; text-decoration: none; display: inline-block; } .btn--muted { background: #eee; color: #374151; border: 1px solid #d2dee6; } .btn--primary:hover, .btn-sm:hover, .btn--muted:hover { background: #57e79a; color: #18634b; } .form-actions.full-col { grid-column: 1 / -1; text-align: center; margin-top: 12px; } .tablewrap { overflow-x: auto; } table.table { width: 100%; border-collapse: separate; border-spacing: 0; background: #374151; color: #fff; border-radius: 12px; margin-top: 8px; font-size: 1rem; } th, td { padding: 11px 16px; text-align: left; border-bottom: 1px solid #2e3342; } th { background: #2E3140; font-weight: 600; } tr:last-child td { border-bottom: none; } .table .btn-sm { padding: 6px 12px; font-size: 0.98rem; border-radius: 8px; } small { font-size: 0.95em; color: #bac5cb; margin-left: 2px; } .text-muted { color: #adbac7 !important; } @media (max-width: 900px) { .form-grid { grid-template-columns: 1fr; gap: 14px; } .card { padding: 16px 6px; max-width: 98vw; } table th, table td { padding: 7px; font-size: 0.97rem; } } body { background: #f6bfc3; }