Alloy Remote-Controlled Construction Vehicle Series
* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background: #e8e4e0; c olor: #2a2a2a; padding: 20px 0 60px; -webkit-font-smoothing: antialiased; } .container { max-width: 720px; margin: 0 auto; background: #f5f2ef; border-radius: 28px; padding: 32px 24px 48px; border: 1px solid rgba(180, 160, 140, 0.08); box-shadow: 0 4px 60px rgba(0, 0, 0, 0.02); } /* ===== 顶部 ===== */ .top-bar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; padding-bottom: 16px; border-bottom: 1px solid rgba(180, 160, 140, 0.08); } .top-bar .brand { font-size: 9px; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase; color: #8a7a6a; } .top-bar .brand span { color: #b8a080; } .top-bar .edition { font-size: 9px; font-weight: 400; letter-spacing: 1.5px; color: #8a7a6a; background: rgba(180, 160, 140, 0.04); padding: 2px 14px; border-radius: 40px; border: 1px solid rgba(180, 160, 140, 0.06); } /* ===== 标题 ===== */ .title-section { margin-bottom: 28px; } .title-section .pre-title { font-size: 10px; font-weight: 400; letter-spacing: 2px; text-transform: uppercase; color: #b8a080; margin-bottom: 4px; } .title-section h1 { font-size: 34px; font-weight: 300; letter-spacing: -0.5px; color: #1a1a1a; line-height: 1.1; margin-bottom: 6px; } .title-section h1 .accent { font-weight: 500; color: #b8a080; } .title-section .sub { font-size: 14px; font-weight: 300; color: #7a6a5a; letter-spacing: 0.5px; } .title-section .sub span { display: inline-block; margin-right: 12px; } /* ===== 图片 ===== */ .img-wrap { width: 100%; border-radius: 18px; overflow: hidden; background: #ece8e4; border: 1px solid rgba(180, 160, 140, 0.06); margin: 16px 0; } .img-wrap img { width: 100%; height: auto; display: block; } .img-hero { margin: 0 0 28px 0; border-radius: 18px; overflow: hidden; background: #ece8e4; border: 1px solid rgba(180, 160, 140, 0.06); } .img-hero img { width: 100%; height: auto; display: block; } /* ===== 关键数据 ===== */ .specs-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 24px 0 32px; } .specs-grid .item { background: rgba(235, 228, 220, 0.2); border-radius: 14px; padding: 14px 8px; text-align: center; border: 1px solid rgba(180, 160, 140, 0.04); } .specs-grid .item .value { font-size: 22px; font-weight: 300; color: #1a1a1a; letter-spacing: -0.3px; } .specs-grid .item .value .unit { font-size: 12px; color: #8a7a6a; font-weight: 300; margin-left: 1px; } .specs-grid .item .label { font-size: 9px; color: #8a7a6a; text-transform: uppercase; letter-spacing: 0.8px; margin-top: 2px; font-weight: 400; } /* ===== 卖点卡片 ===== */ .feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 16px 0 24px; } .feature-card { background: rgba(235, 228, 220, 0.15); border-radius: 14px; padding: 18px 16px 16px; border: 1px solid rgba(180, 160, 140, 0.04); } .feature-card .icon { font-size: 20px; display: block; margin-bottom: 6px; opacity: 0.6; } .feature-card h4 { font-size: 13px; font-weight: 500; color: #1a1a1a; margin-bottom: 3px; letter-spacing: 0.2px; } .feature-card p { font-size: 12px; color: #6a5a4a; line-height: 1.5; font-weight: 300; } .feature-card.full { grid-column: 1/-1; text-align: center; background: rgba(235, 228, 220, 0.08); border-color: rgba(180, 160, 140, 0.04); padding: 20px 16px; } /* ===== 区块标题 ===== */ .section-label { font-size: 9px; font-weight: 400; letter-spacing: 2px; text-transform: uppercase; color: #8a7a6a; margin: 40px 0 14px; display: flex; align-items: center; gap: 14px; } .section-label .line { flex: 1; height: 1px; background: linear-gradient(90deg, rgba(180, 160, 140, 0.08), transparent); } /* ===== 图文交替 ===== */ .editorial { margin: 28px 0 24px; } .editorial .content { display: flex; flex-direction: column; gap: 12px; } .editorial .text { padding: 0 2px; } .editorial .text .tag { font-size: 9px; font-weight: 400; letter-spacing: 1.5px; text-transform: uppercase; color: #b8a080; display: inline-block; margin-bottom: 4px; } .editorial h3 { font-size: 20px; font-weight: 300; color: #1a1a1a; line-height: 1.2; margin-bottom: 4px; } .editorial h3 .accent { color: #b8a080; font-weight: 400; } .editorial p { font-size: 14px; color: #5a4a3a; line-height: 1.7; font-weight: 300; } /* ===== 引语 ===== */ .pull-quote { background: rgba(235, 228, 220, 0.15); border-radius: 18px; padding: 24px 24px; margin: 28px 0 24px; border-left: 2px solid rgba(180, 160, 140, 0.08); text-align: center; } .pull-quote p { font-size: 20px; font-weight: 300; color: #1a1a1a; line-height: 1.5; font-style: italic; letter-spacing: 0.2px; } .pull-quote .source { font-size: 10px; color: #8a7a6a; font-style: normal; margin-top: 6px; letter-spacing: 1px; font-weight: 300; } /* ===== 规格表 ===== */ .spec-table-wrap { background: rgba(235, 228, 220, 0.12); border-radius: 16px; padding: 18px 20px; border: 1px solid rgba(180, 160, 140, 0.04); margin-top: 8px; } .spec-table { width: 100%; border-collapse: collapse; font-size: 13px; } .spec-table td { padding: 7px 0; border-bottom: 1px solid rgba(180, 160, 140, 0.04); } .spec-table tr:last-child td { border-bottom: none; } .spec-table td:first-child { color: #8a7a6a; font-weight: 400; width: 36%; font-size: 11px; letter-spacing: 0.3px; text-transform: uppercase; } .spec-table td:last-child { color: #2a2a2a; font-weight: 400; font-size: 13px; } /* ===== 系列 ===== */ .series-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; margin: 14px 0 8px; } .series-card { background: rgba(235, 228, 220, 0.12); border-radius: 14px; padding: 16px 12px; border: 1px solid rgba(180, 160, 140, 0.04); text-align: center; } .series-card .emoji { font-size: 20px; display: block; margin-bottom: 4px; opacity: 0.6; } .series-card h4 { font-size: 13px; font-weight: 400; color: #1a1a1a; margin-bottom: 1px; letter-spacing: 0.3px; } .series-card .code { font-size: 9px; color: #b8a080; font-weight: 400; letter-spacing: 0.5px; } .series-card p { font-size: 10px; color: #6a5a4a; line-height: 1.5; margin-top: 4px; font-weight: 300; } /* ===== 包装 ===== */ .package-list { list-style: none; margin: 8px 0 4px; display: grid; grid-template-columns: 1fr 1fr; gap: 2px 16px; } .package-list li { padding: 6px 0 6px 18px; position: relative; font-size: 13px; color: #4a3a2a; font-weight: 300; line-height: 1.5; border-bottom: 1px solid rgba(180, 160, 140, 0.04); } .package-list li:last-child { border-bottom: none; } .package-list li::before { content: "—"; color: #b8a080; position: absolute; left: 0; top: 6px; font-size: 11px; } .battery-note { font-size: 12px; color: #7a6a5a; margin-top: 8px; padding: 8px 14px; background: rgba(235, 228, 220, 0.08); border-radius: 10px; border: 1px solid rgba(180, 160, 140, 0.04); text-align: center; font-weight: 300; letter-spacing: 0.3px; } /* ===== CTA ===== */ .cta-bar { text-align: center; background: rgba(235, 228, 220, 0.15); border-radius: 18px; padding: 24px 20px; margin: 32px 0 8px; border: 1px solid rgba(180, 160, 140, 0.04); } .cta-bar .big { font-size: 20px; font-weight: 300; letter-spacing: 0.3px; color: #1a1a1a; } .cta-bar .big span { color: #b8a080; font-weight: 400; } .cta-bar .sub { font-size: 12px; font-weight: 300; opacity: 0.4; margin-top: 4px; color: #6a5a4a; letter-spacing: 0.5px; } /* ===== Footer ===== */ .footer { margin-top: 36px; padding-top: 16px; border-top: 1px solid rgba(180, 160, 140, 0.06); font-size: 10px; color: #8a7a6a; text-align: center; letter-spacing: 1px; font-weight: 300; } .divider { height: 1px; background: linear-gradient(90deg, transparent, rgba(180, 160, 140, 0.06), transparent); margin: 6px 0 14px; } @media(max-width:480px) { .container { padding: 20px 16px 32px; border-radius: 20px; } .title-section h1 { font-size: 26px; } .specs-grid { grid-template-columns: 1fr 1fr; gap: 6px; } .specs-grid .item .value { font-size: 18px; } .feature-grid { grid-template-columns: 1fr; gap: 8px; } .feature-card { padding: 14px 14px 12px; } .feature-card .icon { font-size: 18px; } .feature-card h4 { font-size: 13px; } .feature-card p { font-size: 12px; } .spec-table td { font-size: 12px; padding: 5px 0; } .spec-table td:first-child { font-size: 10px; } .cta-bar .big { font-size: 17px; } .series-grid { grid-template-columns: 1fr; gap: 8px; } .pull-quote p { font-size: 17px; } .package-list { grid-template-columns: 1fr; } .editorial h3 { font-size: 18px; } .top-bar .brand { font-size: 8px; } .top-bar .edition { font-size: 8px; padding: 2px 10px; } .img-wrap { margin: 10px 0; } .img-hero { margin: 0 0 20px 0; } } Alloy Series Collector's Edition Precision Engineering Alloy Excavator 1:24 Scale·11 Channels·All-Metal 1:24 Scale 11 Channels 60min Runtime 25m Range Features 🦾 Precision Engineering Multiple independently movable joints enable high-precision lifting, digging, and rotation. 🔩 Alloy Construction Zinc alloy + ABS components. Optimal weight balance, wear resistance, and lasting value. ⚙️ Trapezoidal Screw Drive Advanced linear drive delivers smooth, realistic motion. Multi-section boom for complex terrain. 📡 2.4GHz · 60 Min Runtime 25m range. Full simulation: steering, boom, bucket, sound, and lighting effects. 🏆 Designed for Collectors Exquisite craftsmanship balancing aesthetic appeal with ease of use. A refined gift for engineering enthusiasts. Engineering Precision Replication Realistic structure and operational logic. Multiple independently movable joints enable high-precision lifting, digging, and rotation of the robotic arm — recreating professional construction scenarios with stunning accuracy. Materials Alloy Body, Premium Feel The robotic arm, bucket, and tracks are crafted from a high proportion of alloys, combined with ABS engineered components to achieve optimal weight balance, wear resistance, and lasting collectible value. "Trapezoidal lead screw drive. High-alloy joints. A machine beyond imagination." — Alloy Series Engineering Drive System Trapezoidal Screw Drive The advanced linear drive system delivers smooth and realistic motion. The multi-section boom adapts to complex terrain and delicate operations with precision. Performance 2.4GHz · 60 Min Runtime Full charge provides up to 60 minutes of continuous use. Control range is 25 meters. Fully simulates driving, steering, boom extension, bucket operation, lighting, and sound effects. Collector's Series Designed for Collectors Exquisite craftsmanship balances aesthetic appeal with ease of use. An ideal choice for engineering enthusiasts and RC model lovers — and an elegant gift for special occasions. Specifications Model BC1043 (Black Gold / Jazz White / Classic Yellow) Dimensions 30 × 10.5 × 20 cm Material Zinc Alloy + ABS Engineering Plastic Control Range ≈25 m / 80 ft Runtime ≈60 min (full charge) Functions Drive · Steering · 680° Rotation · Robotic Arm/Bucket · Backhoe · Sound · Lights · One-Click Demo Power Vehicle: 3 × AA · Remote: 2 × AA Alloy Series 🏗️ Bulldozer BC1045 · 9 Channels 1:24 scale · Alloy blades · Lifting · Sound & light · One-button demo ⛏️ Wheel Loader BC1057 · 9 Channels 1:24 scale · Articulated bucket · Scooping, lifting, dumping · Realistic hydraulic system 🚛 Dump Truck BC1047 · 9 Channels 1:24 scale · Hydraulic lifting bed · Traction capacity · Durable alloy chassis In the Box Excavator main unit 2.4GHz remote control Screwdriver User manual Sealed storage box 🔋 Batteries sold separately — Vehicle: 3 × AA · Remote: 2 × AA Build Your Collection Precision engineering · Alloy construction · Collector's quality Alloy Excavator — 1:24 Scale · 11 Channels · All-Metal Construction
More you might like
Related
🚜 1:64 Premium Alloy Mini RC Construction Set
Related
🚜 1:64 Premium Alloy Mini RC Construction Set
Related
RC Excavator Toy – Alloy Remote Control Construction Truck
Related