c/docs/.vitepress/theme/style/var.css
2024-08-13 16:07:05 +08:00

19 lines
427 B
CSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.medium-zoom-overlay {
z-index: 20;
}
.medium-zoom-image {
z-index: 9999 !important;/* 给的值是21但是实测盖不住直接999 */
}
:root {
--vp-home-hero-name-color: transparent;
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, #bd34fe, #41d1ff);
}
/* 禁止双指缩放 */
body, html {
touch-action: manipulation;
-webkit-touch-callout: none;
-ms-touch-action: manipulation;
}