modified: styles.css
This commit is contained in:
parent
52c7d2f7bc
commit
b2cf66c56c
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
/* 删除按钮样式 */
|
/* 删除按钮样式 */
|
||||||
.closeButton {
|
.closeButton {
|
||||||
background-color: #ff69b4; /* 粉色背景 */
|
background-color: rgba(255, 255, 255, 0); /* 粉色背景 */
|
||||||
color: #fff; /* 白色文字 */
|
color: #fff; /* 白色文字 */
|
||||||
border: none;
|
border: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
@ -68,7 +68,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.closeButton:hover {
|
.closeButton:hover {
|
||||||
background-color: #ff1493; /* 深粉色背景 */
|
background-color: rgba(255, 255, 255, 0.5); /* 深粉色背景 */
|
||||||
}
|
}
|
||||||
|
|
||||||
img { height: auto; width: auto\9; width:28%; }
|
img { height: auto; width: auto\9; width:28%; }
|
||||||
|
Loading…
Reference in New Issue
Block a user