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

This commit is contained in:
yiqiu
2025-11-21 23:18:42 +08:00
parent 535409dfcf
commit 7f87ce11e5
4 changed files with 122 additions and 122 deletions

View File

@@ -108,7 +108,7 @@
} }
.nav-menu .nav-item:hover { .nav-menu .nav-item:hover {
border-bottom: 2px solid #FF6739; border-bottom: 2px solid #1D4ED8;
} }
@@ -182,7 +182,7 @@
} }
.nav-item-box:hover .title { .nav-item-box:hover .title {
color: rgba(255, 103, 57, 1); color: rgba(29, 78, 216, 1);
} }
.nav-item-box img { .nav-item-box img {
@@ -270,15 +270,15 @@
} }
.nav-header .login-in .login-menu .login-menu-item:hover { .nav-header .login-in .login-menu .login-menu-item:hover {
background: rgba(255, 103, 57, 0.08); background: rgba(29, 78, 216, 0.08);
color: rgba(255, 103, 57, 1); color: rgba(29, 78, 216, 1);
} }
.nav-header .login-in .login-menu .login-menu-item .real-name { .nav-header .login-in .login-menu .login-menu-item .real-name {
display: inline-block; display: inline-block;
text-align: center; text-align: center;
border: 1px solid #FF6739; border: 1px solid #1D4ED8;
color: rgba(255, 103, 57, 1); color: rgba(29, 78, 216, 1);
font-size: 12px; font-size: 12px;
width: 44px; width: 44px;
height: 18px; height: 18px;
@@ -409,7 +409,7 @@
} }
.footer .link-hover:hover { .footer .link-hover:hover {
color: rgba(255, 103, 57, 1); color: rgba(29, 78, 216, 1);
} }
.footer .footer-link a { .footer .footer-link a {
@@ -419,7 +419,7 @@
.footer .footer-link a:hover { .footer .footer-link a:hover {
margin-right: 10px; margin-right: 10px;
color: rgba(255, 103, 57, 1); color: rgba(29, 78, 216, 1);
} }
.footer .footer-record { .footer .footer-record {
@@ -454,13 +454,13 @@
} }
.jr-tabs .title.swiper-slide-thumb-active { .jr-tabs .title.swiper-slide-thumb-active {
color: rgba(255, 103, 57, 1); color: rgba(29, 78, 216, 1);
border-bottom: 2px solid #FF6739; border-bottom: 2px solid #1D4ED8;
} }
.jr-tabs .title:hover { .jr-tabs .title:hover {
color: rgba(255, 103, 57, 1); color: rgba(29, 78, 216, 1);
border-bottom: 2px solid #FF6739; border-bottom: 2px solid #1D4ED8;
} }
@@ -585,7 +585,7 @@
width: 30%; width: 30%;
height: 56px; height: 56px;
background: #FFFFFF; background: #FFFFFF;
border: 1px solid #FF6739; border: 1px solid #1D4ED8;
} }
.trademark-box .input-search input { .trademark-box .input-search input {
@@ -602,7 +602,7 @@
margin-top: 30px; margin-top: 30px;
margin-bottom: 20px; margin-bottom: 20px;
padding: 18px 32px; padding: 18px 32px;
background: rgba(255, 103, 57, 1); background: rgba(29, 78, 216, 1);
} }
@@ -617,12 +617,12 @@
margin-top: 30px; margin-top: 30px;
margin-bottom: 20px; margin-bottom: 20px;
background: #fff; background: #fff;
border: 1px solid #FF6739; border: 1px solid #1D4ED8;
border-left: none; border-left: none;
} }
.input-search .input-search-left-select { .input-search .input-search-left-select {
border: 1px solid #FF6739; border: 1px solid #1D4ED8;
border-right: none; border-right: none;
} }
@@ -688,8 +688,8 @@
} }
.input-search .input-search-select .select-box-item:hover { .input-search .input-search-select .select-box-item:hover {
border: 1px solid #FF6739; border: 1px solid #1D4ED8;
color: #FF6739; color: #1D4ED8;
} }
.input-search .input-search-select .iconfont { .input-search .input-search-select .iconfont {
@@ -715,18 +715,18 @@
.link-search-group .price { .link-search-group .price {
margin-left: 5px; margin-left: 5px;
color: rgba(255, 103, 57, 1); color: rgba(29, 78, 216, 1);
} }
/* 分页 */ /* 分页 */
.jr-page .pagination .page-number.active { .jr-page .pagination .page-number.active {
color: #fff; color: #fff;
border: 1px solid rgba(255, 103, 57, 1); border: 1px solid rgba(29, 78, 216, 1);
background: rgba(255, 103, 57, 1); background: rgba(29, 78, 216, 1);
} }
.jr-page .pagination .page-number:hover { .jr-page .pagination .page-number:hover {
background: rgba(255, 103, 57, 1); background: rgba(29, 78, 216, 1);
color: #fff !important; color: #fff !important;
} }
@@ -873,7 +873,7 @@
} }
.aside-tools .tools-list .tools-item .tools-box .button:hover { .aside-tools .tools-list .tools-item .tools-box .button:hover {
border: 1px solid #FF6739; border: 1px solid #1D4ED8;
; ;
} }

View File

