diff --git a/振幅锁仓策略/fg2609.html b/振幅锁仓策略/fg2609.html
index aa800b2..f7fac05 100644
--- a/振幅锁仓策略/fg2609.html
+++ b/振幅锁仓策略/fg2609.html
@@ -55,10 +55,7 @@
.nav-link a { color: #3b82f6; text-decoration: none; }
.nav-link a:hover { text-decoration: underline; }
.section { margin-bottom: 8px; }
- .section h2 { font-size: 1.1rem; cursor: pointer; user-select: none; display: flex; align-items: center; gap: 8px; margin: 28px 0 10px; padding: 4px 0; }
- .section h2 .arrow { display: inline-block; transition: transform .2s; font-size: 0.8rem; }
- .section.collapsed h2 .arrow { transform: rotate(-90deg); }
- .section.collapsed table { display: none; }
+.section h2 { font-size: 1.1rem; display: flex; align-items: center; gap: 8px; margin: 28px 0 10px; padding: 4px 0; }
@@ -70,7 +67,7 @@
振幅算法:近 5 日均振幅 = 过去 5 个交易日 (最高 − 最低) 的均值,结果四舍五入取整
-
▼ FG2609 玻璃
+
FG2609 玻璃
| 日期 | 星期 | 开盘 | 收盘 | 最高 | 最低 | 最高最低差价 | 振幅 |
| 2026/7/1 | 周三 | 972 | 961 | 972 | 956 | 16 | - |
@@ -127,9 +124,6 @@ function toggleTheme() {
} catch(e) {}
})();
-function toggleSection(id) {
- document.getElementById(id).classList.toggle('collapsed');
-}
var activeRow = null;
function closeDrawer() {
diff --git a/振幅锁仓策略/fg2610.html b/振幅锁仓策略/fg2610.html
index 2bef2c9..b248957 100644
--- a/振幅锁仓策略/fg2610.html
+++ b/振幅锁仓策略/fg2610.html
@@ -37,10 +37,7 @@
.toggle-btn:hover { opacity: 0.8; }
.section { margin-bottom: 8px; }
- .section h2 { font-size: 1.1rem; cursor: pointer; user-select: none; display: flex; align-items: center; gap: 8px; margin: 28px 0 10px; padding: 4px 0; }
- .section h2 .arrow { display: inline-block; transition: transform .2s; font-size: 0.8rem; }
- .section.collapsed h2 .arrow { transform: rotate(-90deg); }
- .section.collapsed table { display: none; }
+ .section h2 { font-size: 1.1rem; display: flex; align-items: center; gap: 8px; margin: 28px 0 10px; padding: 4px 0; }
.drawer-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.35); z-index: 99; display: none; }
.drawer-overlay.show { display: block; }
@@ -68,7 +65,7 @@
振幅算法:近 5 日均振幅 = 过去 5 个交易日 (最高 − 最低) 的均值,结果四舍五入取整
-
▼ FG2610 玻璃
+
FG2610 玻璃
| 日期 | 星期 | 开盘 | 收盘 | 最高 | 最低 | 最高最低差价 | 振幅 |
| 2026/7/1 | 周三 | 1015 | 1007 | 1015 | 1000 | 15 | - |
@@ -125,9 +122,6 @@ function toggleTheme() {
} catch(e) {}
})();
-function toggleSection(id) {
- document.getElementById(id).classList.toggle('collapsed');
-}
var activeRow = null;
function closeDrawer() {
diff --git a/振幅锁仓策略/fg2611.html b/振幅锁仓策略/fg2611.html
index ccd69cd..11d5e6a 100644
--- a/振幅锁仓策略/fg2611.html
+++ b/振幅锁仓策略/fg2611.html
@@ -54,10 +54,7 @@
.drawer .close-btn:hover { color: var(--fg); }
.section { margin-bottom: 8px; }
- .section h2 { font-size: 1.1rem; cursor: pointer; user-select: none; display: flex; align-items: center; gap: 8px; margin: 28px 0 10px; padding: 4px 0; }
- .section h2 .arrow { display: inline-block; transition: transform .2s; font-size: 0.8rem; }
- .section.collapsed h2 .arrow { transform: rotate(-90deg); }
- .section.collapsed table { display: none; }
+.section h2 { font-size: 1.1rem; display: flex; align-items: center; gap: 8px; margin: 28px 0 10px; padding: 4px 0; }
@@ -69,7 +66,7 @@
振幅算法:近 5 日均振幅 = 过去 5 个交易日 (最高 − 最低) 的均值,结果四舍五入取整
-
▼ FG2611 玻璃
+
FG2611 玻璃
| 日期 | 星期 | 开盘 | 收盘 | 最高 | 最低 | 最高最低差价 | 振幅 |
| 2026/7/1 | 周三 | 1011 | 1001 | 1011 | 994 | 17 | - |
@@ -126,9 +123,6 @@ function toggleTheme() {
} catch(e) {}
})();
-function toggleSection(id) {
- document.getElementById(id).classList.toggle('collapsed');
-}
var activeRow = null;
function closeDrawer() {
diff --git a/振幅锁仓策略/fg2701.html b/振幅锁仓策略/fg2701.html
index abca32e..de752f5 100644
--- a/振幅锁仓策略/fg2701.html
+++ b/振幅锁仓策略/fg2701.html
@@ -52,10 +52,7 @@
.amp-cell { cursor: pointer; text-decoration: underline; text-decoration-style: dotted; text-underline-offset: 3px; }
.amp-cell:hover { color: #3b82f6; }
.section { margin-bottom: 8px; }
- .section h2 { font-size: 1.1rem; cursor: pointer; user-select: none; display: flex; align-items: center; gap: 8px; margin: 28px 0 10px; padding: 4px 0; }
- .section h2 .arrow { display: inline-block; transition: transform .2s; font-size: 0.8rem; }
- .section.collapsed h2 .arrow { transform: rotate(-90deg); }
- .section.collapsed table { display: none; }
+ .section h2 { font-size: 1.1rem; display: flex; align-items: center; gap: 8px; margin: 28px 0 10px; padding: 4px 0; }
@@ -67,7 +64,7 @@
振幅算法:近 5 日均振幅 = 过去 5 个交易日 (最高 − 最低) 的均值,结果四舍五入取整
-
▼ FG2701 玻璃
+
FG2701 玻璃
| 日期 | 星期 | 开盘 | 收盘 | 最高 | 最低 | 最高最低差价 | 振幅 |
| 2026/7/1 | 周三 | 1059 | 1054 | 1062 | 1050 | 12 | - |
@@ -124,10 +121,6 @@ function toggleTheme() {
} catch(e) {}
})();
-function toggleSection(id) {
- document.getElementById(id).classList.toggle('collapsed');
-}
-
var activeRow = null;
function closeDrawer() {
document.getElementById('overlay').classList.remove('show');