diff --git a/common/common.css b/common/common.css
index 20ff13e..8bde1fc 100644
--- a/common/common.css
+++ b/common/common.css
@@ -28,3 +28,14 @@ button::after {
input {
outline: none;
}
+
+/* 防止 iOS Safari 双击缩放 */
+button, .control-btn, [class*="btn"] {
+ touch-action: manipulation;
+ -webkit-tap-highlight-color: transparent;
+}
+
+/* 全局禁用双击缩放 */
+html {
+ touch-action: manipulation;
+}
diff --git a/index.html b/index.html
index 9d0aeff..bf3401f 100644
--- a/index.html
+++ b/index.html
@@ -3,9 +3,21 @@
-
+
武术评分系统
+