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%; }