2 lines
5.6 KiB
CSS
2 lines
5.6 KiB
CSS
.admin-dashboard[data-v-d600eb12]{display:flex;height:100vh;background:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.sidebar[data-v-d600eb12]{width:240px;background:white;border-right:1px solid #e9ecef;display:flex;flex-direction:column;padding:24px 0;box-shadow:2px 0 8px #0000000d}.logo[data-v-d600eb12]{display:flex;align-items:center;padding:0 20px;margin-bottom:32px}.logo-icon[data-v-d600eb12]{width:24px;height:24px;background:#3b82f6;border-radius:4px;margin-right:12px}.logo span[data-v-d600eb12]{font-size:18px;font-weight:600;color:#1e293b}.nav-menu[data-v-d600eb12]{flex:1;padding:0 16px}.nav-item[data-v-d600eb12]{display:flex;align-items:center;padding:12px 16px;margin-bottom:4px;border-radius:8px;cursor:pointer;transition:all .2s ease;color:#6b7280;font-size:14px;font-weight:500}.nav-item[data-v-d600eb12]:hover{background:#f3f4f6;color:#374151}.nav-item.active[data-v-d600eb12]{background:#dbeafe;color:#3b82f6}.nav-item .el-icon[data-v-d600eb12]{margin-right:12px;font-size:18px}.nav-item span[data-v-d600eb12]{font-size:14px;font-weight:500}.sidebar-footer[data-v-d600eb12]{padding:20px;border-top:1px solid #e9ecef;background:#f8f9fa;margin-top:auto}.online-users[data-v-d600eb12],.system-uptime[data-v-d600eb12]{font-size:14px;color:#64748b;margin-bottom:5px;line-height:1.5}.highlight[data-v-d600eb12]{color:#333;font-weight:700}.online-count[data-v-d600eb12]{color:#3b82f6;font-weight:600}.system-uptime[data-v-d600eb12]{font-size:13px;color:#6b7280}.main-content[data-v-d600eb12]{flex:1;display:flex;flex-direction:column;background:#f8f9fa}.top-header[data-v-d600eb12]{background:#ffffff;padding:16px 24px;border-bottom:1px solid #e9ecef;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 4px #0000000d}.search-bar[data-v-d600eb12]{position:relative;display:flex;align-items:center}.search-icon[data-v-d600eb12]{position:absolute;left:12px;color:#9ca3af;font-size:16px}.search-input[data-v-d600eb12]{width:300px;padding:10px 12px 10px 40px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;outline:none;transition:border-color .2s ease}.search-input[data-v-d600eb12]:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-input[data-v-d600eb12]::placeholder{color:#9ca3af}.header-actions[data-v-d600eb12]{display:flex;align-items:center;gap:20px}.notification-icon-wrapper[data-v-d600eb12]{position:relative;cursor:pointer;padding:8px;border-radius:6px;transition:background .2s ease}.notification-icon-wrapper[data-v-d600eb12]:hover{background:#f3f4f6}.notification-icon[data-v-d600eb12]{font-size:20px;color:#6b7280}.notification-badge[data-v-d600eb12]{position:absolute;top:4px;right:4px;width:8px;height:8px;background:#ef4444;border-radius:50%}.user-avatar[data-v-d600eb12]{display:flex;align-items:center;gap:8px;cursor:pointer;padding:4px 8px;border-radius:6px;transition:background .2s ease}.user-avatar[data-v-d600eb12]:hover{background:#f3f4f6}.user-avatar img[data-v-d600eb12]{width:32px;height:32px;border-radius:50%;object-fit:cover}.user-avatar .arrow-down[data-v-d600eb12]{font-size:12px;color:#6b7280}.stats-cards[data-v-d600eb12]{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:24px}.stat-card[data-v-d600eb12]{background:#ffffff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;gap:16px;transition:transform .2s ease,box-shadow .2s ease}.stat-card[data-v-d600eb12]:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.stat-icon[data-v-d600eb12]{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px}.stat-icon.users[data-v-d600eb12]{background:#fef3c7;color:#f59e0b}.stat-icon.paid-users[data-v-d600eb12]{background:#dbeafe;color:#3b82f6}.stat-icon.revenue[data-v-d600eb12]{background:#fce7f3;color:#ec4899}.stat-content[data-v-d600eb12]{flex:1}.stat-title[data-v-d600eb12]{font-size:14px;color:#6b7280;margin-bottom:8px;font-weight:500}.stat-number[data-v-d600eb12]{font-size:28px;font-weight:700;color:#111827;margin-bottom:4px}.stat-change[data-v-d600eb12]{font-size:13px;font-weight:500}.stat-change.positive[data-v-d600eb12]{color:#059669}.stat-change.negative[data-v-d600eb12]{color:#dc2626}.charts-section[data-v-d600eb12]{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding:0 24px 24px}.chart-card[data-v-d600eb12]{background:#ffffff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.chart-header[data-v-d600eb12]{padding:20px 24px 16px;border-bottom:1px solid #e9ecef;display:flex;align-items:center;justify-content:space-between}.chart-header h3[data-v-d600eb12]{margin:0;font-size:16px;font-weight:600;color:#111827}.year-select[data-v-d600eb12]{width:100px}.chart-content[data-v-d600eb12]{padding:24px;height:300px}.chart-placeholder[data-v-d600eb12]{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f8f9fa;border-radius:8px;border:2px dashed #d1d5db}.chart-title[data-v-d600eb12]{font-size:16px;font-weight:600;color:#374151;margin-bottom:8px}.chart-description[data-v-d600eb12]{font-size:14px;color:#6b7280;text-align:center}@media (max-width: 1200px){.charts-section[data-v-d600eb12]{grid-template-columns:1fr}}@media (max-width: 768px){.admin-dashboard[data-v-d600eb12]{flex-direction:column}.sidebar[data-v-d600eb12]{width:100%;height:auto}.stats-cards[data-v-d600eb12]{grid-template-columns:1fr;padding:16px}.charts-section[data-v-d600eb12]{padding:0 16px 16px}.search-input[data-v-d600eb12]{width:200px}.top-header[data-v-d600eb12]{padding:12px 16px}}@media (max-width: 480px){.stat-card[data-v-d600eb12]{padding:16px}.stat-number[data-v-d600eb12]{font-size:24px}.chart-content[data-v-d600eb12]{padding:16px;height:250px}}
|