This commit is contained in:
aaron 2025-06-05 11:12:59 +08:00
parent a88d5fd4cb
commit f07e6a0e93
2 changed files with 3 additions and 4 deletions

View File

@ -1430,7 +1430,6 @@ body {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
width: 40px; width: 40px;
height: 40px; height: 40px;
display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
} }
@ -1558,7 +1557,7 @@ body {
/* 响应式设计 */ /* 响应式设计 */
@media (max-width: 768px) { @media (max-width: 768px) {
.menu-button { .menu-button {
display: block; display: flex;
z-index: 1001; z-index: 1001;
} }

View File

@ -192,9 +192,9 @@ onMounted(() => {
<div class="partnership-content"> <div class="partnership-content">
<span class="powered-text"></span> <span class="powered-text"></span>
<div class="deepseek-logo"> <div class="deepseek-logo">
<span class="deepseek-name">DeepSeek</span> <span class="deepseek-name">DeepSeek x ChatGPT</span>
</div> </div>
<span class="powered-text">语言模型提供支持</span> <span class="powered-text">模型提供支持</span>
</div> </div>
</div> </div>
</footer> </footer>