feat(ECR-012): 星座对齐收口,并 Closed ECR-007/008

对齐 outlook/分享 type=star/报告页运势面板与测试;流程上关闭 Ops-B/C 两张 ECR。真支付仍后置。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
jackyu66git
2026-08-07 15:48:19 +08:00
co-authored by Cursor
parent 7ab9add5dd
commit d33c8fdfe9
42 changed files with 658 additions and 129 deletions
+10 -1
View File
@@ -20,7 +20,7 @@ import BrandLogo from './BrandLogo.vue'
withDefaults(
defineProps<{
type?: 'portrait' | 'relation'
type?: 'portrait' | 'star' | 'relation'
title?: string
line?: string
rows?: string[]
@@ -72,4 +72,13 @@ h2{font-size:17px;font-weight:600;margin:0 0 8px;line-height:1.4}
.share-card[data-type="relation"] .cta-label{
background:linear-gradient(135deg,#e0b35a,#c8923a);
}
.share-card[data-type="star"]{
background:
radial-gradient(120% 80% at 100% 0%, rgba(100,120,200,.18), transparent 55%),
linear-gradient(165deg, #f6f8ff 0%, #e8ecff 48%, #fff 100%);
}
.share-card[data-type="star"] .tags span{background:rgba(100,120,200,.12);color:#4a5a9a}
.share-card[data-type="star"] .cta-label{
background:linear-gradient(135deg,#7a8ad4,#4a5a9a);
}
</style>