From 105d62f8db5c256a25151a8669723764b063feb0 Mon Sep 17 00:00:00 2001 From: mac Date: Thu, 4 Jun 2026 13:53:18 +0800 Subject: [PATCH] =?UTF-8?q?v1.3.3=20=E2=80=94=20=E6=97=A5=E5=8E=86?= =?UTF-8?q?=E5=90=8C=E6=AD=A5=E6=8C=89=E9=92=AE=E7=A7=BB=E5=88=B0=E6=AF=8F?= =?UTF-8?q?=E6=97=A5=E6=89=93=E5=8D=A1=E6=A0=87=E9=A2=98=E5=90=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 从早间立志卡片头移到面板header - 改为文字按钮样式:📅 日历同步 --- static/style.css | 23 +++++++++++++---------- templates/index.html | 6 +++--- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/static/style.css b/static/style.css index ae75243..189820b 100644 --- a/static/style.css +++ b/static/style.css @@ -537,22 +537,25 @@ body { /* 日历同步按钮 */ .btn-cal-sync { - display: flex; + display: inline-flex; align-items: center; - justify-content: center; - width: 28px; - height: 28px; - border: none; - background: transparent; - color: var(--text-muted); - border-radius: 6px; + gap: 5px; + padding: 6px 12px; + border: 1.5px solid var(--border); + background: var(--card); + color: var(--text-dim); + border-radius: var(--radius-sm); + font-size: 12px; + font-weight: 500; cursor: pointer; transition: all 0.2s; flex-shrink: 0; + font-family: inherit; } .btn-cal-sync:hover { - background: var(--success-light); - color: var(--success); + border-color: var(--primary); + color: var(--primary); + background: var(--primary-light); } /* 编辑模式下才显示的元素 */ diff --git a/templates/index.html b/templates/index.html index 6556a4b..bbab4a0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -125,6 +125,9 @@

每日打卡

+
@@ -134,9 +137,6 @@

早间立志

-