✦ Verified product
Xiaomi Mix Flip 2
GBP 749.00
Size
Average Dad Tech
Verified independent store
→
Chinese Version Accordion Specification body { font-family: 'Varela Round', sans-serif; background-color: #f9f9f9; margin: 0; padding: 0; } .accordion { max-width: 900px; margin: 4
0px 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; transition: max-height 0.3s ease; } .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; } Network Technology: GSM / CDMA / HSPA / CDMA2000 / LTE / 5G 2G Bands: GSM 900 / 1800 / 1900 / CDMA 800 3G Bands: HSDPA 800 / 850 / 900 / 1700(AWS) / 1900 / 2100 / CDMA2000 1x 4G Bands: 1, 2, 3, 4, 5, 7, 8, 12, 17, 18, 19, 20, 26, 28, 34, 38, 39, 40, 41, 42, 48, 66 5G Bands: 1, 2, 3, 5, 7, 8, 12, 20, 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 Body Dimensions: Unfolded: 166.9 x 73.8 x 7.6 mm , Folded: 86.1 x 73.8 x 15.9 mm Weight: 199 g (7.02 oz) Display Type: Foldable LTPO AMOLED, 1B colors, Dolby Vision, HDR10+, HDR Vivid, 120Hz, 3200 nits (peak) Size: 6.86 inches, 108.5 cm² (~88.1% screen-to-body ratio) Resolution: 1224 x 2912 pixels (~460 ppi density) Additional: Second external AMOLED, 68B colors, 120Hz, 4", 1392 x 1208 px, 460ppi, Xiaomi Shield Glass Platform OS: Android 15, HyperOS 2 Chipset: Qualcomm SM8750-AB Snapdragon 8 Elite (3 nm) CPU: Octa-core (2x4.32 GHz + 6x3.53 GHz) GPU: Adreno 830 Memory Card Slot: No Internal: 256GB 12GB RAM, 512GB 12GB RAM, 1TB 16GB RAM Type: UFS 4.1 Main Camera Dual: 50 MP wide, PDAF, OIS 50 MP ultrawide, PDAF Features: Leica lenses, HDR, LED flash Video: 8K, 4K, HDR Selfie Camera Single: 32 MP, f/2.0, wide Features: Dolby Vision HDR Video: 4K@30/60fps, 1080p@30/60fps Sound Speakers: Yes, stereo 3.5mm Jack: No Comms WLAN: Wi-Fi 802.11 a/b/g/n/ac/6/7 Bluetooth: 5.4, aptX HD, Adaptive, LHDC Positioning: GPS, BDS, GALILEO, QZSS, NavIC, GLONASS NFC: Yes Infrared: Yes Radio: No USB: Type-C 2.0 Features Sensors: Fingerprint (side), accelerometer, gyro, proximity, compass, barometer Battery Type: Si/C Li-Ion 5165 mAh Charging: 67W wired (PD3.0, QC4), 50W wireless const headers = document.querySelectorAll('.accordion-header'); headers.forEach(header => { header.addEventListener('click', () => { const content = header.nextElementSibling; content.classList.toggle('active'); }); });