border-radius: 28px; background: #ffffff; box-shadow: 0 28px 70px rgba(15, 23, 42, 0.22); transform: translate(-50%, -50%) !important; } .header-search-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; } .header-search-title { margin: 0; color: var(--bd-header-ink); font-size: 1.5rem; font-weight: 800; line-height: 1.1; } .header-search-dismiss { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 0; border: 0; border-radius: 999px; background: rgba(37, 99, 235, 0.08); color: var(--bd-header-primary); cursor: pointer; } .header-search-dismiss .material-icons { font-size: 22px; line-height: 1; } .header-search-hint { margin: 0 0 18px; color: var(--bd-header-muted); font-size: 0.98rem; line-height: 1.7; } .header-search-btn:hover, .header-search-btn:focus-visible { box-shadow: 0 18px 36px rgba(37, 99, 235, 0.34); filter: brightness(1.05); transform: translateY(-50%) scale(1.02); outline: none; } /* ============================================================ 核心隔离:完全消除外部CSS对导航的一切位移干扰 ============================================================ */ /* 顶层菜单项 — 禁止所有位移 */ html body.bd-site-shell .main-mnu-list > li, html body.bd-site-shell .main-mnu-list > li:hover, html body.bd-site-shell .main-mnu-list > li:focus-within { transform: none !important; translate: none !important; top: auto !important; bottom: auto !important; margin-top: 0 !important; margin-bottom: 0 !important; animation: none !important; } /* 顶层菜单链接 — 禁止所有位移 */ html body.bd-site-shell .main-mnu-list > li > a, html body.bd-site-shell .main-mnu-list > li > a:hover, html body.bd-site-shell .main-mnu-list > li > a:focus, html body.bd-site-shell .main-mnu-list > li:hover > a, html body.bd-site-shell .main-mnu-list > li:focus-within > a { transform: none !important; translate: none !important; top: auto !important; bottom: auto !important; margin: 0 !important; padding-top: 0 !important; padding-bottom: 0 !important; animation: none !important; box-shadow: none !important; } /* 子菜单 li — 完全静止,overflow hidden 裁剪任何溢出背景 */ html body.bd-site-shell .main-mnu-list li ul li, html body.bd-site-shell .main-mnu-list li ul li:hover, html body.bd-site-shell .main-mnu-list li ul li:focus-within { position: relative !important; top: 0 !important; bottom: auto !important; transform: none !important; translate: none !important; margin: 0 !important; padding-top: 0 !important; padding-bottom: 0 !important; overflow: hidden !important; animation: none !important; } /* 子菜单链接 — 严格固定,禁止 padding/top 引起的偏移 */ html body.bd-site-shell .main-mnu-list li ul li > a, html body.bd-site-shell .main-mnu-list li ul li > a:hover, html body.bd-site-shell .main-mnu-list li ul li:hover > a, html body.bd-site-shell .main-mnu-list li ul li:focus-within > a { display: flex !important; align-items: center !important; position: relative !important; top: 0 !important; bottom: 0 !important; left: 0 !important; right: 0 !important; transform: none !important; translate: none !important; margin: 0 !important; padding-top: 0 !important; padding-bottom: 0 !important; animation: none !important; box-shadow: none !important; min-height: 40px !important; height: auto !important; line-height: normal !important; vertical-align: middle !important; } /* 子菜单容器 — 锁定字号防止页面样式污染 */ html body.bd-site-shell .main-mnu-list li ul { font-size: 14px !important; } /* 头部所有文字元素字号锁定 */ html body.bd-site-shell .main-mnu-list > li > a, html body.bd-site-shell .main-mnu-list > li > a > span { font-size: 14px !important; line-height: 1.4 !important; } html body.bd-site-shell .header-top-info a, html body.bd-site-shell .header-top-info span { font-size: 14px !important; } body.bd-site-shell .main-mnu-list > li:not(.mega-menu), body.bd-site-shell .main-mnu-list .mega-menu { position: relative !important; } body.bd-site-shell .main-mnu-list > li:not(.mega-menu) > ul { left: 50% !important; right: auto !important; top: calc(100% + 2px) !important; transform: translateX(-50%) !important; } body.bd-site-shell .main-mnu-list > li:not(.mega-menu):hover > ul, body.bd-site-shell .main-mnu-list > li:not(.mega-menu):focus-within > ul { transform: translateX(-50%) !important; } body.bd-site-shell .main-mnu-list .mega-menu > .sub-menu { left: 50% !important; right: auto !important; top: calc(100% + 2px) !important; width: min(920px, calc(100vw - 48px)) !important; min-width: 0 !important; transform: translateX(-50%) !important; } body.bd-site-shell .main-mnu-list .mega-menu > .sub-menu > li > ul { position: static !important; left: auto !important; top: auto !important; transform: none !important; } body.bd-site-shell .main-mnu-list li ul ul { left: 50% !important; right: auto !important; top: calc(100% + 2px) !important; min-width: 220px !important; transform: translateX(-50%) !important; } body.bd-site-shell .header-search { position: static !important; } /* 遮罩层:只做背景,不参与居中布局 */ body.bd-site-shell .header-search-form { position: fixed !important; inset: 0 !important; display: block !important; padding: 0 !important; background: rgba(8, 15, 28, 0.56) !important; backdrop-filter: none !important; opacity: 0; visibility: hidden; pointer-events: none; z-index: 1400 !important; } /* 模糊背景改用伪元素,避免 backdrop-filter 产生新包含块干扰子元素定位 */ body.bd-site-shell .header-search-form::before { content: "" !important; position: fixed !important; inset: 0 !important; backdrop-filter: blur(12px) !important; -webkit-backdrop-filter: blur(12px) !important; pointer-events: none !important; z-index: 0 !important; } body.bd-site-shell .header-search.is-open .header-search-form { opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; } /* container 清空所有布局干扰 */ body.bd-site-shell .header-search-form .container { all: unset !important; display: block !important; } /* 弹窗直接 fixed 到视口正中央,不依赖任何父级布局 */ body.bd-site-shell .header-search-dialog { position: fixed !important; left: 50% !important; top: 50% !important; transform: translate(-50%, -50%) !important; width: min(620px, calc(100vw - 32px)) !important; margin: 0 !important; z-index: 1401 !important; padding: 32px !important; border-radius: 24px !important; background: #ffffff !important; border: 1px solid rgba(226, 232, 240, 0.92) !important; box-shadow: 0 32px 80px rgba(15, 23, 42, 0.28), 0 0 0 1px rgba(37, 99, 235, 0.06) !important; } @media (max-width: 1399px) { .main-mnu-list > li > a { padding: 0 10px; font-size: 14px; } } @media (max-width: 1199px) { .header-top { display: none; } body.bd-site-shell .bd-nav-shell { min-height: 74px; gap: 14px; } body.bd-site-shell .bd-nav-mobile { display: flex; align-items: center; } body.bd-site-shell .bd-nav-main { display: none; } .header-search-form { padding: 24px 20px; } } @media (max-width: 767px) { .header-fixed .container { width: min(100% - 20px, 1280px); } button.header-action-icon.header-search-ico { width: 24px; height: 24px; } .header-search-form { padding: 18px 16px; } .header-search-panel { width: auto; } .header-search-dialog { width: min(100vw - 32px, 640px); padding: 22px; border-radius: 22px; } .header-search-copy h3 { font-size: 1.4rem; } .header-search-form .form-field { min-height: 76px; padding: 18px 72px 14px 18px; border-radius: 20px; } .header-search-form .form-field-label { left: 18px; } .header-search-form .form-field-input { font-size: 1rem; } .header-search-btn { right: 12px; width: 48px; height: 48px; border-radius: 14px; } } @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .bd-skip-link, .header-fixed, .header-fixed::before, .main-mnu-list > li > a, .main-mnu-list > li > ul, .main-mnu-list > li > .sub-menu, button.header-action-icon.header-search-ico, .header-search-ico-search, .header-search-ico-close, .header-search-form, .header-search-btn { transition: none; } } Skip to content

