Update: 更新主页面css

This commit is contained in:
王立帮
2024-07-24 22:29:36 +08:00
parent 8db272f655
commit bbd9e4ae6b

View File

@@ -258,4 +258,12 @@ html[data-bs-theme=light] > body > .select2-container > .select2-dropdown {
html[data-bs-theme=dark] > body > .select2-container > .select2-dropdown {
outline: 1px solid var(--app-dark-color);
}
.service-single > a,
.service-single > a > img {
-webkit-user-drag: none;
-moz-user-drag: none;
-ms-user-drag: none;
user-drag: none;
}