|
|
@ -339,9 +339,9 @@ |
|
|
|
{{ getStockTypewriterTexts(stock).disclaimer }} |
|
|
|
</p> |
|
|
|
<!-- 完整文本 --> |
|
|
|
<p class="disclaimer-text" v-if="!getStockTypewriterTexts(stock)"> |
|
|
|
<!-- <p class="disclaimer-text" v-if="!getStockTypewriterTexts(stock)"> |
|
|
|
该内容由AI生成,请注意甄别 |
|
|
|
</p> |
|
|
|
</p> --> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div |
|
|
@ -351,6 +351,9 @@ |
|
|
|
<p>等待股票分析结论...</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<p class="disclaimer-text" v-if="!getStockTypewriterTexts(stock)"> |
|
|
|
该内容由AI生成,请注意甄别 |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
@ -3329,6 +3332,12 @@ const emit = defineEmits(["updateMessage", "sendMessage", "ensureAIchat", "enabl |
|
|
|
</script> |
|
|
|
|
|
|
|
<style scoped> |
|
|
|
.disclaimer-text { |
|
|
|
font-size: 24px; |
|
|
|
color: #EEEEEE; |
|
|
|
font-weight: bold; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
/* 股票统计概览样式 */ |
|
|
|
.stock-statistics-overview { |
|
|
|
background: rgba(255, 255, 255, 0.95); |
|
|
@ -4274,6 +4283,14 @@ const emit = defineEmits(["updateMessage", "sendMessage", "ensureAIchat", "enabl |
|
|
|
|
|
|
|
/* 手机端适配样式 */ |
|
|
|
@media only screen and (max-width: 768px) { |
|
|
|
.disclaimer-text { |
|
|
|
font-size: 18px; |
|
|
|
color: #EEEEEE; |
|
|
|
font-weight: bold; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.text-container .content { |
|
|
|
display: block; |
|
|
|
color: white; |
|
|
@ -4694,13 +4711,14 @@ const emit = defineEmits(["updateMessage", "sendMessage", "ensureAIchat", "enabl |
|
|
|
flex-direction: column; |
|
|
|
gap: 0.8rem; |
|
|
|
align-items: center; |
|
|
|
margin-right: 30px; |
|
|
|
} |
|
|
|
|
|
|
|
.temperature-content .temperature-cold, |
|
|
|
.temperature-content .temperature-hot { |
|
|
|
/* width: 90%; */ |
|
|
|
width: 10vw; |
|
|
|
min-width: 120px; |
|
|
|
min-width: 100px; |
|
|
|
font-size: 14px; |
|
|
|
} |
|
|
|
|
|
|
|