Waterproof Electric Bikes
Himiway Bike 的集合页
关于
/* Waterproof Electric Bikes Collection - CSS */ .waterproof-collection { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif; color: #333; line-height: 1.7; max-width: 1200px; margin: 0 auto; padding: 20px; } .waterproof-collection * { box-sizing: border-box; } /* Quick Summary - Light Red */ .waterproof-summary { background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%); border-left: 4px solid #dc2626; border-radius: 8px; padding: 20px 25px; margin-bottom: 35px; } .waterproof-summary p { color: #991b1b; font-size: 1.1rem; margin: 0; line-height: 1.6; } .waterproof-summary a { color: #dc2626; text-decoration: none; font-weight: 600; } .waterproof-summary a:hover { text-decoration: underline; } /* Centered Titles */ .waterproof-collection h2 { color: #2c3e50; font-size: 2rem; font-weight: 700; margin: 40px 0 15px; text-align: center; } .waterproof-collection h3 { color: #2c3e50; font-size: 1.5rem; font-weight: 600; margin: 30px 0 20px; text-align: center; } .waterproof-intro-text { text-align: center; color: #5a6c7d; font-size: 1.05rem; max-width: 800px; margin: 0 auto 30px; } /* Feature Categories Grid */ .waterproof-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin-bottom: 40px; } .waterproof-feature-card { background: #fff; border-radius: 10px; padding: 25px; box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08); } .waterproof-feature-card h4 { color: #2c3e50; font-size: 1.2rem; margin: 0 0 15px; display: flex; align-items: center; gap: 8px; } .waterproof-feature-card ul { list-style: none; padding: 0; margin: 0; } .waterproof-feature-card li { padding: 8px 0; color: #5a6c7d; font-size: 0.95rem; display: flex; align-items: flex-start; gap: 8px; } .waterproof-feature-card li::before { content: "✓"; color: #27ae60; font-weight: bold; flex-shrink: 0; } /* Product Picks Grid */ .waterproof-picks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin-bottom: 40px; } .waterproof-pic