@@ -20,7 +20,7 @@ h5 {
} }
.font-theme { .font-theme {
color: #FF6739; color: #1D4ED8;
} }
textarea { textarea {
@@ -60,7 +60,7 @@ a {
} }
a:hover { a:hover {
color: rgba(255, 103, 57, 1) !important; color: rgba(29, 78, 216, 1) !important;
text-decoration: none !important; text-decoration: none !important;
} }
@@ -69,7 +69,7 @@ a:hover {
} }
.link-hover:hover { .link-hover:hover {
color: rgba(255, 103, 57, 1) !important; color: rgba(29, 78, 216, 1) !important;
} }
.title-desc { .title-desc {
@@ -119,16 +119,16 @@ a:hover {
.btn-normal { .btn-normal {
color: #fff; color: #fff;
background: #FF6739; background: #1D4ED8;
} }
.btn-normal:active { .btn-normal:active {
background: #E45931; background: #1840b3;
} }
.btn-normal:hover { .btn-normal:hover {
color: #fff; color: #fff;
background: #FF754C; background: #2563eb;
} }
.btn-normal:disabled { .btn-normal:disabled {
@@ -142,8 +142,8 @@ a:hover {
} }
.btn-normal-light:hover { .btn-normal-light:hover {
border: 1px solid #FF6739; border: 1px solid #1D4ED8;
color: #FF6739; color: #1D4ED8;
} }
.btn-dark { .btn-dark {
@@ -153,15 +153,15 @@ a:hover {
.btn-dark:hover { .btn-dark:hover {
color: #fff; color: #fff;
background: #FF754C; background: #2563eb;
} }
.btn-orgin { .btn-orgin {
color: rgba(255, 255, 255, 0.9); color: rgba(255, 255, 255, 0.9);
background: #FF6739; background: #1D4ED8;
} }
.btn-orgin:hover { .btn-orgin:hover {
color: #fff; color: #fff;
background: #FF754C; background: #2563eb;
} }

View File

@@ -133,13 +133,13 @@ body#index .banner .banner-cont .swiper-wrapper {
} }
.banner-s .banner-list .banner-item:hover h5 { .banner-s .banner-list .banner-item:hover h5 {
color: #FF6739; color: #1D4ED8;
} }
.banner-list .banner-item .banner-tag { .banner-list .banner-item .banner-tag {
font-size: 12px; font-size: 12px;
color: #FF6739; color: #1D4ED8;
border: 1px solid #FF6739; border: 1px solid #1D4ED8;
padding: 5px 8px; padding: 5px 8px;
border-radius: 3px; border-radius: 3px;
} }
@@ -171,7 +171,7 @@ body#index .banner .banner-cont .swiper-wrapper {
} }
.service .service-box:hover h4 { .service .service-box:hover h4 {
color: #FF6739; color: #1D4ED8;
} }
.service .service-hot::before { .service .service-hot::before {
@@ -278,7 +278,7 @@ body#index .banner .banner-cont .swiper-wrapper {
.resolve-content .resolve-box:hover h4, .resolve-content .resolve-box:hover h4,
.resolve-content .resolve-box:hover .resolve-link { .resolve-content .resolve-box:hover .resolve-link {
color: rgba(255, 103, 57, 1); color: rgba(29, 78, 216, 1);
} }
.resolve-content .resolve-box h4 { .resolve-content .resolve-box h4 {
@@ -442,7 +442,7 @@ body#index .banner .banner-cont .swiper-wrapper {
position: absolute; position: absolute;
left: 0; left: 0;
top: 0; top: 0;
background: #FF6739; background: #1D4ED8;
} }
@@ -463,15 +463,15 @@ body#index .banner .banner-cont .swiper-wrapper {
} }
.news-content .news-cont .news-item:nth-child(1) .number { .news-content .news-cont .news-item:nth-child(1) .number {
background: rgba(255, 103, 57, 1); background: rgba(29, 78, 216, 1);
} }
.news-content .news-cont .news-item:nth-child(2) .number { .news-content .news-cont .news-item:nth-child(2) .number {
background: rgba(255, 103, 57, 1); background: rgba(29, 78, 216, 1);
} }
.news-content .news-cont .news-item:nth-child(3) .number { .news-content .news-cont .news-item:nth-child(3) .number {
background: rgba(255, 103, 57, 1); background: rgba(29, 78, 216, 1);
} }
.news-content .news-item .number { .news-content .news-item .number {
@@ -493,7 +493,7 @@ body#index .banner .banner-cont .swiper-wrapper {
} }
.news-content .news-item .title:hover { .news-content .news-item .title:hover {
color: rgba(255, 103, 57, 1); color: rgba(29, 78, 216, 1);
} }
.news-content .news-item .time { .news-content .news-item .time {

View File

@@ -105,10 +105,10 @@
.polygonsData(landGeo) .polygonsData(landGeo)
.polygonCapMaterial( .polygonCapMaterial(
new THREE.MeshLambertMaterial({ new THREE.MeshLambertMaterial({
// 橙色陆地,靠近阿里云风格,配合蓝白背景形成冷暖对比 // 略亮的科技蓝色陆地,带一点透明度,避免看起来发黑
color: "#FF6A00", color: "#1D4ED8",
transparent: true, transparent: true,
opacity: 0.9, opacity: 0.85,
side: THREE.DoubleSide, side: THREE.DoubleSide,
}) })
) )