v13
This commit is contained in:
parent
f065e408c7
commit
af97758c0c
10
index.html
10
index.html
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<title>Перерасчет по испыт сроку</title>
|
<title>Помощник Алины</title>
|
||||||
<style>
|
<style>
|
||||||
:root{--ink:#1a1a2e;--cyan:#6c5ce7;--cyan-50:#f8f7ff;--white:#fff;--gray-500:#6c757d;--gray-100:#f1f3f5;--border:#e9ecef}
|
:root{--ink:#1a1a2e;--cyan:#6c5ce7;--cyan-50:#f8f7ff;--white:#fff;--gray-500:#6c757d;--gray-100:#f1f3f5;--border:#e9ecef}
|
||||||
*{box-sizing:border-box;margin:0;padding:0}
|
*{box-sizing:border-box;margin:0;padding:0}
|
||||||
@ -32,13 +32,15 @@ body{font:16px/1.6 -apple-system,BlinkMacSystemFont,"Segoe UI",Inter,system-ui,s
|
|||||||
.result-item.excluded{background:#fff5f5;border-left:4px solid #ff6b6b}
|
.result-item.excluded{background:#fff5f5;border-left:4px solid #ff6b6b}
|
||||||
.result-item.included{background:#f8fff8;border-left:4px solid #51cf66}
|
.result-item.included{background:#f8fff8;border-left:4px solid #51cf66}
|
||||||
.total{font-weight:700;font-size:24px;margin-top:24px;padding-top:24px;border-top:2px solid var(--border);color:var(--ink)}
|
.total{font-weight:700;font-size:24px;margin-top:24px;padding-top:24px;border-top:2px solid var(--border);color:var(--ink)}
|
||||||
|
.btn-export{background:linear-gradient(135deg,#00b894 0%,#00cec9 100%);color:var(--white);padding:14px 32px;border-radius:10px;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all 0.2s ease;display:inline-block;margin-top:16px}
|
||||||
|
.btn-export:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,184,148,0.4)}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<section class="hero">
|
<section class="hero">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>Перерасчет по испыт сроку</h1>
|
<h1>Помощник Алины</h1>
|
||||||
<p>Автоматический расчет премий с учетом испытательного срока</p>
|
<p>Перерасчет по испытательному сроку для расчета текущего премирования</p>
|
||||||
<a class="btn" href="#calculator">Начать расчет</a>
|
<a class="btn" href="#calculator">Начать расчет</a>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
@ -91,7 +93,7 @@ body{font:16px/1.6 -apple-system,BlinkMacSystemFont,"Segoe UI",Inter,system-ui,s
|
|||||||
<h3>Результаты расчета</h3>
|
<h3>Результаты расчета</h3>
|
||||||
<div id="resultsList"></div>
|
<div id="resultsList"></div>
|
||||||
<div id="totalResult" class="total"></div>
|
<div id="totalResult" class="total"></div>
|
||||||
<button class="btn" onclick="exportToExcel()" style="margin-top:16px">Выгрузить в Excel</button>
|
<button class="btn-export" onclick="exportToExcel()">Выгрузить в Excel</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user