✦ Verified product
Huawei Matepad Pro Max
GBP 1,139.00
Size
Average Dad Tech
Verified independent store
→
Global Version Specs Accordion body { font-family: 'Varela Round', sans-serif; background-color: #f9f9f9; margin: 0; padding: 0; } .accordion { max-width: 900px; margin: 40px auto;
border-radius: 12px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); background: white; overflow: hidden; } .accordion-item { border-top: 1px solid #4a58a6; } .accordion-header { background-color: #137de4; color: #ffffff; padding: 20px 24px; width: 100%; text-align: left; font-size: 18px; font-weight: bold; border: none; outline: none; cursor: pointer; transition: background 0.3s ease, color 0.3s ease; } .accordion-header:hover { background-color: #fcdc23; color: #000; } .accordion-content { display: none; background-color: #f7f3d7; padding: 0 24px; } .accordion-content.active { display: block; padding: 20px 24px; } .accordion-content ul { list-style: none; padding-left: 0; font-size: 16px; line-height: 1.6; } .accordion-content li { margin-bottom: 10px; } .accordion-content strong { display: inline-block; width: 160px; } table { width: 100%; border-collapse: collapse; font-size: 16px; margin-top: 15px; } table thead { background-color: #137de4; color: #fff; } table th, table td { padding: 10px; text-align: left; border: 1px solid #ccc; } Chinese Version Network Technology: No cellular connectivity 2G Bands: N/A 3G Bands: N/A 4G Bands: N/A 5G Bands: N/A Speed: N/A SIM: No Features: Stylus support Body Dimensions:289.3 x 196.3 x 4.7 mm (11.39 x 7.73 x 0.19 in) Weight:499 g or 509 g (1.10 lb) Display Type: OLED, 1B colors, 144Hz, HDR, 1600 nits (peak) Size: 13.2 inches, 518.8 cm2 (~91.4% screen-to-body ratio) Resolution: 3000 x 2000 pixels, 3:2 ratio (~273 ppi density) , PaperMatte Display (optional) Platform OS: Harmony OS 4.3 Chipset: Kirin T93 Pro CPU: Octa-core Memory Card Slot: No Internal: 256GB 12GB RAM, 512GB 12GB RAM, 512GB 16GB RAM, 1TB 20GB RAM Main Camera Single 50 MP, f/1.8, (wide), PDAF Features:LED flash Video: 4K@30fps, 1080p@30fps Selfie Camera Single:12 MP, f/2.4 Video: 1080p@30fps Sound Speakers:Yes, with stereo speakers (6 speakers) 3.5mm Jack: No Comms WLAN:Wi-Fi 802.11 a/b/g/n/ac/6/7, dual-band Bluetooth:6.0, A2DP, LE, L2HC (320-960 kbps HD audio) Positioning:GPS, GALILEO, GLONASS, BDS, QZSS NFC: No Radio: No USB:USB Type-C 3.1, OTG, DisplayPort 1.2, accessory connector pins Features Sensors:Accelerometer, gyro, compass, proximity (accessories only) Battery Type: 10400 mAh Charging: 66W wired, 40W reverse wired const headers = document.querySelectorAll('.accordion-header'); headers.forEach(header => { header.addEventListener('click', () => { const content = header.nextElementSibling; // Close other open sections document.querySelectorAll('.accordion-content').forEach(item => { if (item !== content) { item.classList.remove('active'); } }); // Toggle current content.classList.toggle('active'); }); });