粗提取链接

This commit is contained in:
2026-07-17 14:28:52 +08:00
parent f53beabdf6
commit 3abf881437
3 changed files with 157 additions and 41 deletions

View File

@@ -1716,4 +1716,27 @@ to { opacity: 1; transform: translateY(0);
opacity: 1;
transform: scale(1.1);
}
}
/* 消息详情弹窗 — 链接提取区域 */
.detail-links-section {
margin-top: 0.75rem;
padding-top: 0.75rem;
border-top: 0.03125rem solid #eee;
}
.detail-links-title {
font-size: 0.9375rem;
font-weight: 600;
color: #666;
margin-bottom: 0.5rem;
}
.detail-link-item {
padding: 0.5rem 0.625rem;
background: #f5f7fa;
border-radius: 0.375rem;
margin-bottom: 0.375rem;
}
.link-text {
font-size: 0.875rem;
color: #007aff;
word-break: break-all;
}