From ec90cc88179ac5526b085173f2476a1d5aeda3cb Mon Sep 17 00:00:00 2001 From: IrisVega Date: Wed, 10 Jul 2024 16:50:44 +0800 Subject: [PATCH] Revert " modified: date.html" This reverts commit 517081412b4f93127edb83b8bae5f0f5e6e78c4f. --- date.html | 2 +- styles.css | 15 +-------------- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/date.html b/date.html index c97bc52..25b7965 100644 --- a/date.html +++ b/date.html @@ -8,7 +8,7 @@ - +

你选择的日期为:

No date selected
diff --git a/styles.css b/styles.css index 86dff2d..394e062 100644 --- a/styles.css +++ b/styles.css @@ -58,7 +58,7 @@ /* 删除按钮样式 */ .closeButton { - background-color: rgba(255, 255, 255, 0); /* 白色背景 */ + background-color: rgba(255, 255, 255, 0); /* 粉色背景 */ color: #fff; /* 白色文字 */ border: none; outline: none; @@ -71,20 +71,7 @@ .closeButton:hover { background-color: rgba(255, 255, 255, 0.5); /* 深粉色背景 */ } -.closeButton2 { - background-color: #ff69b4; /* 白色背景 */ - color: #fff; /* 白色文字 */ - border: none; - outline: none; - cursor: pointer; - padding: 5px 10px; - transition: 0.3s; - font-size: 12px; /* 调整字体大小 */ -} -.closeButton2:hover { - background-color: #ff1493; /* 深粉色背景 */ -} img { height: auto; width: auto\9; width:28%; } .cldBody {