Cruiser ebike
Himiway Bike 的集合页
关于
/* -------------------------------------------------------------------------- Scoped Luxury Typography & Editorial Styling -------------------------------------------------------------------------- */ .ec-editorial-article { --ec-primary: #12151A; /* 深邃墨黑 / 主标题与主要文字 */ --ec-text: #3D424A; /* 雅致深灰 / 正文,阅读舒适 */ --ec-muted: #717782; /* 辅助说明灰 */ --ec-accent: #0F52BA; /* 尊贵电光蓝 / 品牌焦点(可根据品牌微调) */ --ec-accent-subtle: #F0F4FA; /* 浅蓝高光底色 */ --ec-surface: #FFFFFF; /* 纯白卡片背景 */ --ec-border: #E8ECEF; /* 极细微结构分割线 */ --ec-border-highlight: #CBD5E1; /* 强调边框色 */ --ec-radius-sm: 8px; --ec-radius-md: 14px; --ec-shadow-subtle: 0 4px 20px -2px rgba(18, 21, 26, 0.05); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: var(--ec-text); background-color: transparent; line-height: 1.8; font-size: 16px; letter-spacing: -0.01em; max-width: 880px; margin: 0 auto; padding: 1px 20px 10px; box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* -------------------------------------------------------------------------- Headings System -------------------------------------------------------------------------- */ .ec-editorial-article h2 { color: var(--ec-primary); font-size: clamp(24px, 4vw, 32px); font-weight: 700; line-height: 1.28; letter-spacing: -0.025em; margin: 54px 0 20px 0; position: relative; padding-bottom: 12px; } /* 优雅底边高光线 */ .ec-editorial-article h2::after { content: ""; position: absolute; bottom: 0; left: 0; width: 48px; height: 3px; background: var(--ec-accent); border-radius: 2px; } /* 顶部第一个主标题特殊化 */ .ec-editorial-article > h2:first-of-type { font-size: clamp(28px, 5vw, 40px); margin-top: 10px; margin-bottom: 24px; padding-bottom: 16px; } .ec-editorial-article > h2:first-of-type::after { width: 64px; height: 4px; } .ec-editorial-article h4 { color: var(--ec-primary); font-size: 19px; font-weight: 600; letter-spacing: -0.015em; margin: 36px 0 14px 0; display: flex; align-items: cent