Description
/* * Docos Design Tokens * #ffffff 白底 #f7f7f7 卡片底 * #e5e5e5 边框 #1a1a1a 正文 * #555555 次级文字 #b8924a 暖金强调 * #fff8ee 提示底 #e8c87a 提示边框 */ .klw2-wrap { font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Helvetica, Arial, sans-serif; color: #1a1a1a; line-height: 1.7; max-width: 860px; margin: 0 auto; background: #ffffff; } /* 章节标题 */ .klw2-section-title { font-size: 0.72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #1a1a1a; border-bottom: 1.5px solid #b8924a; padding-bottom: .45rem; margin: 2.2rem 0 1.1rem; } /* 视频网格:2×2 */ .klw2-video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 2rem; } .klw2-video-box { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 8px; background: #111; } .klw2-video-box iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } @media (max-width: 540px) { .klw2-video-grid { grid-template-columns: 1fr; } } /* Hero 文案 */ .klw2-intro { font-size: 1rem; color: #555; line-height: 1.8; margin-bottom: 1rem; } /* 无线安装横幅 */ .klw2-wireless-banner { display: flex; align-items: center; gap: 14px; background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: .9rem 1.2rem; margin-bottom: 2rem; font-size: .92rem; color: #1a1a1a; font-weight: 500; } .klw2-wireless-banner__icon { font-size: 1.4rem; flex-shrink: 0; } .klw2-wireless-banner__sub { font-size: .8rem; font-weight: 400; color: #777; display: block; margin-top: .1rem; } /* 产品示意图 */ .klw2-hero-img { margin: 1rem 0 2rem; text-align: center; } .klw2-hero-img img { max-width: 100%; border-radius: 8px; display: inline-block; border: 1px solid #e5e5e5; } /* 核心卖点卡片 */ .klw2-features { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 8px; margin-bottom: 2rem; } .klw2-feature-card { background: #f7f7f7; border: 1px solid #e5e5e5; border-top: 3px solid #b8924a; border-radius: 6px; padding: .85rem 1rem; font-size: .85rem; color: #333; line-height: 1.55; } .klw2-feature-card__icon { font-size: 1.2rem; display: block; margin-bottom: .35rem; } .klw2-feature-card__title { font-weight: 600; font-size: .82rem; color: #1a1a1a; display: block; margin-bottom: .2rem; } /* 安装 3 步 */ .klw2-steps { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 8px; margin-bottom: 2rem; counter-reset: step; } .klw2-step { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; padding: 2.4rem 1rem .85rem; font-size: .85rem; color: #333; line-height: 1.55; position: relative; } .klw2-step::before { counter-increment: step; content: counter(step); position: absolute; top: .75rem; left: 1rem; width: 22px; height: 22px; background: #b8924a; color: #fff; font-size: .72rem; font-weight: 700; border-radius: 50%; display: flex; align-items: center; justify-content: center; line-height: 1; } .klw2-step__title { font-weight: 600; font-size: .82rem; color: #1a1a1a; display: block; margin-bottom: .2rem; } /* 遥控功能卡片 */ .klw2-controls { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 8px; margin-bottom: 2rem; } .klw2-control-card { display: flex; align-items: flex-start; gap: 10px; background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; padding: .7rem .9rem; font-size: .85rem; color: #333; line-height: 1.5; } .klw2-control-card__icon { font-size: 1.1rem; flex-shrink: 0; margin-top: .05rem; } .klw2-control-card__title { font-weight: 600; font-size: .8rem; color: #1a1a1a; display: block; margin-bottom: .1rem; } /* 场景标签 */ .klw2-rooms { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 2rem; } .klw2-room-tag { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 20px; padding: .3rem .9rem; font-size: .82rem; color: #555; display: flex; align-items: center; gap: 5px; } /* 提示横幅 */ .klw2-notice { display: flex; gap: 10px; background: #fff8ee; border: 1px solid #e8c87a; border-left: 3px solid #b8924a; border-radius: 6px; padding: .75rem 1rem; margin-bottom: .65rem; font-size: .88rem; color: #5a3e10; line-height: 1.6; } .klw2-notice__icon { flex-shrink: 0; margin-top: .05rem; } /* 颜色 swatches */ .klw2-color-bar { display: flex; align-items: center; gap: 14px; background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: .75rem 1.1rem; margin-bottom: 2rem; font-size: .88rem; color: #555; } .klw2-color-bar__swatches { display: flex; gap: 8px; flex-shrink: 0; } .klw2-swatch { width: 22px; height: 22px; border-radius: 50%; border: 2px solid rgba(0,0,0,.1); box-shadow: 0 1px 4px rgba(0,0,0,.15); } .klw2-swatch–gold { background: linear-gradient(135deg, #c8a040, #e8c060); } .klw2-swatch–black { background: #1e1a17; } .klw2-swatch–nickel { background: linear-gradient(135deg, #b0b4b8, #d4d8dc); border-color: rgba(0,0,0,.15); } /* 三尺寸卡片 */ .klw2-size-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px; margin-bottom: 1rem; } .klw2-size-card { background: #f7f7f7; border: 1px solid #e5e5e5; border-top: 3px solid #b8924a; border-radius: 6px; padding: .9rem 1.1rem; } .klw2-size-card__label { font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #b8924a; display: block; margin-bottom: .5rem; } .klw2-size-card__sublabel { font-size: .72rem; color: #888; display: block; margin-bottom: .4rem; margin-top: -.3rem; } .klw2-size-card__row { display: flex; justify-content: space-between; align-items: baseline; border-bottom: 1px solid #e5e5e5; padding: .22rem 0; font-size: .85rem; color: #333; } .klw2-size-card__row:last-child { border-bottom: none; } .klw2-size-card__key { color: #777; font-size: .8rem; } .klw2-size-card__row–highlight { color: #b8924a; font-weight: 600; } .klw2-size-card__row–highlight .klw2-size-card__key { color: #b8924a; } /* 所有尺寸共用的充电时长条 */ .klw2-charge-bar { display: flex; align-items: center; gap: 12px; background: #fff8ee; border: 1px solid #e8c87a; border-left: 3px solid #b8924a; border-radius: 6px; padding: .7rem 1.1rem; margin-bottom: 2rem; font-size: .88rem; color: #5a3e10; line-height: 1.5; } .klw2-charge-bar__icon { font-size: 1.2rem; flex-shrink: 0; } .klw2-charge-bar strong { color: #1a1a1a; } /* 规格列表 */ .klw2-specs { list-style: none; padding: 0; margin: 0 0 2rem; display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 8px; } .klw2-specs li { display: flex; align-items: flex-start; gap: 10px; background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; padding: .6rem .9rem; font-size: .9rem; color: #333; } .klw2-specs li::before { content: ”; display: block; width: 5px; height: 5px; min-width: 5px; border-radius: 50%; background: #b8924a; margin-top: 8px; } /* LED 提示 */ .klw2-led-note { display: flex; gap: 10px; background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: .7rem 1rem; font-size: .85rem; color: #555; margin-bottom: 1.8rem; line-height: 1.6; } /* 认证徽章 */ .klw2-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 1.4rem; } .klw2-badge { background: #ffffff; border: 1px solid #d4d4d4; border-radius: 20px; padding: .28rem .85rem; font-size: .78rem; color: #333; font-weight: 500; letter-spacing: .03em; } /* 下载 */ .klw2-downloads { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 2rem; } .klw2-dl-item { display: flex; flex-direction: column; align-items: center; gap: 8px; text-decoration: none; color: #1a1a1a; font-size: .78rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; transition: opacity .2s; } .klw2-dl-item:hover { opacity: .65; } .klw2-dl-item img { width: 60px; height: 60px; object-fit: contain; border: 1px solid #e5e5e5; border-radius: 6px; background: #fff; padding: 8px; }
See It In Action
A table lamp takes up a surface. An overhead light flattens the whole room. The Kady Linear Wall Lamp does neither — it sits flush against the wall, runs clean and horizontal, and lights the space without claiming any of it.
And because it’s completely wireless, the wall it goes on doesn’t need an outlet behind it. It doesn’t need anything. Two screws, a charge, and it’s done.
🔋
No wiring. No electrician. No junction box. Mounts in minutes — charge via USB and place it anywhere you want light.
Why Kady
📐 Linear, Low-Profile Form The slim bar sits close to the wall — no arm, no shade, no depth. It adds light without adding visual weight. The wall stays clean.
🔋 Truly Wireless Rechargeable via USB. Move it between rooms, reposition it whenever the layout changes, or use multiples without routing a single wire.
🎨 Three Color Modes Warm white for evenings, neutral for work, cool for clarity. Switch between them from across the room with the wireless remote.
🖼 Picture Frame Lighting The linear form was made for wall art. Run it just above a frame to cast a gallery-like wash of light — without installing a track or a spot.
Smart Controls
📡
Remote On / OffControl from anywhere in the room
🌗
BrightnessDim to mood, brighten for task
💡
3 Color ModesWarm · Neutral · Cool
⏱
Auto TimerSet it to shut off and forget it
Use It Here
🛏 Above the Headboard 🖼 Gallery Wall 📚 Bookshelf 🚪 Hallway 🛋 Behind the Sofa 🪞 Mirror / Vanity 🏠 Rental Apartment
Good to Know
🔩 This rechargeable model does not include a round mounting plate — it is not designed for hardwired or junction-box installation.
💡 Kady casts soft ambient light, not direct spotlight brightness. It’s a layered lighting accent, not a primary task light.
🖼️ Works best with standard-thickness frames. Very thick or deep frames may reduce light coverage.
Gold · Black · Brushed Nickel
Choose Your Length
Small Nightstands & shelves
Length 68 cm / 27″
Power 7W
Runtime Up to 9 hrs
Weight 0.9 kg
Medium Art frames & bedheads
Length 98 cm / 38.5″
Power 10W
Runtime Up to 5 hrs
Weight 1.1 kg
Large Feature walls & sofas
Length 128 cm / 50″
Power 14W
Runtime Up to 4 hrs
Weight 1.25 kg
⚡ Full charge in 2 hours 10 minutes — same fast charge time across all three sizes, via the included USB cable.
Details
- Body: Metal
- Materials: Metal, Aluminium & Acrylic
- Light source: Integrated LED — not replaceable
- Lifespan: 50,000 hrs
- Color modes: Three-color — Warm / Neutral / Cool
- Power: USB rechargeable — cordless
- Charge time: 2 h 10 min (full charge)
- Remote: On/off, brightness, timer
- Certified: North America · Australia · Europe · Middle East
💡 The integrated LED is rated for 50,000 hours — at 5 hours per day, that’s over 27 years before it needs attention.
🌎 North America 🌏 Australia 🌍 Europe 🌍 Middle East
Downloads
Parameter 3D FilesINSTALLATION
Reviews
There are no reviews yet.