✦ Verified product
OPPO Pad Mini
GBP 599.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 GPRS: No Edge: No Body Dimensions:194.4 x 132.4 x 5.4 mm (7.65 x 5.21 x 0.21 in) Weight:279 g (9.84 oz) Display Type: AMOLED, 1B colors, 144Hz, 800 nits (typ), 1600 nits (peak) Size: 8.8 inches, 230.6 cm2 (~89.6% screen-to-body ratio) Resolution: 1680 x 2520 pixels, 3:2 ratio (~344 ppi density) Platform OS: Android 16, ColorOS 16 Chipset: Qualcomm SM8845 Snapdragon 8 Gen 5 (3 nm) CPU: Octa-core (2x3.8 GHz Oryon V3 Phoenix L + 6x3.32 GHz Oryon V3 Phoenix M) GPU: Adreno 829 Memory Card Slot: No Internal: 256GB 12GB RAM, 512GB 12GB RAM Main Camera Single 13 MP Video: 4K@30fps, 1080p@30fps; gyro-EIS Selfie Camera Single:8 MP Video: 1080p@30fps Sound Speakers:Yes, with stereo speakers (2 speakers) 3.5mm Jack: No Comms WLAN:802.11 a/b/g/n/ac/6/7, dual-band, Wi-Fi Direct Bluetooth:Yes, aptX HD, LDAC, LHDC 5.0 Positioning:No NFC: No Radio: No USB:USB Type-C 3.2, OTG Features Sensors: Accelerometer, proximity (accessories only), gyro, compass Battery Type: 8000 mAh Charging: 67W wired, UFCS 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'); }); });