下调菜单功能卡片字体尺寸以提升三列紧凑展示密度

This commit is contained in:
liuwei
2026-04-20 13:03:07 +08:00
parent ee368d697b
commit d8a57a768d

View File

@@ -310,20 +310,20 @@ class RobotMenuRenderTool:
border: 1px solid #d3e8ff;
border-radius: 12px;
padding: 4px 6px;
font-size: 12px;
font-size: 9px;
}}
.feature-meta {{ flex: 1; }}
.feature-meta h3 {{
margin: 0 0 2px 0;
font-size: 18px;
font-size: 15px;
font-weight: 300;
line-height: 1.25;
letter-spacing: .1px;
color: #000;
}}
.feature-key {{ margin: 0; font-size: 12px; color: var(--muted); }}
.feature-key {{ margin: 0; font-size: 9px; color: var(--muted); }}
.status-badge {{
font-size: 12px;
font-size: 9px;
font-weight: 700;
padding: 4px 10px;
border-radius: 999px;
@@ -347,7 +347,7 @@ class RobotMenuRenderTool:
background: #f8fbff;
border: 1px dashed #d6e6f7;
}}
.feature-body p {{ margin: 0; font-size: 14px; color: #1f1f1f; line-height: 1.5; }}
.feature-body p {{ margin: 0; font-size: 11px; color: #1f1f1f; line-height: 1.5; }}
.line-main {{ color: #1f1f1f; }}
.line-sub {{ color: #6b6b6b; }}
code {{
@@ -356,7 +356,7 @@ class RobotMenuRenderTool:
color: #0068bd;
padding: 1px 7px;
border-radius: 999px;
font-size: 12px;
font-size: 9px;
}}
.footer {{
background: var(--ps-blue);