Description
/* * Docos Design Tokens * #ffffff 白底 #f7f7f7 卡片底 * #e5e5e5 边框 #1a1a1a 正文 * #555555 次级文字 #b8924a 暖金强调 * #fff8ee 提示底 #e8c87a 提示边框 */ .dpt-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; } /* 章节标题 */ .dpt-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 个并排 */ .dpt-video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 2rem; } .dpt-video-box { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 8px; background: #111; } .dpt-video-box iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } @media (max-width: 540px) { .dpt-video-grid { grid-template-columns: 1fr; } } /* Hero 文案 */ .dpt-intro { font-size: 1rem; color: #555; line-height: 1.8; margin-bottom: 1rem; } /* 无线便携横幅 */ .dpt-portable-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; } .dpt-portable-banner__icon { font-size: 1.4rem; flex-shrink: 0; } .dpt-portable-banner__sub { font-size: .8rem; font-weight: 400; color: #777; display: block; margin-top: .1rem; } /* 产品图 */ .dpt-illus { margin: 1rem 0 2rem; text-align: center; } .dpt-illus a { display: inline-block; } .dpt-illus img { max-width: 420px; width: 100%; border-radius: 8px; display: block; border: 1px solid #e5e5e5; } .dpt-illus__caption { font-size: .78rem; color: #999; margin-top: .45rem; letter-spacing: .04em; } /* 核心卖点卡片 */ .dpt-features { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 8px; margin-bottom: 2rem; } .dpt-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; } .dpt-feature-card__icon { font-size: 1.2rem; display: block; margin-bottom: .35rem; } .dpt-feature-card__title { font-weight: 600; font-size: .82rem; color: #1a1a1a; display: block; margin-bottom: .2rem; } /* 使用场景 */ .dpt-scene-banner { background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: 1rem 1.2rem; margin-bottom: 2rem; font-size: .9rem; color: #555; line-height: 1.7; } .dpt-scene-banner__title { font-weight: 600; font-size: .82rem; color: #1a1a1a; letter-spacing: .04em; display: block; margin-bottom: .35rem; } /* 场景标签 */ .dpt-rooms { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 2rem; } .dpt-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; } /* 配送提示 */ .dpt-shipping-notice { display: flex; gap: 10px; background: #fff8ee; border: 1px solid #e8c87a; border-left: 3px solid #b8924a; border-radius: 6px; padding: .75rem 1rem; margin-bottom: 2rem; font-size: .88rem; color: #5a3e10; line-height: 1.6; } .dpt-shipping-notice__icon { flex-shrink: 0; margin-top: .05rem; } /* 颜色 swatches */ .dpt-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; } .dpt-color-bar__swatches { display: flex; gap: 8px; flex-shrink: 0; } .dpt-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); } .dpt-swatch–gold { background: linear-gradient(135deg, #c8a040, #e8c060); } .dpt-swatch–clear { background: linear-gradient(135deg, #e8f0f8, #f8f8fc); border-color: rgba(0,0,0,.15); } .dpt-swatch–walnut { background: #5a3018; } .dpt-swatch–oak { background: #b8844a; } /* 尺寸卡片 */ .dpt-size-card { display: inline-flex; align-items: center; gap: 12px; background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: .75rem 1.2rem; font-size: .9rem; color: #1a1a1a; margin-bottom: 2rem; } .dpt-size-card svg { flex-shrink: 0; } /* 规格列表 */ .dpt-specs { list-style: none; padding: 0; margin: 0 0 2rem; display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 8px; } .dpt-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; } .dpt-specs li::before { content: ”; display: block; width: 5px; height: 5px; min-width: 5px; border-radius: 50%; background: #b8924a; margin-top: 8px; } /* LED 提示 */ .dpt-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; } /* 认证徽章 */ .dpt-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 1.4rem; } .dpt-badge { background: #ffffff; border: 1px solid #d4d4d4; border-radius: 20px; padding: .28rem .85rem; font-size: .78rem; color: #333; font-weight: 500; letter-spacing: .03em; } /* 下载 */ .dpt-downloads { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 2rem; } .dpt-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; } .dpt-dl-item:hover { opacity: .65; } .dpt-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
Good lighting shouldn’t be decided by where the outlet is. The Delia Portable Table Lamp charges via USB and goes wherever the moment calls for it — the dinner table on a slow evening, the nightstand when the overhead is too much, the terrace after dark, the corner of a shelf that’s been waiting for something like this.
The bevel-cut crystal glass base catches the warm 3000K light and refracts it into soft geometric patterns across the surface around it — light that the room notices without knowing quite why.
🔋
No outlet required. Take it anywhere. Built-in USB port at the base — charge it, unplug it, and light whatever corner you choose.
Click to enlarge
What Delia Does
💎 Bevel-Cut Crystal Glass The geometric facets refract the warm LED into patterns that shift as the light interacts with the space around it. Not a static glow — something that moves and catches and makes the surrounding surface more interesting.
🔋 Cordless by Design The USB charging port sits cleanly at the base. Charge it during the day and carry it wherever the evening takes you — no extension cords, no outlet hunting, no fixed placement.
🌕 Warm 3000K Glow A comfortable, unhurried warmth that settles a table or a corner without demanding attention. The kind of light that makes an ordinary evening feel like it was arranged.
🏮 Lantern Form The dark lid, gold handle, and crystal body give Delia a lantern silhouette — familiar enough to feel at home in any room, considered enough to be noticed on any shelf.
Move It With the Moment Most table lamps stay where they’re plugged in. Delia follows the room’s needs instead. Move it to the dining table for dinner, back to the nightstand for reading, out to the terrace for evening drinks. One lamp, placed with intention wherever the atmosphere needs it — and just as easily moved when the moment changes.
Made For
🍽 Dining Table 🛏 Nightstand 🏡 Terrace & Balcony 📚 Reading Corner 🛋 Side Table 🪟 Windowsill 🎁 Thoughtful Gift
✈️ Shipping Note: Currently available to ship to the United States, Japan, Australia, and the EU only.
Gold · Clear · Walnut Color · Oak Color
Product Size
Dia 15 cm × H 29 cm / ∅ 5.9″ × H 11.4″
Details
- Body: Metal
- Base: Bevel-cut Crystal Glass
- Materials: Metal, Iron & Crystal Glass
- Light source: Integrated LED — not replaceable
- Lifespan: 50,000 hrs
- Color temperature: Warm White 3000K
- Power: Built-in USB — rechargeable, cordless
- Use: Indoor
- Ships to: US, Japan, Australia, EU
- Certified: North America · Saudi Arabia · Europe · Australia
💡 The integrated LED is rated for 50,000 hours — at 4 hours per day, that’s over 34 years of use. No bulb to source, no maintenance required.
🌎 North America 🌙 Saudi Arabia 🌍 Europe 🌏 Australia
Downloads
Parameter Installation
Reviews
There are no reviews yet.