下调菜单功能卡片字体尺寸以提升三列紧凑展示密度
This commit is contained in:
@@ -310,20 +310,20 @@ class RobotMenuRenderTool:
|
|||||||
border: 1px solid #d3e8ff;
|
border: 1px solid #d3e8ff;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
padding: 4px 6px;
|
padding: 4px 6px;
|
||||||
font-size: 12px;
|
font-size: 9px;
|
||||||
}}
|
}}
|
||||||
.feature-meta {{ flex: 1; }}
|
.feature-meta {{ flex: 1; }}
|
||||||
.feature-meta h3 {{
|
.feature-meta h3 {{
|
||||||
margin: 0 0 2px 0;
|
margin: 0 0 2px 0;
|
||||||
font-size: 18px;
|
font-size: 15px;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
letter-spacing: .1px;
|
letter-spacing: .1px;
|
||||||
color: #000;
|
color: #000;
|
||||||
}}
|
}}
|
||||||
.feature-key {{ margin: 0; font-size: 12px; color: var(--muted); }}
|
.feature-key {{ margin: 0; font-size: 9px; color: var(--muted); }}
|
||||||
.status-badge {{
|
.status-badge {{
|
||||||
font-size: 12px;
|
font-size: 9px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
padding: 4px 10px;
|
padding: 4px 10px;
|
||||||
border-radius: 999px;
|
border-radius: 999px;
|
||||||
@@ -347,7 +347,7 @@ class RobotMenuRenderTool:
|
|||||||
background: #f8fbff;
|
background: #f8fbff;
|
||||||
border: 1px dashed #d6e6f7;
|
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-main {{ color: #1f1f1f; }}
|
||||||
.line-sub {{ color: #6b6b6b; }}
|
.line-sub {{ color: #6b6b6b; }}
|
||||||
code {{
|
code {{
|
||||||
@@ -356,7 +356,7 @@ class RobotMenuRenderTool:
|
|||||||
color: #0068bd;
|
color: #0068bd;
|
||||||
padding: 1px 7px;
|
padding: 1px 7px;
|
||||||
border-radius: 999px;
|
border-radius: 999px;
|
||||||
font-size: 12px;
|
font-size: 9px;
|
||||||
}}
|
}}
|
||||||
.footer {{
|
.footer {{
|
||||||
background: var(--ps-blue);
|
background: var(--ps-blue);
|
||||||
|
|||||||
Reference in New Issue
Block a user