/
9sber
/
author_search
Обзор
Документация
Войти
/
9sber
/
author_search
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
develop_baseline
client/src/AuthorDetails.module.css
135 строк
2 KB
Knohhonk
Dev: paper preprocessing with VLM
14 ноя 2025, 12:25
14 ноя 2025, 12:25
52d0497
Код
Авторство
О чём код?
.page { background: #f9fbfd; min-height: 100vh; padding: 40px 60px; font-family: "Inter", sans-serif; color: #1a1a1a; } /* ---------- Заголовок ---------- */ .header { text-align: center; margin-bottom: 40px; } .backLink { display: inline-flex; align-items: center; gap: 6px; color: #666; font-weight: 500; text-decoration: none; margin-bottom: 20px; } .sectionTitle .badge { display: inline-block; color: #9b5cff; font-weight: 600; margin-bottom: 8px; } .sectionTitle h1 { font-size: 32px; font-weight: 700; margin-bottom: 8px; } .sectionTitle p { color: #555; margin-bottom: 8px; } .subInfo { display: flex; justify-content: center; gap: 16px; color: #777; font-size: 14px; } /* ---------- Карточки ---------- */ .stats { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin: 40px 0; } .statCard { background: white; border-radius: 16px; padding: 20px 30px; width: 200px; text-align: center; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); } .statCard h3 { font-size: 26px; margin-bottom: 4px; color: #1a1a1a; } .green { background: #e9f9f0; } .blue { background: #eef5ff; } .orange { background: #fff5e5; } /* ---------- Фильтры ---------- */ .card { background: #fff; border-radius: 16px; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05); padding: 20px 24px; max-width: 1200px; margin: 0 auto 40px auto; } .filtersHeader { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; } .filterTitle { display: flex; align-items: center; gap: 8px; font-weight: 600; color: #333; } /* ---------- Адаптив ---------- */ @media (max-width: 768px) { .page { padding: 20px; } .stats { gap: 12px; } .statCard { width: 45%; } .filterGrid { grid-template-columns: 1fr; } .table th, .table td { font-size: 12px; } }