WOMO Amber Round Ceiling Light-WM1155
Elevate your bedroom ambiance with the WOMO Ceiling Light-WM1155. Featuring a warm amber glow diffused through durable acrylic and framed by sleek metal, this round fixture adds a cozy yet modern touch to any space. Its balanced design ensures even lighting, creating a relaxing atmosphere perfect for unwinding. Specifications .product-specs { margin: 1.5rem 0; overflow: hidden; border: 1px solid #E3E8EF; border-radius: 6px; background: #FFF; } .spec-grid { display: grid; grid-template-columns: minmax(160px, 50%) 1fr; /* 改为2列布局 */ width: 100%; } /* 隔行异色系统(4列→2列需调整) */ .spec-grid > div:nth-child(4n+1), .spec-grid > div:nth-child(4n+2) { background: #FFFFFF; } .spec-grid > div:nth-child(4n+3), .spec-grid > div:nth-child(4n+4) { background: #F6F8FC; } /* 核心单元格样式 */ .spec-grid > div { padding: 8px 12px; line-height: 1.2; white-space: nowrap; overflow: hidden; color: #1D232C; border-right: 1px solid #E3E8EF; border-bot