From e98c6b6726fb56683a48e28586be857d4e15c9df Mon Sep 17 00:00:00 2001 From: IrisVega Date: Tue, 9 Jul 2024 10:34:47 +0800 Subject: [PATCH] modified: date.html modified: styles.css --- date.html | 2 +- styles.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/date.html b/date.html index 87fa501..25b7965 100644 --- a/date.html +++ b/date.html @@ -8,7 +8,7 @@ - +

你选择的日期为:

No date selected
diff --git a/styles.css b/styles.css index 441f4de..47ee818 100644 --- a/styles.css +++ b/styles.css @@ -132,7 +132,7 @@ span { font-size: 1.2em; font-weight: bold; } -.closeB { +.closeButton { background-color: #ff69b4; /* 粉色背景 */ color: #fff; /* 白色文字 */ border: none; @@ -143,6 +143,6 @@ span { font-size: 12px; /* 调整字体大小 */ } -.closeB:hover { +.closeButton:hover { background-color: #ff1493; /* 深粉色背景 */ } \ No newline at end of file