modified: styles.css

This commit is contained in:
IrisVega 2024-07-10 09:13:21 +08:00
parent 52c7d2f7bc
commit b2cf66c56c
1 changed files with 2 additions and 2 deletions

View File

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