Gansu China Gold and Jewelry Lighting Case

Gansu China Gold and Jewelry Lighting Case
Gansu China Gold and Jewelry Lighting Case
Gansu China Gold and Jewelry Lighting Case
Gansu China Gold and Jewelry Lighting Case
Gansu China Gold and Jewelry Lighting Case
Gansu China Gold and Jewelry Lighting Case
description

Case Details

Case Type 珠宝店铺案例
Client Brand 中国黄金
Case Address 甘肃

Case Details

As a national high-tech enterprise, Changxiang Lighting Technology focuses on the research and development of LED lighting technology for jewelry.  Its series of jewelry lighting products, with their excellent 

light quality, precise color rendering capabilities, and professional optical design, have been recognized by many well-known jewelry brands.


In scenarios where intelligent control systems are not required, Changxiang Starlight conventional lighting fixtures provide professional lighting support for jewelry retail spaces with their high cost-effectiveness

 and stable and reliable performance, allowing every piece of jewelry to showcase its most captivating brilliance.


Hefei Changxiang Lighting Technology Co., Ltd. will continue to uphold the core philosophy of "empowering jewelry value through light and shadow," providing the jewelry industry with more professional 

and high-quality lighting solutions.


sparkle Project Highlights

check_circle

Core advantages

As a national high-tech enterprise, Changxiang Lighting Technology focuses on the research and development of LED lighting technology for jewelry. Its series of jewelry lighting products, with their excellentlight quality, precise color rendering capabilities, and professional optical de

trending_up Project Advantages

rocket_launch

Efficient Execution

A professional team that responds quickly, ensuring on-time project delivery and improved execution efficiency.

precision_manufacturing

Expert Technology

Utilizes advanced technology stacks to ensure project quality and provide reliable technical support.

group

Professional Team

Boasts an experienced professional team that offers comprehensive support and services for the project.

support

Comprehensive Service

Provides end-to-end services from planning to implementation, ensuring the smooth completion of the project.