From b2cf66c56ce398b60d67762b5ce3ab8758f06a56 Mon Sep 17 00:00:00 2001 From: IrisVega Date: Wed, 10 Jul 2024 09:13:21 +0800 Subject: [PATCH] modified: styles.css --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index faccbe8..526cb58 100644 --- a/styles.css +++ b/styles.css @@ -57,7 +57,7 @@ /* 删除按钮样式 */ .closeButton { - background-color: #ff69b4; /* 粉色背景 */ + background-color: rgba(255, 255, 255, 0); /* 粉色背景 */ color: #fff; /* 白色文字 */ border: none; outline: none; @@ -68,7 +68,7 @@ } .closeButton:hover { - background-color: #ff1493; /* 深粉色背景 */ + background-color: rgba(255, 255, 255, 0.5); /* 深粉色背景 */ } img { height: auto; width: auto\9; width:28%; }