Rizo Reading Plug In Wall Lamp
.rzw-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 : #faf8f4; padding: 2rem 1.75rem; } /* 章节标题 */ .rzw-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; } /* Hero 开场文案 */ .rzw-intro { font-size: 1rem; color: #555; line-height: 1.8; margin-bottom: 1rem; } /* 核心功能胶囊 */ .rzw-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 2rem; } .rzw-pill { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 20px; padding: .3rem .9rem; font-size: .8rem; color: #555; display: flex; align-items: center; gap: 5px; } /* Why It Works — 三列编号 */ .rzw-why { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-bottom: 2rem; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; } .rzw-why-card { padding: 1rem 1.1rem 1rem 0; border-right: 1px solid #e5e5e5; } .rzw-why-card:last-child { border-right: none; padding-right: 0; padding-left: 1.1rem; } .rzw-why-card:nth-child(2) { padding-left: 1.1rem; } .rzw-why-num { font-size: 1.5rem; font-weight: 300; color: #b8924a; opacity: .5; line-height: 1; display: block; margin-bottom: .25rem; letter-spacing: -.02em; } .rzw-why-title { font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #b8924a; display: block; margin-bottom: .3rem; } .rzw-why-text { font-size: .82rem; color: #555; line-height: 1.5; } @media (max-width: 520px) { .rzw-why { grid-template-columns: 1fr; } .rzw-why-card { border-right: none; border-bottom: 1px solid #e5e5e5; padding: .85rem 0; } .rzw-why-card:nth-child(2) { padding-left: 0; } .rzw-why-card:last-child { padding-left: 0; border-bottom: none; } } /* 使用场景 — 三列卡片 */ .rzw-scenes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-bottom: 2rem; background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; overflow: hidden; } .rzw-scene { padding: 1.3rem 1.1rem; border-right: 1px solid #e5e5e5; } .rzw-scene:last-child { border-right: none; } .rzw-scene__icon { font-size: 1.2rem; display: block; margin-bottom: .6rem; } .rzw-scene__name { font-size: .9rem; font-weight: 600; color: #1a1a1a; display: block; margin-bottom: .4rem; } .rzw-scene__desc { font-size: .8rem; color: #555; line-height: 1.55; } .rzw-scene__tag { display: block; margin-top: .7rem; font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #b8924a; } @media (max-width: 480px) { .rzw-scenes { grid-template-columns: 1fr; } .rzw-scene { border-right: none; border-bottom: 1px solid #e5e5e5; } .rzw-scene:last-child { border-bottom: none; } } /* 功能细节卡片 */ .rzw-features { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 8px; margin-bottom: 2rem; } .rzw-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; } .rzw-feature-card__icon { font-size: 1.2rem; display: block; margin-bottom: .35rem; } .rzw-feature-card__title { font-weight: 600; font-size: .82rem; color: #1a1a1a; display: block; margin-bottom: .2rem; } /* 对比横幅 — 台灯 vs 壁灯 */ .rzw-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 2rem; } .rzw-compare-card { background: #f7f7f7; border: 1px solid #e5e5e5; border-top: 3px solid #e5e5e5; border-radius: 6px; padding: .8rem .95rem; } .rzw-compare-card--rizo { border-top-color: #b8924a; background: #fff8ee; border-color: #e8c87a; } .rzw-compare-label { font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; display: block; margin-bottom: .45rem; } .rzw-compare-card--table .rzw-compare-label { color: #888; } .rzw-compare-card--rizo .rzw-compare-label { color: #b8924a; } .rzw-compare-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: .15rem; } .rzw-compare-list li { font-size: .81rem; color: #555; display: flex; align-items: flex-start; gap: .45rem; line-height: 1.4; padding: .15rem 0; } .rzw-compare-list li::before { content: ''; display: block; width: 4px; height: 4px; min-width: 4px; border-radius: 50%; margin-top: .45rem; flex-shrink: 0; } .rzw-compare-card--table .rzw-compare-list li::before { background: #ccc; } .rzw-compare-card--rizo .rzw-compare-list li::before { background: #b8924a; } @media (max-width: 440px) { .rzw-compare { grid-template-columns: 1fr; } } /* 成对购买横幅 */ .rzw-pair-banner { background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: 1rem 1.2rem; margin-bottom: 2rem; display: flex; align-items: center; gap: 1.2rem; font-size: .9rem; color: #555; line-height: 1.65; } .rzw-pair-count { font-size: 2rem; font-weight: 300; color: #b8924a; line-height: 1; flex-shrink: 0; } .rzw-pair-title { font-weight: 600; font-size: .88rem; color: #1a1a1a; display: block; margin-bottom: .2rem; } /* 搭配推荐 */ .rzw-pair-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 8px; margin-bottom: 2rem; } .rzw-pair-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; } .rzw-pair-card__icon { font-size: 1.2rem; display: block; margin-bottom: .35rem; } .rzw-pair-card__title { font-weight: 600; font-size: .82rem; color: #1a1a1a; display: block; margin-bottom: .2rem; } .rzw-pair-card__tag { display: block; margin-top: .55rem; font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #b8924a; } /* 规格列表 — key/value rows */ .rzw-spec-grid { display: flex; flex-direction: column; border: 1px solid #e5e5e5; border-radius: 10px; overflow: hidden; margin-bottom: 2rem; } .rzw-spec-row { display: flex; align-items: flex-start; gap: 18px; padding: .8rem 1.1rem; border-bottom: 1px solid #e5e5e5; background: #f7f7f7; } .rzw-spec-row:last-child { border-bottom: none; } .rzw-spec-row:nth-child(even) { background: #fcfcfb; } .rzw-spec-key { font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #b8924a; width: 130px; flex-shrink: 0; padding-top: .1rem; } .rzw-spec-val { font-size: .88rem; color: #333; line-height: 1.55; } /* 认证 + 下载 */ .rzw-footer-block { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; padding: 1.4rem; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-bottom: 2rem; align-items: start; } .rzw-footer-label { font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #888; display: block; margin-bottom: .8rem; } .rzw-badges { display: flex; flex-direction: column; gap: .4rem; } .rzw-badge { background: #fff; border: 1px solid #e5e5e5; border-radius: 20px; padding: .28rem .9rem; font-size: .8rem; color: #333; width: fit-content; } .rzw-downloads { display: flex; flex-direction: column; gap: .5rem; } .rzw-dl-item { display: flex; align-items: center; gap: 10px; text-decoration: none; color: #1a1a1a; font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; padding: .65rem .9rem; background: #fff; border: 1px solid #e5e5e5; border-radius: 6px; transition: border-color .2s; } .rzw-dl-item:hover { border-color: #b8924a; } .rzw-dl-item img { width: 24px; height: 24px; object-fit: contain; opacity: .45; flex-shrink: 0; } @media (max-width: 440px) { .rzw-footer-block { grid-template-columns: 1fr; gap: 1.2rem; } } /* 系列链接横幅 */ .rzw-series-banner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: .85rem 1.2rem; margin-bottom: 2rem; text-decoration: none; color: #1a1a1a; transition: background .2s; } .rzw-series-banner:hover { background: #fff; } .rzw-series-banner__label { font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #b8924a; display: block; margin-bottom: .15rem; } .rzw-series-banner__text { font-size: .88rem; font-weight: 500; color: #1a1a1a; } .rzw-series-banner__arrow { color: #b8924a; font-size: 1.1rem; flex-shrink: 0; } The Rizo Reading Wall Lamp is the reading light designed for the way people actually read in bed — one person awake, one person asleep, and no room on the nightstand for another object. The disc base mounts flush to the wall and takes up no surface at all. The L-arm pivots to aim the focused LED beam exactly where you need it, then folds flat when you're done. Plug it in. No drilling. No electrician. No decision you'll regret. 🔌 Plug-In 💡 Adjustable Arm 🎯 Focused Beam 🌡 3000K / 6000K ♾ 50,000 hr LED 4 Finish Options Why It Works 01 Focused, Not Scattered The integrated LED produces a directed downward beam — bright enough to read by, contained enough that the person next to you stays undisturbed. 02 Aim It Anywhere Redirect the beam toward the page, angle it for ambient softness, or fold it flat against the disc when you're done — all without moving the lamp itself. 03 No Installation No drilling, no electrician — just a few screws and a standard outlet. Move it between rooms, or take it to your next apartment. Table Lamp vs. Rizo Table Lamp Takes up nightstand surface space Fixed light position — aim by moving the whole lamp Light scatters in multiple directions Can wake a sleeping partner Cord runs across the surface Another object to manage on a small nightstand Rizo Reading Lamp Zero nightstand footprint — mounts to wall Arm pivots to aim beam precisely Focused downward beam stays where you point it Partner stays in the dark Cord drops directly to wall outlet Nightstand stays clear for what matters One Side or Both ×2 Two Rizos — one for each side of the bed. Each person gets their own independently adjustable reading light with its own plug and its own switch. One reads until midnight; the other is already asleep. Neither one bothers the other. Order two of the same finish for a matched set, or mix finishes for a more personal arrangement. Docos Collection View more Recessed Bedside Reading Lamps → › Details Body Metal Size W 24 cm × H 16 cm / W 9.4″ × H 6.2″ Light Source Integrated LED — not replaceable Lifespan 50,000 hrs Color Temp 3000K Warm White / 6000K Bright White Arm Pivoting L-arm — adjustable tilt & rotation Use Indoor Certified North America · Australia · Europe · Middle East Certifications 🌎 North America 🌏 Australia 🌍 Europe 🌍 Middle East Downloads Parameter Installation 3D Files
More you might like
Related
Reading Light - Plug-in Wall-mount Reading Light
Related
Spark Plug Holder for Reading, Indexing, or Setting Plugs
Related
LED Reading Lamp (plug in)
Related