mirror of
https://github.com/Zippland/Snap-Solver.git
synced 2026-01-19 09:41:15 +08:00
style
This commit is contained in:
@@ -1275,6 +1275,18 @@ button:disabled {
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
.empty-state .star-prompt {
|
||||
color: var(--primary);
|
||||
font-weight: 500;
|
||||
margin-top: 1rem;
|
||||
font-size: 0.95rem;
|
||||
}
|
||||
|
||||
.empty-state .star-prompt:hover {
|
||||
transform: scale(1.02);
|
||||
transition: transform 0.2s ease;
|
||||
}
|
||||
|
||||
.loading-message {
|
||||
text-align: center;
|
||||
padding: 2rem;
|
||||
@@ -1466,3 +1478,11 @@ button:disabled {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
}
|
||||
|
||||
.footer-link.xiaohongshu-link i {
|
||||
color: #ff2442;
|
||||
}
|
||||
|
||||
.footer-link.xiaohongshu-link:hover i {
|
||||
color: #ff4d6d;
|
||||
}
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
<i class="fas fa-camera-retro"></i>
|
||||
<h3>准备好开始了吗?</h3>
|
||||
<p>点击"截图"按钮捕获屏幕,然后使用AI分析图像或提取文本。您可以截取数学题、代码或任何需要帮助的内容。</p>
|
||||
<p class="star-prompt">如果觉得好用,别忘了给项目点个 Star ⭐</p>
|
||||
</div>
|
||||
<div id="imagePreview" class="image-preview hidden">
|
||||
<div class="image-container">
|
||||
@@ -267,12 +268,8 @@
|
||||
<span class="star-icon">⭐</span>
|
||||
<span>GitHub</span>
|
||||
</a>
|
||||
<a href="mailto:zylanjian@outlook.com" class="footer-link">
|
||||
<i class="fas fa-envelope"></i>
|
||||
<span>邮箱</span>
|
||||
</a>
|
||||
<a href="https://www.xiaohongshu.com/user/profile/623e8b080000000010007721?xsec_token=YBdeHZTp_aVwi1Ijmras5CgQC6pxlpd4RmozT8Hr_-NCA%3D&xsec_source=app_share&xhsshare=CopyLink&appuid=623e8b080000000010007721&apptime=1742201089&share_id=a2704ab48e2c4e1aa321ce63168811b5&share_channel=copy_link" target="_blank" class="footer-link xiaohongshu-link">
|
||||
<i class="fas fa-heart"></i>
|
||||
<i class="fas fa-book"></i>
|
||||
<span>小红书</span>
|
||||
</a>
|
||||
<div class="user-counter">
|
||||
|
||||
Reference in New Issue
Block a user