/* 蓝色主题 */ body { --primary-color: #004aba; --secondary-color: #006cff; } .enterprise_story_divider { /* background: linear-gradient(90deg, #7154ff 0%, #6db1ff 100%); */ background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%); } .enterprise_story_item { box-shadow: 0 15px 45px rgba(0, 108, 255, 0.2); } .showcase_btn, .showcase_caption { background: rgba(0, 74, 186, 0.9); /* background: rgba(45, 104, 193, 0.9); */ } .showcase_thumb_slide.is-active { border-color: var(--primary-color); /* box-shadow: 0 8px 20px rgba(45, 104, 193, 0.25); */ box-shadow: 0 8px 20px rgba(0, 74, 186, 0.25); } .showcase_btn:hover { /* background: rgba(45, 104, 193, 0.95); */ background: rgba(0, 108, 255, 0.9); } .back_to_top { background: linear-gradient(180deg, var(--primary-color) 0%, var(--secondary-color) 100%); box-shadow: 0 10px 20px rgba(0, 74, 186, 0.35); /* background: linear-gradient(180deg, #f27032 0%, #c02119 100%); */ } .news-card-item::after { background: var(--primary-color) !important; } .news-card-item:hover .news-title { color: var(--primary-color) !important; } .news-card-item:hover .news-more { background: var(--primary-color) !important; border-color: var(--primary-color) !important; }