From 730326fb5bc37890ce9f3fdbe8abaff38c93ef0b Mon Sep 17 00:00:00 2001 From: fish Date: Fri, 24 Jul 2026 17:44:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=A0=87=E5=A4=B4=E6=8A=98?= =?UTF-8?q?=E5=8F=A0=E5=8A=9F=E8=83=BD=EF=BC=8C=E5=8F=AA=E4=BF=9D=E7=95=99?= =?UTF-8?q?=E9=9D=99=E6=80=81=E8=A1=A8=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 振幅锁仓策略/fg2609.html | 10 ++-------- 振幅锁仓策略/fg2610.html | 10 ++-------- 振幅锁仓策略/fg2611.html | 10 ++-------- 振幅锁仓策略/fg2701.html | 11 ++--------- 4 files changed, 8 insertions(+), 33 deletions(-) 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 玻璃

@@ -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周三97296197295616-
@@ -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周三101510071015100015-
@@ -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周三10111001101199417-
@@ -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');
日期星期开盘收盘最高最低最高最低差价振幅
2026/7/1周三105910541062105012-