20 Inch Electric Bike
Himiway Bike 的集合页
关于
/* Base Container & Scope */ .ebike-content-wrapper { max-width: 900px; margin: 0 auto; padding: 0.1rem 1.5rem; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #2c3e50; line-height: 1.7; } /* Typography Base */ .ebike-content-wrapper h2 { font-size: 1.85rem; font-weight: 700; color: #111827; margin-top: 3rem; margin-bottom: 1.25rem; padding-bottom: 0.75rem; border-bottom: 2px solid #e5e7eb; letter-spacing: -0.02em; position: relative; } .ebike-content-wrapper h2::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 60px; height: 2px; background-color: #000000; /* Primary brand accent color */ } .ebike-content-wrapper h2:first-of-type { margin-top: 0; } .ebike-content-wrapper h4 { font-size: 1.2rem; font-weight: 600; color: #1f2937; margin-top: 2rem; margin-bottom: 0.75rem; display: flex; align-items: center; } .ebike-content-wrapper p { font-size: 1.05rem; color: #4b5563; margin-bottom: 1.25rem; } /* Styled Lists */ .ebike-content-wrapper ul { list-style: none; padding-left: 0; margin: 1.25rem 0 2rem 0; } .ebike-content-wrapper ul li { position: relative; padding-left: 1.75rem; margin-bottom: 0.85rem; font-size: 1rem; color: #374151; } .ebike-content-wrapper ul li::before { content: "•"; color: #2563eb; /* Accent blue bullet point */ font-size: 1.5rem; position: absolute; left: 0.35rem; top: -0.2rem; } .ebike-content-wrapper ul li strong { color: #111827; font-weight: 600; } /* Comparison Table Styling */ .ebike-content-wrapper table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 2rem 0; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04); border: 1px solid #e5e7eb; } .ebike-content-wrapper th { background-color: #f9fafb; color: #111827; font-weight: 700; text-align: left; padding: 1rem 1.25rem; border-bottom: 1px solid #e5e7eb; font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.05em; } .ebike-content-wrapper td { padding: 1rem