|
|
@ -5,18 +5,18 @@ |
|
|
<view class="title-container"> |
|
|
<view class="title-container"> |
|
|
<view class="title-left"> |
|
|
<view class="title-left"> |
|
|
<text class="deepmate-title">DeepMate</text> |
|
|
<text class="deepmate-title">DeepMate</text> |
|
|
|
|
|
<text class="deepmate-subtitle">您的市场最佳顾问~</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="title-right"> |
|
|
<view class="title-right"> |
|
|
<image class="deepmate-icon" src="https://d31zlh4on95l9h.cloudfront.net/images/7faa683450cc071bcc746fea8191ff6b.png" mode="aspectFit"></image> |
|
|
<image class="deepmate-icon" src="https://d31zlh4on95l9h.cloudfront.net/images/7faa683450cc071bcc746fea8191ff6b.png" mode="aspectFit"></image> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<text class="deepmate-subtitle">您的市场最佳顾问~</text> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
<view class="deepmate-content"> |
|
|
<view class="deepmate-content"> |
|
|
|
|
|
<view class="deepmate-hotspots"> |
|
|
<view class="deepmate-question"> |
|
|
<view class="deepmate-question"> |
|
|
<text>今日股票策略推荐是什么?</text> |
|
|
|
|
|
|
|
|
<text class="question-text">今日股票策略晨报</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="deepmate-hotspots"> |
|
|
|
|
|
<view class="hotspot-item"> |
|
|
<view class="hotspot-item"> |
|
|
<text>热门股票分析</text> |
|
|
<text>热门股票分析</text> |
|
|
</view> |
|
|
</view> |
|
|
@ -35,11 +35,13 @@ |
|
|
</view> |
|
|
</view> |
|
|
<view class="deepmate-action"> |
|
|
<view class="deepmate-action"> |
|
|
<input class="stock-input" type="text" placeholder="请输入股票代码/名称,获取AI洞察" /> |
|
|
<input class="stock-input" type="text" placeholder="请输入股票代码/名称,获取AI洞察" /> |
|
|
|
|
|
<view class="send-button-container"> |
|
|
<image class="send-button" src="https://d31zlh4on95l9h.cloudfront.net/images/3da018821a5c82b06a1d6ddc81b960ac.png" mode="aspectFit"></image> |
|
|
<image class="send-button" src="https://d31zlh4on95l9h.cloudfront.net/images/3da018821a5c82b06a1d6ddc81b960ac.png" mode="aspectFit"></image> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
</view> |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
|
<script> |
|
|
<script> |
|
|
@ -78,34 +80,67 @@ |
|
|
|
|
|
|
|
|
.title-left { |
|
|
.title-left { |
|
|
width: 50%; |
|
|
width: 50%; |
|
|
|
|
|
display: flex; |
|
|
|
|
|
flex-direction: column; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.title-right { |
|
|
.title-right { |
|
|
width: 50%; |
|
|
width: 50%; |
|
|
display: flex; |
|
|
display: flex; |
|
|
justify-content: flex-end; |
|
|
|
|
|
|
|
|
justify-content: center; |
|
|
|
|
|
align-items: center; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.deepmate-title { |
|
|
.deepmate-title { |
|
|
font-size: 18px; |
|
|
font-size: 18px; |
|
|
font-weight: bold; |
|
|
font-weight: bold; |
|
|
color: #ff4d4f; |
|
|
color: #ff4d4f; |
|
|
|
|
|
display: block; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.deepmate-icon { |
|
|
.deepmate-icon { |
|
|
width: 30px; |
|
|
|
|
|
height: 30px; |
|
|
|
|
|
|
|
|
width: 50px; |
|
|
|
|
|
height: 50px; |
|
|
margin-left: 0; |
|
|
margin-left: 0; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.deepmate-subtitle { |
|
|
.deepmate-subtitle { |
|
|
font-size: 12px; |
|
|
font-size: 12px; |
|
|
color: #666; |
|
|
color: #666; |
|
|
margin-left: 5px; |
|
|
|
|
|
|
|
|
display: block; |
|
|
|
|
|
margin-top: 5px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.deepmate-hotspots { |
|
|
.deepmate-hotspots { |
|
|
margin: 10px 0; |
|
|
margin: 10px 0; |
|
|
|
|
|
background-color: #ffffff; |
|
|
|
|
|
border-radius: 10px; |
|
|
|
|
|
padding: 10px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.deepmate-question { |
|
|
|
|
|
display: flex; |
|
|
|
|
|
align-items: center; |
|
|
|
|
|
margin-bottom: 10px; |
|
|
|
|
|
padding-left: 10px; |
|
|
|
|
|
position: relative; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.deepmate-question:before { |
|
|
|
|
|
content: ""; |
|
|
|
|
|
position: absolute; |
|
|
|
|
|
left: 0; |
|
|
|
|
|
top: 0; |
|
|
|
|
|
bottom: 0; |
|
|
|
|
|
width: 4px; |
|
|
|
|
|
background-color: #ff4d4f; |
|
|
|
|
|
border-radius: 2px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.question-text { |
|
|
|
|
|
font-size: 16px; |
|
|
|
|
|
font-weight: bold; |
|
|
|
|
|
color: #333; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.hotspot-item { |
|
|
.hotspot-item { |
|
|
@ -124,25 +159,40 @@ |
|
|
display: flex; |
|
|
display: flex; |
|
|
justify-content: space-between; |
|
|
justify-content: space-between; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
background-color: #ffffff; |
|
|
|
|
|
padding: 8px 10px; |
|
|
|
|
|
border-radius: 6px; |
|
|
|
|
|
|
|
|
background-color: #ff4d4f; |
|
|
|
|
|
padding: 8px 15px; |
|
|
|
|
|
border-radius: 25px; |
|
|
margin-top: 10px; |
|
|
margin-top: 10px; |
|
|
border: 1px solid #e0e0e0; |
|
|
|
|
|
|
|
|
border: none; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.stock-input { |
|
|
.stock-input { |
|
|
flex: 1; |
|
|
flex: 1; |
|
|
height: 36px; |
|
|
height: 36px; |
|
|
font-size: 14px; |
|
|
font-size: 14px; |
|
|
color: #333; |
|
|
|
|
|
|
|
|
color: #ffffff; |
|
|
padding: 0 10px; |
|
|
padding: 0 10px; |
|
|
border: none; |
|
|
border: none; |
|
|
|
|
|
background-color: transparent; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.send-button { |
|
|
|
|
|
width: 30px; |
|
|
|
|
|
height: 30px; |
|
|
|
|
|
|
|
|
.stock-input::placeholder { |
|
|
|
|
|
color: rgba(255, 255, 255, 0.8); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.send-button-container { |
|
|
|
|
|
display: flex; |
|
|
|
|
|
justify-content: center; |
|
|
|
|
|
align-items: center; |
|
|
|
|
|
width: 36px; |
|
|
|
|
|
height: 36px; |
|
|
|
|
|
background-color: #ffffff; |
|
|
|
|
|
border-radius: 50%; |
|
|
margin-left: 10px; |
|
|
margin-left: 10px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.send-button { |
|
|
|
|
|
width: 20px; |
|
|
|
|
|
height: 20px; |
|
|
|
|
|
} |
|
|
</style> |
|
|
</style> |