\"feat: 优化移动端图片拖拽体验和视觉反馈\"

This commit is contained in:
yuantao
2025-10-16 10:11:47 +08:00
parent 955fb7972b
commit 731d186302
2 changed files with 202 additions and 43 deletions

View File

@@ -20,6 +20,17 @@ body {
img {
user-select: none;
-webkit-tap-highlight-color: transparent;
outline-color: transparent;
lighting-color: transparent;
}
::selection {
background-color: #d3b9a7; /* 选中时的背景颜色 */
color: #ffffff; /* 选中时的文字颜色 */
}
img::selection {
background-color: transparent; /* 选中时的背景颜色 */
color: #ffffff; /* 选中时的文字颜色 */
}
button {
border: none;