180W 3-Arm Moving Head Light
/* ===== 所有样式都限定在 .moving-head-3arm-detail 内 ===== */ .moving-head-3arm-detail *{margin:0;padding:0;box-sizing:border-box} .moving-head-3arm-detail{ max-width:720px; margin:0 auto; background:linear-gradient(180deg,#141418 0%,#1a1a20 40%,#141418 100%); border-radius:24px; padding:28px 20px 40px; border:1px solid rgba(180,120,80,0.06); box-shadow:0 0 60px rgba(0,0,0,0.5); font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; color:#e0dcd8 } .moving-head-3arm-detail .badge{ display:inline-block; background:rgba(255,180,50,0.08); color:#e8a040; font-size:10px; font-weight:600; letter-spacing:1.5px; text-transform:uppercase; padding:3px 14px; border-radius:40px; margin-bottom:12px; border:1px solid rgba(255,180,50,0.06) } .moving-head-3arm-detail h1{ font-size:28px; font-weight:700; letter-spacing:-.5px; color:#f0ece8 !important; line-height:1.2; margin-bottom:4px } .moving-head-3arm-detail h1 .accent{color:#e8a040} .moving-head-3arm-detail .subhead{ font-size:15px; color:#7a7a8a; font-weight:400; margin-bottom:16px; letter-spacing:0.3px } .moving-head-3arm-detail .desc{ font-size:14px; color:#b0b0b8; line-height:1.7; margin-bottom:20px; padding-bottom:16px; border-bottom:1px solid rgba(255,180,50,0.04) } .moving-head-3arm-detail .img-wrap{ width:100%; border-radius:16px; overflow:hidden; background:#0a0a0a; border:1px solid rgba(180,120,80,0.04); margin:16px 0 } .moving-head-3arm-detail .img-wrap img{ width:100%; height:auto; display:block } .moving-head-3arm-detail .section-label{ font-size:10px; font-weight:600; letter-spacing:1.5px; text-transform:uppercase; color:#5a5a6a; margin:36px 0 14px; display:flex; align-items:center; gap:12px } .moving-head-3arm-detail .section-label .line{ flex:1; height:1px; background:linear-gradient(90deg,rgba(255,180,50,0.06),transparent) } .moving-head-3arm-detail .feature-grid{ display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-bottom:8px } .moving-head-3arm-detail .feature-card{ background:rgba(30,30,35,0.3); border-radius:14px; padding:16px 14px 14px; border:1px solid rgba(255,180,50,0.03) } .moving-head-3arm-detail .feature-card .icon{ font-size:20px; display:block; margin-bottom:4px; opacity:0.8 } .moving-head-3arm-detail .feature-card h4{ font-size:13px; font-weight:600; color:#f0ece8; margin-bottom:2px } .moving-head-3arm-detail .feature-card p{ font-size:12px; color:#7a7a8a; line-height:1.4 } .moving-head-3arm-detail .feature-card.full{ grid-column:1/-1; text-align:center; background:rgba(40,35,28,0.08); border-color:rgba(255,180,50,0.03); padding:18px 16px } .moving-head-3arm-detail .feature-card.gold{ background:rgba(255,180,50,0.04); border-color:rgba(255,180,50,0.06) } .moving-head-3arm-detail .content-block{ margin:24px 0 16px } .moving-head-3arm-detail .content-block .block-content{ display:flex; flex-direction:column; gap:12px } .moving-head-3arm-detail .content-block h3{ font-size:18px; font-weight:600; color:#f0ece8; line-height:1.3; margin-bottom:2px } .moving-head-3arm-detail .content-block h3 .accent{color:#e8a040} .moving-head-3arm-detail .content-block p{ font-size:14px; color:#9a9aaa; line-height:1.6 } .moving-head-3arm-detail .specs-table-wrap{ background:rgba(30,30,35,0.2); border-radius:16px; padding:16px 18px; border:1px solid rgba(255,180,50,0.03); margin-top:8px } .moving-head-3arm-detail .specs-table{ width:100%; border-collapse:collapse; font-size:13px } .moving-head-3arm-detail .specs-table td{ padding:6px 0; border-bottom:1px solid rgba(255,180,50,0.03) } .moving-head-3arm-detail .specs-table tr:last-child td{border-bottom:none} .moving-head-3arm-detail .specs-table td:first-child{ color:#6a6a7a; font-weight:500; width:38%; font-size:12px; letter-spacing:0.3px } .moving-head-3arm-detail .specs-table td:last-child{ color:#d8d0c8; font-weight:500 } .moving-head-3arm-detail .package-list{ list-style:none; margin:8px 0 4px } .moving-head-3arm-detail .package-list li{ padding:6px 0 6px 22px; position:relative; font-size:13px; color:#9a9aaa; line-height:1.5; border-bottom:1px solid rgba(255,180,50,0.02) } .moving-head-3arm-detail .package-list li:last-child{border-bottom:none} .moving-head-3arm-detail .package-list li::before{ content:"✦"; color:#e8a040; position:absolute; left:0; top:6px; font-size:9px } .moving-head-3arm-detail .cta-bar{ text-align:center; background:linear-gradient(135deg,#1a1a20,#2a2a30); border-radius:16px; padding:20px 16px; margin:28px 0 8px; border:1px solid rgba(255,180,50,0.04) } .moving-head-3arm-detail .cta-bar .big{ font-size:20px; font-weight:800; letter-spacing:.3px; color:#f0ece8 } .moving-head-3arm-detail .cta-bar .big span{color:#e8a040} .moving-head-3arm-detail .cta-bar .sub{ font-size:14px; opacity:.6; margin-top:4px; color:#8a8a9a } .moving-head-3arm-detail .footer{ margin-top:32px; padding-top:16px; border-top:1px solid rgba(255,180,50,0.03); font-size:11px; color:#4a4a5a; text-align:center; letter-spacing:0.5px } @media(max-width:480px){ .moving-head-3arm-detail{padding:20px 16px 32px;border-radius:20px} .moving-head-3arm-detail h1{font-size:24px} .moving-head-3arm-detail .feature-grid{grid-template-columns:1fr;gap:8px} .moving-head-3arm-detail .feature-card{padding:14px 12px 12px} .moving-head-3arm-detail .feature-card .icon{font-size:18px} .moving-head-3arm-detail .feature-card h4{font-size:13px} .moving-head-3arm-detail .feature-card p{font-size:12px} .moving-head-3arm-detail .feature-card.full{grid-column:1/-1} .moving-head-3arm-detail .specs-table td{font-size:12px;padding:5px 0} .moving-head-3arm-detail .specs-table td:first-child{font-size:11px} .moving-head-3arm-detail .cta-bar .big{font-size:17px} .moving-head-3arm-detail .img-wrap{margin:10px 0} } ✦ Professional Lighting 180W 3-Arm Moving Head Light 3 Heads · 9 Beams · RGBW · DMX512 · Sound Activated A powerful 3-arm moving head light featuring 9 stunning beams, RGBW color mixing, and dynamic effects including strobe, starry sky, and colorful aperture. Perfect for DJ parties, clubs, and small venues. ✦ Key Features 💡 Triple-Head Beam Powerhouse Three heads project 9 stunning beams with XY-axis flexibility — instant party-starting energy. ✨ All-in-One Light Show Integrated light sources with dazzling effects: beam, strobe, starry sky, and colorful aperture. 🎛️ Smart Control Options Sound-activated · Auto-run · DMX · Master/Slave · Remote Control — flexible and effortless. 🛡️ Durable & Cool Under Pressure Shockproof ABS casing with efficient aluminum heat dissipation for long-lasting performance. 🎯 Sleek Design & Premium Ambience Minimalist aesthetics with refined accent lighting. Perfect for DJ parties, home gatherings, and home theaters. 🎨 Sleek Design & Premium Ambience Elevate any space with minimalist aesthetics and refined accent lighting. Perfect for DJ parties, home gatherings, or home theaters, it adds instant sophistication and immersive atmosphere. ✨ All-in-One Light Show Integrated with multiple light sources and built-in dazzling effects — beam, six-bee eye beam, warm/white strobe, red-green starry sky, and colorful aperture — delivering a dreamy, dynamic visual feast with just one click. 🎛️ Smart Control, Effortless Fun Switch between sound-activated, auto-run, and manual modes — ideal for both lazy ease and pro-level customization. Transform your space with effortless command. 🛡️ Durable & Cool Under Pressure Built to last with shockproof ABS casing and efficient aluminum heat dissipation. Ensures long-lasting performance even during intense use. 💪 Triple-Head Beam Powerhouse Three heads project 9 stunning beams with XY-axis flexibility, dual strobe (white/warm), and instant party-starting energy for small venues and intimate gatherings. 📐 Technical Specifications Input Voltage AC 100V–240V, 50/60Hz Rated Power 180W Actual Power 135W Control Protocol 433MHz Wireless · DMX512 Control Distance 1–8 meters (wireless) Light Source 9×10W RGBW + 6×10W RGBW + 145×0.2W RGB + 3×5W White Strobe + 3×5W Warm Strobe + Red/Green Laser Optimal Projection 3–5 meters LED Lifetime 10,000 hours Dimming 0–100% linear dimming Strobe Frequency 1–20Hz X-Axis Rotation 540° Y-Axis Rotation 90° Effects Beam · Six-Bee Eye · Strobe · Starry Sky · Colorful Aperture Control Modes Auto · Sound-Activated · Master/Slave · DMX · Remote Control DMX Channels 24 / 32 CH Data Connection 3-Pin XLR Input/Output Display 4-Digit Digital Display Protection Rating IP20 Operating Temp -20°C to 40°C 📦 What's Included 1 × Light Fixture 1 × Power Cord 1 × Light Hook Bracket 2 × Screws 1 × Remote Control 1 × Instruction Manual 🎯 Three Heads · Infinite Possibilities 180W 3-Arm Moving Head — 9 Beams · RGBW · DMX512 180W 3-Arm Moving Head Light — Triple-Head · 9 Beams · RGBW · DMX512
More you might like
Related
FZ 180W RGBW 3-Arm Moving Head Projection Stage Lighting
Related
Moving Head Dj Lights for Parties, 180W LED RGBW 6 Arms with
Related
Moving Head Dj Lights for Parties, 180W LED RGBW 6 Arms with
Related