.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 Gold Prime 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
- Dustproof key switches
- Durable keys that can last up to 50 million keystrokes
- Laser Etched
- Bright & Bold Key Characters
- Plug & Play USB connection
- 1.5 meter USB cable
- Supports All Operating Systems Win XP. Vista. Win7 .Win8. Win9.Win10 & Linux
| Specification | Details |
|---|---|
| Construction | ABS / HIPS Plastic |
| Key Layout | 104 US Standard |
| Dimension (L X W X H) | 488 X 190 X 19 mm |
| Weight | 1280g |
| Cable Length | 1.5 M |
| Connection Type | Wired USB Technology |
| Key Switch Force | 45gf. ±15gf |
| Keycap Imaging Type | Laser Etched |
| Key Travel | 3.6mm. ±0.3mm |
| Operating Voltage | 5V DC |
| Operating Temperature | -20°C to 60°C |
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); }); });













商品評價
目前沒有評價。