✦ Verified product
Xiaomi 17 Pro
GBP 719.00
Size
Average Dad Tech
Verified independent store
→
Chinese version Accordion Specs 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; } .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; } Network Technology: GSM / HSPA / LTE / 5G 2G Bands: GSM 850 / 900 / 1800 / 1900 3G Bands: HSDPA 800 / 850 / 900 / 1700(AWS) / 1900 / 2100 4G Bands: 11, 2, 3, 4, 5, 7, 8, 12, 17, 18, 19, 20, 25, 26, 28, 34, 38, 39, 40, 41, 42, 48, 66 5G Bands: 1, 2, 3, 5, 7, 8, 12, 18, 20, 25, 26, 28, 38, 40, 41, 48, 66, 77, 78, 80, 81, 83, 84, 89 SA/NSA Speed: HSPA, LTE, 5G SIM: Nano-SIM + Nano-SIM Durability: IP68 dust tight and water resistant (immersible up to 4m for 30 min) Body Dimensions: 151.1 x 71.8 x 8 mm (5.95 x 2.83 x 0.31 in) Weight: 192 g (6.77 oz) Build: Glass front (Dragon Crystal Glass), aluminum frame Display Type: LTPO AMOLED, 68B colors, 2160Hz PWM, 120Hz, Dolby Vision, HDR Vivid, HDR10+, 3500 nits (peak) Size: 6.3 inches, 97.1 cm2 (~89.5% screen-to-body ratio) Resolution: 1220 x 2656 pixels, 19.5:9 ratio (~464 ppi density) Secondary display LTPO AMOLED, 120Hz, Dolby Vision, HDR Vivid, HDR10+, 3500 nits (peak) 2.7 inches, 572 x 904 pixels Platform OS: Android 16, HyperOS 3 Chipset: Qualcomm SM8850-AC Snapdragon 8 Elite Gen 5 (3 nm) CPU: Octa-core (2x4.6 GHz Oryon V3 Phoenix L + 6x3.62 GHz Oryon V3 Phoenix M) GPU: Adreno 840 Memory Card Slot: No Internal: 512GB 12GB RAM, 512GB 16GB RAM, 1TB 16GB RAM Type: UFS 4.1 Main Camera Triple: 50 MP, f/1.7, 23mm (wide), 1/1.28", 1.22µm, dual pixel PDAF, OIS 50 MP, f/3.0, 115mm (periscope telephoto), PDAF (20cm - ∞), OIS, 5x optical zoom 50 MP, f/2.4, 17mm, 102˚ (ultrawide), 1/2.76", 0.64µm Features: Laser AF, color spectrum sensor, Leica lens, Dual-LED dual-tone flash, HDR, panorama Video: 8K@30fps (HDR), 4K@30/60/120fps (HDR10+, 10-bit Dolby Vision HDR, 10-bit LOG), 1080p@30/60/120/240/960fps, 720p@1920fps, gyro-EIS Selfie Camera Single: 50 MP, f/2.2, 21mm (wide), PDAF Features: HDR, panorama Video: 4K@30/60fps, 1080p@30/60fps, HDR10+, gyro-EIS Sound Speakers: Stereo speakers 3.5mm Jack: No Comms WLAN: Wi-Fi 802.11 a/b/g/n/ac/6e/7, dual-band, Wi-Fi Direct Bluetooth: 5.4, A2DP, LE, aptX HD, aptX Adaptive, LHDC 5 Positioning: GPS (L1+L5), BDS (B1I+B1c+B2a), GALILEO (E1+E5a), QZSS (L1+L5), NavIC (L5), GLONASS NFC: Yes Infrared: Yes Radio: No USB: USB Type-C 3.2, Display Port, OTG Features Sensors: Fingerprint (under display, ultrasonic), accelerometer, proximity, gyro, compass, barometer Other: Ultra Wideband (UWB) support Battery Type: Si/C Li-Ion 6300 mAh Charging: 100W wired, PD3.0, QC3+, 100W PPS , 50W wireless , 22.5W reverse wireless const headers = document.querySelectorAll(".accordion-header"); headers.forEach(header => { header.addEventListener("click", () => { const content = header.nextElementSibling; content.classList.toggle("active"); }); });