This commit is contained in:
@@ -58,21 +58,24 @@
|
||||
max-width: unset;
|
||||
}
|
||||
|
||||
#header {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
background: #fff;
|
||||
z-index: 888;
|
||||
|
||||
|
||||
}
|
||||
|
||||
#header {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
background: #fff;
|
||||
z-index: 888;
|
||||
}
|
||||
|
||||
.nav-shadow {
|
||||
top: 0;
|
||||
box-shadow: 0px 0px 8px rgba(52, 52, 52, 0.08);
|
||||
/* header 背景:轻微蓝白渐变,既保持整体浅色,又和地球的浅蓝色调统一 */
|
||||
background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 247, 255, 0.98) 40%, rgba(227, 237, 255, 0.98) 100%);
|
||||
}
|
||||
/* 默认 header 背景保持浅色,首页会在 css/index.css 中做单独科技风覆盖 */
|
||||
background: linear-gradient(
|
||||
90deg,
|
||||
rgba(255, 255, 255, 0.98) 0%,
|
||||
rgba(245, 247, 255, 0.98) 40%,
|
||||
rgba(227, 237, 255, 0.98) 100%
|
||||
);
|
||||
}
|
||||
|
||||
.nav-header {
|
||||
display: flex;
|
||||
@@ -98,20 +101,20 @@
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.nav-menu .nav-item {
|
||||
color: #333;
|
||||
display: flex;
|
||||
.nav-menu .nav-item {
|
||||
color: #333;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 72px;
|
||||
padding: 0 20px;
|
||||
font-size: 16px;
|
||||
cursor: pointer;
|
||||
border-bottom: 2px solid transparent;
|
||||
}
|
||||
|
||||
font-size: 16px;
|
||||
cursor: pointer;
|
||||
border-bottom: 2px solid transparent;
|
||||
}
|
||||
|
||||
.nav-menu .nav-item:hover {
|
||||
border-bottom: 2px solid #1D4ED8;
|
||||
}
|
||||
border-bottom: 2px solid #38BDF8;
|
||||
}
|
||||
|
||||
|
||||
.nav-right {
|
||||
@@ -172,20 +175,20 @@
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.nav-item-box {
|
||||
min-width: 335px;
|
||||
height: 96px;
|
||||
padding: 24px 20px;
|
||||
border-radius: 3px;
|
||||
.nav-item-box {
|
||||
min-width: 335px;
|
||||
height: 96px;
|
||||
padding: 24px 20px;
|
||||
border-radius: 3px;
|
||||
background: #fff;
|
||||
display: flex;
|
||||
cursor: pointer;
|
||||
box-shadow: 0px 0px 8px rgba(52, 52, 52, 0.08);
|
||||
}
|
||||
|
||||
cursor: pointer;
|
||||
box-shadow: 0px 0px 8px rgba(52, 52, 52, 0.08);
|
||||
}
|
||||
|
||||
.nav-item-box:hover .title {
|
||||
color: rgba(29, 78, 216, 1);
|
||||
}
|
||||
color: rgba(56, 189, 248, 1);
|
||||
}
|
||||
|
||||
.nav-item-box img {
|
||||
width: 48px;
|
||||
@@ -265,32 +268,32 @@
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.nav-header .login-in .login-menu .login-menu-item {
|
||||
cursor: pointer;
|
||||
height: 40px;
|
||||
padding: 10px 12px;
|
||||
}
|
||||
|
||||
.nav-header .login-in .login-menu .login-menu-item {
|
||||
cursor: pointer;
|
||||
height: 40px;
|
||||
padding: 10px 12px;
|
||||
}
|
||||
|
||||
.nav-header .login-in .login-menu .login-menu-item:hover {
|
||||
background: rgba(29, 78, 216, 0.08);
|
||||
color: rgba(29, 78, 216, 1);
|
||||
background: rgba(56, 189, 248, 0.08);
|
||||
color: rgba(56, 189, 248, 1);
|
||||
}
|
||||
|
||||
.nav-header .login-in .login-menu .login-menu-item .real-name {
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
border: 1px solid #1D4ED8;
|
||||
color: rgba(29, 78, 216, 1);
|
||||
border: 1px solid #38BDF8;
|
||||
color: rgba(56, 189, 248, 1);
|
||||
font-size: 12px;
|
||||
width: 44px;
|
||||
height: 18px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.nav-header .login-in .login-menu .login-menu-item .no-real-name {
|
||||
border: 1px solid #E34D59;
|
||||
color: rgba(227, 77, 89, 1);
|
||||
}
|
||||
.nav-header .login-in .login-menu .login-menu-item .no-real-name {
|
||||
border: 1px solid #E34D59;
|
||||
color: rgba(227, 77, 89, 1);
|
||||
}
|
||||
|
||||
/* 底部导航栏 */
|
||||
|
||||
@@ -406,23 +409,23 @@
|
||||
|
||||
}
|
||||
|
||||
.footer .link-hover {
|
||||
color: rgba(255, 255, 255, 0.50);
|
||||
}
|
||||
|
||||
.footer .link-hover {
|
||||
color: rgba(255, 255, 255, 0.50);
|
||||
}
|
||||
|
||||
.footer .link-hover:hover {
|
||||
color: rgba(29, 78, 216, 1);
|
||||
}
|
||||
|
||||
.footer .footer-link a {
|
||||
margin-right: 10px;
|
||||
color: rgba(255, 255, 255, 0.50);
|
||||
}
|
||||
color: rgba(56, 189, 248, 1);
|
||||
}
|
||||
|
||||
.footer .footer-link a {
|
||||
margin-right: 10px;
|
||||
color: rgba(255, 255, 255, 0.50);
|
||||
}
|
||||
|
||||
.footer .footer-link a:hover {
|
||||
margin-right: 10px;
|
||||
color: rgba(29, 78, 216, 1);
|
||||
}
|
||||
color: rgba(56, 189, 248, 1);
|
||||
}
|
||||
|
||||
.footer .footer-record {
|
||||
display: flex;
|
||||
@@ -446,23 +449,23 @@
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.jr-tabs .title {
|
||||
color: #666;
|
||||
font-size: 18px;
|
||||
width: auto !important;
|
||||
padding: 10px 40px;
|
||||
cursor: pointer;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
||||
.jr-tabs .title {
|
||||
color: #666;
|
||||
font-size: 18px;
|
||||
width: auto !important;
|
||||
padding: 10px 40px;
|
||||
cursor: pointer;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
||||
.jr-tabs .title.swiper-slide-thumb-active {
|
||||
color: rgba(29, 78, 216, 1);
|
||||
border-bottom: 2px solid #1D4ED8;
|
||||
color: rgba(56, 189, 248, 1);
|
||||
border-bottom: 2px solid #38BDF8;
|
||||
}
|
||||
|
||||
.jr-tabs .title:hover {
|
||||
color: rgba(29, 78, 216, 1);
|
||||
border-bottom: 2px solid #1D4ED8;
|
||||
color: rgba(56, 189, 248, 1);
|
||||
border-bottom: 2px solid #38BDF8;
|
||||
}
|
||||
|
||||
|
||||
@@ -580,14 +583,14 @@
|
||||
}
|
||||
|
||||
.input-search input {
|
||||
padding-left: 15px;
|
||||
font-size: 20px;
|
||||
padding-left: 15px;
|
||||
font-size: 20px;
|
||||
margin-top: 30px;
|
||||
margin-bottom: 20px;
|
||||
width: 30%;
|
||||
height: 56px;
|
||||
margin-bottom: 20px;
|
||||
width: 30%;
|
||||
height: 56px;
|
||||
background: #FFFFFF;
|
||||
border: 1px solid #1D4ED8;
|
||||
border: 1px solid #38BDF8;
|
||||
}
|
||||
|
||||
.trademark-box .input-search input {
|
||||
@@ -604,28 +607,28 @@
|
||||
margin-top: 30px;
|
||||
margin-bottom: 20px;
|
||||
padding: 18px 32px;
|
||||
background: rgba(29, 78, 216, 1);
|
||||
background: rgba(56, 189, 248, 1);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.input-search .input-search-select {
|
||||
cursor: pointer;
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
line-height: 56px;
|
||||
width: 124px;
|
||||
height: 56px;
|
||||
margin-top: 30px;
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 20px;
|
||||
background: #fff;
|
||||
border: 1px solid #1D4ED8;
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
border: 1px solid #38BDF8;
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
.input-search .input-search-left-select {
|
||||
border: 1px solid #1D4ED8;
|
||||
border-right: none;
|
||||
border: 1px solid #38BDF8;
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.input-search .input-search-s {
|
||||
@@ -690,8 +693,8 @@
|
||||
}
|
||||
|
||||
.input-search .input-search-select .select-box-item:hover {
|
||||
border: 1px solid #1D4ED8;
|
||||
color: #1D4ED8;
|
||||
border: 1px solid #38BDF8;
|
||||
color: #38BDF8;
|
||||
}
|
||||
|
||||
.input-search .input-search-select .iconfont {
|
||||
@@ -717,18 +720,18 @@
|
||||
|
||||
.link-search-group .price {
|
||||
margin-left: 5px;
|
||||
color: rgba(29, 78, 216, 1);
|
||||
}
|
||||
color: rgba(56, 189, 248, 1);
|
||||
}
|
||||
|
||||
/* 分页 */
|
||||
.jr-page .pagination .page-number.active {
|
||||
color: #fff;
|
||||
border: 1px solid rgba(29, 78, 216, 1);
|
||||
background: rgba(29, 78, 216, 1);
|
||||
border: 1px solid rgba(56, 189, 248, 1);
|
||||
background: rgba(56, 189, 248, 1);
|
||||
}
|
||||
|
||||
.jr-page .pagination .page-number:hover {
|
||||
background: rgba(29, 78, 216, 1);
|
||||
background: rgba(56, 189, 248, 1);
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
@@ -875,9 +878,8 @@
|
||||
}
|
||||
|
||||
.aside-tools .tools-list .tools-item .tools-box .button:hover {
|
||||
border: 1px solid #1D4ED8;
|
||||
;
|
||||
}
|
||||
border: 1px solid #38BDF8;
|
||||
}
|
||||
|
||||
|
||||
.flex-none {
|
||||
|
||||
127
common/theme.css
127
common/theme.css
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user