.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; }
Champ BK372 is a slim. lightweight. and ergonomically designed multi-device wireless Bluetooth keyboard. Its easy-switch button helps to connect up to any 3 devices of Android. Windows. or Mac OS and has the longest battery backup. The built-in cradle can hold Smartphones or tablets for improved viewing and typing.
ADVANTAGES
- Connect up to 3 devices
- Easy switch between connected devices
- Rechargeable keyboard with a long-lasting battery
- Slim. stylish. and compact
- Ergonomically designed with a built-in cradle
| Specification | Details |
|---|---|
| Dimension | 165 × 370 × 22 mm |
| Weight | 595 ± 5g |
| System Requirements | Laptop. Mobile Phone and Tablet with Bluetooth Interface |
| Compatible With | Windows / Mac / Android |
| Bluetooth Version | Bluetooth 5.0 |
| Wireless Range | > 10m wireless range |
| LED Indicator | Battery Life Indicator. CAPS Lock |
| Battery Type | Rechargeable Battery |
| Charging Cable | Type-C Cable |
| Hotkeys | Fn enabled multimedia keys |
| Power | Connect / Power: On/Off Switch |
| Cradle | Fits most phones and tablets up to 10.5 mm thick and 258 mm wide |
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); }); });












商品評價
目前沒有評價。