.tabs { display: flex; cursor: pointer; margin-bottom: 10px; } .tabs div { padding: 10px 20px; border: 1px solid #ccc; border-bottom: none; background: #f0f0f0; } .tabs div.active { background: #fff; font-weight: bold; } .tab-content { border: 1px solid #ccc; padding: 15px; display: none; } .tab-content.active { display: block; }
Extremely user-friendly and compatible. Smooth handling. lightweight and slim. Ergonomic design. thus enabling easy and effortless keystrokes. The dedicated multimedia switches helps to increase productivity.
ADVANTAGES
- Wired Membrane Keyboard
- 10 Million Keystrokes
- Enabled with Multimedia function
- Elegant Palm rest
- Strong tilt legs
- Laser etched keys
- Indicator LED : Num Lock. Caps lock. Scroll lock
const tabs = document.querySelectorAll(.tab); const contents = document.querySelectorAll(.tab-content); tabs.forEach(tab => { tab.addEventListener(click. () => { tabs.forEach(t => t.classList.remove(active)); contents.forEach(c => c.classList.remove(active)); tab.classList.add(active); document.getElementById(tab.dataset.tab).classList.add(active); }); });















商品評價
目前沒有評價。