替换pc图片
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s

This commit is contained in:
2026-04-09 10:52:52 +08:00
parent b6b5ea5308
commit 81f01e1424
3 changed files with 7 additions and 3 deletions

View File

@@ -158,7 +158,10 @@
</div> </div>
</div> </div>
<div class="header-buy-wrapper"> <div class="header-buy-wrapper">
<button class="header-buy-btn">{:lang_i18n('购买')}</button> <button class="header-buy-btn">
<img src="__IMAGES__/g1.png" alt="">
{:lang_i18n('购买')}
</button>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -152,14 +152,15 @@ a {
} }
.header-buy-btn { .header-buy-btn {
background-color: #004bfa; background-color:red;
color: #fff; color: #fff;
padding: 0.375em 1.125em; padding: 0.375em 1.125em;
border-radius: 0.25em; border-radius: 1.25em;
border: none; border: none;
cursor: pointer; cursor: pointer;
font-size: 1em; font-size: 1em;
white-space: nowrap; white-space: nowrap;
} }
/* ========== 响应式设计 - 整体缩放,保持比例 ========== */ /* ========== 响应式设计 - 整体缩放,保持比例 ========== */

Binary file not shown.

After

Width:  |  Height:  |  Size: 379 B