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