diff --git a/crypto_monitor_binance/templates/index.html b/crypto_monitor_binance/templates/index.html index 537846c..a2c436a 100644 --- a/crypto_monitor_binance/templates/index.html +++ b/crypto_monitor_binance/templates/index.html @@ -232,7 +232,7 @@ .stats-period-block h3{font-size:1rem;color:#dbe4ff;margin-bottom:4px} .stats-period-block .sub{font-size:.78rem;color:#8892b0;margin-bottom:10px;line-height:1.4} - + @@ -301,16 +301,16 @@ 统计页仍按北京时间 {{ stats_bundle.stats_reset_hour|default(reset_hour) }}:00 切日 -
+
数据导出(v{{ data_export_version }} CSV,UTF-8;交易记录含开仓类型列,复盘单独导出): 交易记录 复盘记录 关键位(当前) 关键位历史
-
-
交易所
{{ exchange_display }}
-
总交易
{{ total }}
+
+
交易所
{{ exchange_display }}
+
总交易
{{ total }}
错过次数
{{ miss_count }}
胜率
{{ rate }}%
资金账户(USDT)
{% if funding_usdt is not none %}{{ funds_fmt(funding_usdt) }}U{% else %}—{% endif %}
diff --git a/crypto_monitor_gate/templates/index.html b/crypto_monitor_gate/templates/index.html index 0d08e4b..1e4dc09 100644 --- a/crypto_monitor_gate/templates/index.html +++ b/crypto_monitor_gate/templates/index.html @@ -232,7 +232,7 @@ .stats-period-block h3{font-size:1rem;color:#dbe4ff;margin-bottom:4px} .stats-period-block .sub{font-size:.78rem;color:#8892b0;margin-bottom:10px;line-height:1.4} - + @@ -301,16 +301,16 @@ 统计页仍按北京时间 {{ stats_bundle.stats_reset_hour|default(reset_hour) }}:00 切日
-
+
数据导出(v{{ data_export_version }} CSV,UTF-8;交易记录含开仓类型列,复盘单独导出): 交易记录 复盘记录 关键位(当前) 关键位历史
-
-
交易所
{{ exchange_display }}
-
总交易
{{ total }}
+
+
交易所
{{ exchange_display }}
+
总交易
{{ total }}
错过次数
{{ miss_count }}
胜率
{{ rate }}%
资金账户(USDT)
{% if funding_usdt is not none %}{{ funds_fmt(funding_usdt) }}U{% else %}—{% endif %}
diff --git a/crypto_monitor_gate_bot/templates/index.html b/crypto_monitor_gate_bot/templates/index.html index c24cd94..6270f86 100644 --- a/crypto_monitor_gate_bot/templates/index.html +++ b/crypto_monitor_gate_bot/templates/index.html @@ -269,7 +269,7 @@ .stats-split-row{grid-template-columns:1fr} } - + @@ -352,15 +352,15 @@
{% endif %} -
+
数据导出(v{{ data_export_version }} CSV,UTF-8;交易记录含开仓类型列及交易所对齐字段): 交易记录 关键位(当前) 关键位历史
-
-
交易所
{{ exchange_display }}
-
总交易
{{ total }}
+
+
交易所
{{ exchange_display }}
+
总交易
{{ total }}
错过次数
{{ miss_count }}
胜率
{{ rate }}%
资金账户(USDT)
{% if funding_usdt is not none %}{{ money_fmt(funding_usdt) }}U{% else %}—{% endif %}
diff --git a/crypto_monitor_okx/templates/index.html b/crypto_monitor_okx/templates/index.html index 723d90d..0d799db 100644 --- a/crypto_monitor_okx/templates/index.html +++ b/crypto_monitor_okx/templates/index.html @@ -232,7 +232,7 @@ .stats-period-block h3{font-size:1rem;color:#dbe4ff;margin-bottom:4px} .stats-period-block .sub{font-size:.78rem;color:#8892b0;margin-bottom:10px;line-height:1.4} - + @@ -301,16 +301,16 @@ 统计页仍按北京时间 {{ stats_bundle.stats_reset_hour|default(reset_hour) }}:00 切日
-
+
数据导出(v{{ data_export_version }} CSV,UTF-8;交易记录含开仓类型列,复盘单独导出): 交易记录 复盘记录 关键位(当前) 关键位历史
-
-
交易所
{{ exchange_display }}
-
总交易
{{ total }}
+
+
交易所
{{ exchange_display }}
+
总交易
{{ total }}
错过次数
{{ miss_count }}
胜率
{{ rate }}%
资金账户(USDT)
{% if funding_usdt is not none %}{{ funds_fmt(funding_usdt) }}U{% else %}—{% endif %}
diff --git a/static/instance_theme.css b/static/instance_theme.css index 1ad6343..2b1667c 100644 --- a/static/instance_theme.css +++ b/static/instance_theme.css @@ -1,40 +1,65 @@ -/* 实例页手机端:顶栏统计精简 */ +/* 实例页手机端:与中控一致,桌面专属区块隐藏;下载仅电脑端 */ @media (max-width: 720px) { - .stat-box > .stat-item-desktop-only { + .instance-desktop-only { display: none !important; } - .stat-box { + a[href^="/export/"] { + display: none !important; + } + + button[onclick*="exportDailyBundleMd"], + button[onclick*="exportWeeklyBundleMd"] { + display: none !important; + } + + body { + padding: 8px 10px !important; + } + + .header h1 { + font-size: 1rem !important; + line-height: 1.35; + } + + .header-row { + flex-wrap: wrap; gap: 8px; - margin-bottom: 12px; } - .stat-box > .stat-item:last-child:nth-child(odd) { - grid-column: 1 / -1; + .top-nav { + display: flex; + flex-wrap: nowrap; + overflow-x: auto; + -webkit-overflow-scrolling: touch; + scrollbar-width: none; + gap: 6px; + padding-bottom: 2px; } - .stat-item { - min-height: 64px; - padding: 10px 8px; - } - - .stat-item .value { - font-size: 1.1rem; - } - - .export-bar > span:first-child { + .top-nav::-webkit-scrollbar { display: none; } - .export-bar { - gap: 6px; - margin-bottom: 10px; + .top-nav a { + flex: 0 0 auto; + white-space: nowrap; + padding: 8px 12px; + font-size: 0.78rem; } - .export-bar a { - flex: 1 1 auto; - text-align: center; - min-width: 0; + .list-window-bar { + flex-direction: column; + align-items: stretch; + gap: 8px; + } + + .grid { + gap: 10px; + } + + .card { + padding: 12px; } }