diff --git a/src/pages/ChatMain/ChatLongAnswer/styles/ParsedValueView.scss b/src/pages/ChatMain/ChatLongAnswer/styles/ParsedValueView.scss index 96ae0aa..65ba076 100644 --- a/src/pages/ChatMain/ChatLongAnswer/styles/ParsedValueView.scss +++ b/src/pages/ChatMain/ChatLongAnswer/styles/ParsedValueView.scss @@ -211,8 +211,8 @@ padding: 0; border: 0; border-radius: 12px; - color: #451a03; - background: #fbbf24; + color: #FFFFFF; + background: #0CCD58; font-size: 12px; font-weight: 900; line-height: 34px; diff --git a/src/pages/ChatModule/LongTextGuideCardPreview/styles/detail.scss b/src/pages/ChatModule/LongTextGuideCardPreview/styles/detail.scss index f95d741..bb3c71e 100644 --- a/src/pages/ChatModule/LongTextGuideCardPreview/styles/detail.scss +++ b/src/pages/ChatModule/LongTextGuideCardPreview/styles/detail.scss @@ -283,8 +283,8 @@ padding: 0; border: 0; border-radius: 12px; - color: #451a03; - background: #fbbf24; + color: #FFFFFF; + background: #0CCD58; font-size: 12px; font-weight: 900; line-height: 34px; @@ -708,8 +708,8 @@ padding: 0; border: 0; border-radius: 0; - color: #451a03; - background: #fbbf24; + color: #FFFFFF; + background: #0CCD58; font-size: 13px; font-weight: 900; line-height: 40px; diff --git a/src/pages/ChatModule/LongTextGuideCardPreview/长文本收纳组件_4类演示.html b/src/pages/ChatModule/LongTextGuideCardPreview/长文本收纳组件_4类演示.html index 40e64b6..daac027 100644 --- a/src/pages/ChatModule/LongTextGuideCardPreview/长文本收纳组件_4类演示.html +++ b/src/pages/ChatModule/LongTextGuideCardPreview/长文本收纳组件_4类演示.html @@ -86,7 +86,7 @@ .c9-card .c9-price { font-size:20px; font-weight:900; color:#f43f5e; letter-spacing:-0.5px; } .c9-card .c9-currency { font-size:12px; font-weight:900; color:#f43f5e; } .c9-card .c9-original { font-size:11px; font-weight:700; color:#cbd5e1; text-decoration:line-through; } - .c9-card .c9-btn { width:100%; background:#fbbf24; color:#451a03; border:none; border-radius:12px; padding:8px; font-size:12px; font-weight:900; cursor:pointer; -webkit-tap-highlight-color:transparent; transition:transform 0.15s; } + .c9-card .c9-btn { width:100%; background:#0CCD58; color:#FFFFFF; border:none; border-radius:12px; padding:8px; font-size:12px; font-weight:900; cursor:pointer; -webkit-tap-highlight-color:transparent; transition:transform 0.15s; } .c9-card .c9-btn:active { transform:scale(0.97); } .c9-card .c9-sale-tag { display:inline-block; background:#fef2f2; color:#f43f5e; font-size:9px; font-weight:900; padding:2px 6px; border-radius:6px; margin-bottom:4px; } diff --git a/src/pages/ChatModule/LongTextGuideCardPreview/长文本收纳组件_5类演示.html b/src/pages/ChatModule/LongTextGuideCardPreview/长文本收纳组件_5类演示.html index a1c7e12..fb35e9d 100644 --- a/src/pages/ChatModule/LongTextGuideCardPreview/长文本收纳组件_5类演示.html +++ b/src/pages/ChatModule/LongTextGuideCardPreview/长文本收纳组件_5类演示.html @@ -86,7 +86,7 @@ .c9-card .c9-price { font-size:20px; font-weight:900; color:#f43f5e; letter-spacing:-0.5px; } .c9-card .c9-currency { font-size:12px; font-weight:900; color:#f43f5e; } .c9-card .c9-original { font-size:11px; font-weight:700; color:#cbd5e1; text-decoration:line-through; } - .c9-card .c9-btn { width:100%; background:#fbbf24; color:#451a03; border:none; border-radius:12px; padding:8px; font-size:12px; font-weight:900; cursor:pointer; -webkit-tap-highlight-color:transparent; transition:transform 0.15s; } + .c9-card .c9-btn { width:100%; background:#0CCD58; color:#FFFFFF; border:none; border-radius:12px; padding:8px; font-size:12px; font-weight:900; cursor:pointer; -webkit-tap-highlight-color:transparent; transition:transform 0.15s; } .c9-card .c9-btn:active { transform:scale(0.97); } .c9-card .c9-sale-tag { display:inline-block; background:#fef2f2; color:#f43f5e; font-size:9px; font-weight:900; padding:2px 6px; border-radius:6px; margin-bottom:4px; } @@ -715,7 +715,7 @@ function buildCombo(c) { - + `; }