太热
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-11-22 18:22:03 +08:00
parent 87c13413bc
commit a18136def5
3 changed files with 256 additions and 219 deletions

View File

@@ -15,13 +15,14 @@ h4 {
font-size: 22px;
}
h5 {
font-size: 20px;
}
h5 {
font-size: 20px;
}
.font-theme {
color: #1D4ED8;
}
/* 全站主色:亮蓝偏青,科技感更强,和首页地球/轨迹保持一致 */
color: #38BDF8;
}
textarea {
resize: none;
@@ -53,24 +54,24 @@ input {
a {
color: #666;
cursor: pointer;
text-decoration: none;
}
a {
color: #666;
cursor: pointer;
text-decoration: none;
}
a:hover {
color: rgba(29, 78, 216, 1) !important;
text-decoration: none !important;
}
.link-hover {
cursor: pointer;
}
color: rgba(56, 189, 248, 1) !important;
text-decoration: none !important;
}
.link-hover {
cursor: pointer;
}
.link-hover:hover {
color: rgba(29, 78, 216, 1) !important;
}
color: rgba(56, 189, 248, 1) !important;
}
.title-desc {
color: rgba(0, 0, 0, 0.9);
@@ -97,71 +98,75 @@ a:hover {
/* 按钮 */
.btn {
padding: 8px 20px;
opacity: 1;
border-radius: 3px;
cursor: pointer;
}
/* 按钮:统一改为无圆角,更贴近偏硬朗的科技风 */
.btn {
padding: 8px 20px;
opacity: 1;
border-radius: 0;
cursor: pointer;
}
.btn2 {
padding: 10px 40px;
opacity: 1;
border-radius: 3px;
border-radius: 0;
cursor: pointer;
}
.btn-s {
padding: 8px 32px;
}
}
.btn-s {
padding: 8px 32px;
}
.btn-normal {
color: #fff;
background: #1D4ED8;
/* 主按钮使用轻微渐变与阴影,突出主召唤操作 */
background: linear-gradient(135deg, #38BDF8 0%, #6366F1 100%);
border: none;
box-shadow: 0 10px 30px rgba(56, 189, 248, 0.45);
}
.btn-normal:active {
background: #1840b3;
background: linear-gradient(135deg, #0EA5E9 0%, #4F46E5 100%);
box-shadow: 0 6px 20px rgba(15, 23, 42, 0.45);
}
.btn-normal:hover {
color: #fff;
background: #2563eb;
}
background: linear-gradient(135deg, #0EA5E9 0%, #4F46E5 100%);
box-shadow: 0 14px 36px rgba(56, 189, 248, 0.6);
}
.btn-normal:disabled {
opacity: 0.4;
}
.btn-normal-light {
color: rgba(0, 0, 0, 0.90);
background: #FEFFFF;
border: 1px solid #E6EAED;
}
.btn-normal-light {
color: rgba(15, 23, 42, 0.9);
background: rgba(255, 255, 255, 0.95);
border: 1px solid #E6EAED;
}
.btn-normal-light:hover {
border: 1px solid #1D4ED8;
color: #1D4ED8;
}
.btn-dark {
color: #fff;
background: rgba(65, 65, 65, 1);
}
border: 1px solid #38BDF8;
color: #38BDF8;
}
.btn-dark {
color: #fff;
background: rgba(15, 23, 42, 1);
}
.btn-dark:hover {
color: #fff;
background: #2563eb;
background: #0F172A;
}
.btn-orgin {
color: rgba(255, 255, 255, 0.9);
background: #1D4ED8;
background: #38BDF8;
}
.btn-orgin:hover {
color: #fff;
background: #2563eb;
background: #0EA5E9;
}