From 098029c17825e99873700dec438c59d9502bcd84 Mon Sep 17 00:00:00 2001 From: Dauren777 Date: Fri, 19 Jun 2026 06:08:49 +0000 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B8=D1=81=D1=82=D0=BE=D1=80=D0=B8=D1=8E=20=D1=80=D0=B0=D1=81?= =?UTF-8?q?=D1=87=D1=91=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/index.html b/index.html index f055d39..c683354 100644 --- a/index.html +++ b/index.html @@ -24,6 +24,15 @@ button:active{transform:scale(.98)} .result .detail{font-size:14px;color:#5B6573;margin-top:8px} .error{color:#e74c3c;font-size:14px;margin-top:8px;display:none} .error.show{display:block} +.history{margin-top:32px;padding-top:24px;border-top:2px solid #e8eaed;display:none} +.history.show{display:block} +.history h3{font-size:15px;color:#5B6573;font-weight:600;margin-bottom:12px} +.history-item{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;border-radius:8px;cursor:pointer;transition:.1s;font-size:15px} +.history-item:hover{background:#f0f2f5} +.history-item .h-port{font-weight:700} +.history-item .h-result{color:#0088cc;font-weight:600} +.history-item .h-copy{color:#9aa3b2;font-size:13px;cursor:pointer;padding:4px 8px;border-radius:4px} +.history-item .h-copy:hover{background:#d0d5dd;color:#0F1218} @media(max-width:480px){.card{padding:24px}h1{font-size:24px}input[type=number]{font-size:20px}} @@ -41,12 +50,20 @@ button:active{transform:scale(.98)}
+ +
+

📋 История расчётов

+
+