.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; }
Designed to withstand extreme conditions. the Platina is the toughest mechanical keyboard one can buy in the market. In addition to being user-friendly and compatible. the product is resistance to dust.
ADVANTAGES
- Durable keys that can last up to 50 million keystrokes
- Laser Etched/Bright & Bold Key Characters
- Strong Tilt Legs
- compatible with all batteries
| Specification | Details |
|---|---|
| Model | Platina |
| Wireless Receiver | Nano |
| Wireless Operating Distance | 10m |
| Wireless Technology | 2.4G RF |
| OS Required | Windows® 7. Windows 8. Windows 10 or later Mac OS® X 10.8 or later Chrome OS Linux® kernel 2.6+ |
| Battery | 2 × AAA Battery |
| Battery Life | 12 Months |
| Weight | 99 g |
| Material | ABS |
| Color | Black / White |
| Dimension | 120 × 74 × 40 mm |
| Standby Mode Current | 0.24 mA |
| Active Mode Current | 1.7 mA |
| Sleep Mode Current | 0.00 mA |
| Sleep Mode Time | 5 mins |
| USB Dongle Required | Yes |
| On/Off Switch | Available |
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); }); });









商品評價
目前沒有評價。