Update
This commit is contained in:
parent
a88d5fd4cb
commit
f07e6a0e93
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user