style update
This commit is contained in:
@@ -26,6 +26,11 @@
|
|||||||
border: none;
|
border: none;
|
||||||
flex-shrink: 0; /* 保证按钮不被压缩 */
|
flex-shrink: 0; /* 保证按钮不被压缩 */
|
||||||
transition: background-color 0.3s ease, transform 0.2s ease;
|
transition: background-color 0.3s ease, transform 0.2s ease;
|
||||||
|
|
||||||
|
/* Flexbox 居中对勾 */
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 鼠标悬停时改变按钮颜色 */
|
/* 鼠标悬停时改变按钮颜色 */
|
||||||
|
|||||||
Reference in New Issue
Block a user