Street Legal eBike for Adults

A collection page of Himiway Bike

category
Products
8
Active ads
0
Depth
Published
2026/08/10

About

/* 基础容器与变量定义 */ .custom-ebike-container { --primary-color: #1a1a1a; --accent-color: #2563eb; /* 科技蓝点缀 */ --bg-card: #ffffff; --border-color: #e5e7eb; --text-main: #374151; --text-muted: #6b7280; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: var(--text-main); line-height: 1.7; max-width: 900px; margin: 0 auto; padding: 2px 10px; } /* 标题2:大区块头部 */ .custom-ebike-container h2 { font-size: 1.85rem; font-weight: 700; color: var(--primary-color); letter-spacing: -0.025em; margin-top: 2.5rem; margin-bottom: 1.25rem; padding-bottom: 0.75rem; border-bottom: 2px solid var(--primary-color); display: flex; align-items: center; } .custom-ebike-container h2::before { content: ""; display: inline-block; width: 6px; height: 1.5rem; background-color: var(--accent-color); margin-right: 12px; border-radius: 4px; } /* 标题4:小子标题 */ .custom-ebike-container h4 { font-size: 1.2rem; font-weight: 600; color: #111827; margin-top: 1.8rem; margin-bottom: 0.8rem; } /* 段落文本 */ .custom-ebike-container p { margin-bottom: 1rem; font-size: 1rem; color: var(--text-main); } /* 列表样式优化 */ .custom-ebike-container ul { list-style: none; padding-left: 0; margin-bottom: 1.5rem; } .custom-ebike-container ul li { position: relative; padding-left: 1.5rem; margin-bottom: 0.6rem; font-size: 0.98rem; } .custom-ebike-container ul li::before { content: "•"; color: var(--accent-color); font-weight: bold; font-size: 1.2rem; position: absolute; left: 0.3rem; top: -0.1rem; } .custom-ebike-container ul li strong { color: var(--primary-color); } /* 现代化高质感表格 */ .custom-ebike-container table { width: 100% !important; border-collapse: separate; border-spacing: 0; margin: 1.5rem 0 2rem 0; border-radius: 8px; overflow: hidden; border: 1px solid var(--border-color); box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03); } .custom-ebike-container th { background-color: #f9fafb; color: #111827; font-weight: 600; text-align: left; padding: 12px 1