diff --git a/app/index/view/pc/public/header.html b/app/index/view/pc/public/header.html
index dcf75136..6e009120 100644
--- a/app/index/view/pc/public/header.html
+++ b/app/index/view/pc/public/header.html
@@ -158,7 +158,10 @@
diff --git a/public/static/index/pc/css/header.css b/public/static/index/pc/css/header.css
index 5c407a0e..93b56b19 100644
--- a/public/static/index/pc/css/header.css
+++ b/public/static/index/pc/css/header.css
@@ -152,14 +152,15 @@ a {
}
.header-buy-btn {
- background-color: #004bfa;
+ background-color:red;
color: #fff;
padding: 0.375em 1.125em;
- border-radius: 0.25em;
+ border-radius: 1.25em;
border: none;
cursor: pointer;
font-size: 1em;
white-space: nowrap;
+
}
/* ========== 响应式设计 - 整体缩放,保持比例 ========== */
diff --git a/public/static/index/pc/images/g1.png b/public/static/index/pc/images/g1.png
new file mode 100644
index 00000000..2dc12da9
Binary files /dev/null and b/public/static/index/pc/images/g1.png differ