From fadea5994c807e9b3407a004dfe68930501b35b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=B2=E9=B1=BC=E8=8C=B6=E9=85=B1=E5=91=80?= <153402187+CraftBlockht6x@users.noreply.github.com> Date: Sat, 9 Nov 2024 20:02:46 +0800 Subject: [PATCH] Update index.html --- index.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/index.html b/index.html index 17c219e..fa274fd 100644 --- a/index.html +++ b/index.html @@ -77,6 +77,26 @@ .references h2 { text-align: left; } + + /* 按钮样式 */ +.download-button { + display: inline-block; + padding: 10px 20px; + font-size: 16px; + color: #fff; + background-color: #007bff; + border: none; + border-radius: 5px; + text-decoration: none; + transition: background-color 0.3s; + cursor: pointer; + margin: 10px; +} + +/* 鼠标悬停时的按钮样式 */ +.download-button:hover { + background-color: #0056b3; +} img { display: block; @@ -198,6 +218,12 @@