120W RGBW Moving Head Light Strobe
/* ===== 所有样式都限定在 .stage-light-detail 内 ===== */ .stage-light-detail *{margin:0;padding:0;box-sizing:border-box} .stage-light-detail{ max-width:720px; margin:0 auto; background:lin ear-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 } .stage-light-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) } .stage-light-detail h1{ font-size:28px; font-weight:700; letter-spacing:-.5px; color:#f0ece8 !important; line-height:1.2; margin-bottom:4px } .stage-light-detail h1 .accent{color:#e8a040} .stage-light-detail .subhead{ font-size:15px; color:#7a7a8a; font-weight:400; margin-bottom:16px; letter-spacing:0.3px } .stage-light-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) } .stage-light-detail .img-wrap{ width:100%; border-radius:16px; overflow:hidden; background:#0a0a0a; border:1px solid rgba(180,120,80,0.04); margin:16px 0 } .stage-light-detail .img-wrap img{ width:100%; height:auto; display:block } .stage-light-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 } .stage-light-detail .section-label .line{ flex:1; height:1px; background:linear-gradient(90deg,rgba(255,180,50,0.06),transparent) } .stage-light-detail .feature-grid{ display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-bottom:8px } .stage-light-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) } .stage-light-detail .feature-card .icon{ font-size:20px; display:block; margin-bottom:4px; opacity:0.8 } .stage-light-detail .feature-card h4{ font-size:13px; font-weight:600; color:#f0ece8; margin-bottom:2px } .stage-light-detail .feature-card p{ font-size:12px; color:#7a7a8a; line-height:1.4 } .stage-light-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 } .stage-light-detail .feature-card.orange{ background:rgba(232,160,64,0.04); border-color:rgba(232,160,64,0.06) } .stage-light-detail .content-block{ margin:24px 0 16px } .stage-light-detail .content-block .block-content{ display:flex; flex-direction:column; gap:12px } .stage-light-detail .content-block h3{ font-size:18px; font-weight:600; color:#f0ece8; line-height:1.3; margin-bottom:2px } .stage-light-detail .content-block h3 .accent{color:#e8a040} .stage-light-detail .content-block p{ font-size:14px; color:#9a9aaa; line-height:1.6 } .stage-light-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 } .stage-light-detail .specs-table{ width:100%; border-collapse:collapse; font-size:13px } .stage-light-detail .specs-table td{ padding:6px 0; border-bottom:1px solid rgba(255,180,50,0.03) } .stage-light-detail .specs-table tr:last-child td{border-bottom:none} .stage-light-detail .specs-table td:first-child{ color:#6a6a7a; font-weight:500; width:38%; font-size:12px; letter-spacing:0.3px } .stage-light-detail .specs-table td:last-child{ color:#d8d0c8; font-weight:500 } .stage-light-detail .package-list{ list-style:none; margin:8px 0 4px } .stage-light-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) } .stage-light-detail .package-list li:last-child{border-bottom:none} .stage-light-detail .package-list li::before{ content:"✦"; color:#e8a040; position:absolute; left:0; top:6px; font-size:9px } .stage-light-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) } .stage-light-detail .cta-bar .big{ font-size:20px; font-weight:800; letter-spacing:.3px; color:#f0ece8 } .stage-light-detail .cta-bar .big span{color:#e8a040} .stage-light-detail .cta-bar .sub{ font-size:14px; opacity:.6; margin-top:4px; color:#8a8a9a } .stage-light-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){ .stage-light-detail{padding:20px 16px 32px;border-radius:20px} .stage-light-detail h1{font-size:24px} .stage-light-detail .feature-grid{grid-template-columns:1fr;gap:8px} .stage-light-detail .feature-card{padding:14px 12px 12px} .stage-light-detail .feature-card .icon{font-size:18px} .stage-light-detail .feature-card h4{font-size:13px} .stage-light-detail .feature-card p{font-size:12px} .stage-light-detail .feature-card.full{grid-column:1/-1} .stage-light-detail .specs-table td{font-size:12px;padding:5px 0} .stage-light-detail .specs-table td:first-child{font-size:11px} .stage-light-detail .cta-bar .big{font-size:17px} .stage-light-detail .img-wrap{margin:10px 0} } ✦ Professional Lighting 120W RGBW Moving Head Light Strobe 6-Arm · Hexagonal-Eye · DMX-512 · Sound Activated A professional moving head light featuring 6-arm RGBW beams, 4 hexagonal-eye projectors, and dual strobe effects. Built for clubs, stages, parties, and immersive lighting installations. ✦ Key Features 💡 Dual Lighting System 6-arm RGBW beams + 4 hexagonal-eye projectors create stunning honeycomb beam arrays. 🔄 540° Dynamic Motion Full horizontal rotation with white/warm strobes, red-green starfield, and colorful aura rings. 🎵 Smart Control Built-in auto and sound-active modes with adjustable speed and sensitivity for hassle-free operation. 🎛️ Professional Control Supports DMX512, master/slave, and standalone modes — perfect for precise lighting programming. 🏟️ Versatile Applications Ideal for parties, club events, small-stage performances, and immersive lighting installations. 💡 Dual Lighting System Features 6-arm 90° swing RGBW LED beams + 4 hexagonal-eye projectors, creating stunning honeycomb beam arrays for immersive visual effects. 🔄 540° Dynamic Motion & Effects 540° horizontal rotation builds dynamic light networks with multiple FX: white/warm strobes, red-green starfield, and colorful aura rings to enhance stage dimensionality. 🎵 Smart Control Options Built-in auto/sound-active modes with adjustable speed and sensitivity, offering hassle-free operation for different environments. 🎛️ Professional Control Scheme Supports DMX512, master/slave, and standalone control modes — perfect for precise lighting programming and synchronized shows. 🏟️ Versatile Applications Ideal for parties, club events, and small-stage performances with its compact yet powerful lighting capabilities. 📐 Technical Specifications Input Voltage AC 110V–240V, 50/60Hz Rated Power 150W Actual Power 120W Light Source 10 × 10W RGBW · 2 × 10W White Strobe · 2 × Warm Strobe · 23 × 0.2W RGB LEDs · Red 650nm · Green 515nm Optimal Projection 3–5 meters LED Lifetime 10,000 hours Dimming 0–100% linear dimming Strobe Frequency 1–20Hz X-Axis 540° Y-Axis 90° Control Modes Auto · Sound-Active · Master/Slave · DMX512 DMX Channels 26CH Protocol Standard DMX512 Data Connection 3-Pin XLR Input/Output Display 4-Digit Digital Display Protection Rating IP20 Operating Temp -10°C to 40°C 📦 What's Included 1 × Light Fixture 1 × Power Cord 1 × Hook Bracket 1 × Instruction Manual 🎯 Professional Lighting for Every Stage 120W RGBW Moving Head — DMX-512 · Sound Activated · 26CH 120W RGBW Moving Head Light Strobe — 6-Arm · Hexagonal-Eye · DMX-512
More you might like
Related
120W RGBW LED Moving Head – Moving Head Licht – Disco Light
Related
120W LED RGBW beam moving head light-E10
Related
120W RGBW 4-in-1 LED Moving Head Light -E37
Related