Meta Description" name="description" />

Share this result

Previews are deleted daily. Get a permanent share link sent to your inbox:
Script
<!DOCTYPE html> <html lang="ar" dir="rtl"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Tecno Camon 40 Pro - مواصفات الهاتف الكاملة | موقع مواصفات الهواتف</title> <meta name="description" content="مواصفات كاملة لهاتف Tecno Camon 40 Pro 5G - تعرف على جميع تفاصيل الهاتف من شاشة AMOLED 144Hz، كاميرا 50 ميجابكسل، معالج Dimensity 7300، بطارية 5200mAh وأكثر"> <meta name="keywords" content="Tecno Camon 40 Pro, مواصفات, هاتف, 5G, AMOLED, كاميرا 50 ميجابكسل, Dimensity 7300, بطارية 5200mAh"> <meta property="og:title" content="Tecno Camon 40 Pro - مواصفات الهاتف الكاملة"> <meta property="og:description" content="تعرف على جميع مواصفات هاتف Tecno Camon 40 Pro 5G"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> <style> * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } body { background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%); color: #333; line-height: 1.6; min-height: 100vh; } .container { max-width: 1400px; margin: 0 auto; padding: 0 20px; } /* الهيدر */ header { background: rgba(255, 255, 255, 0.95); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); position: sticky; top: 0; z-index: 100; padding: 15px 0; border-bottom: 3px solid #4299e1; } .header-content { display: flex; justify-content: space-between; align-items: center; } .logo { display: flex; align-items: center; gap: 12px; } .logo i { color: #4299e1; font-size: 2rem; } .logo h1 { color: #2c5282; font-size: 1.6rem; } .nav-links { display: flex; gap: 25px; } .nav-links a { color: #4a5568; text-decoration: none; font-weight: 600; transition: color 0.3s; display: flex; align-items: center; gap: 8px; } .nav-links a:hover { color: #4299e1; } /* المحتوى الرئيسي */ .main-content { display: grid; grid-template-columns: 350px 1fr; gap: 25px; padding: 30px 0; } /* القسم الجانبي */ .sidebar { position: sticky; top: 90px; height: fit-content; } .phone-card { background: white; border-radius: 20px; padding: 20px; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08); margin-bottom: 20px; border: 1px solid #e2e8f0; } .phone-image { width: 100%; max-width: 300px; height: auto; object-fit: contain; display: block; margin: 0 auto 20px; border-radius: 12px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); } .key-features { background: white; border-radius: 20px; padding: 20px; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08); border: 1px solid #e2e8f0; } .key-features h3 { color: #2c5282; margin-bottom: 15px; display: flex; align-items: center; gap: 10px; font-size: 1.2rem; padding-bottom: 10px; border-bottom: 2px solid #e2e8f0; } .key-features ul { list-style-type: none; } .key-features li { margin-bottom: 12px; padding-right: 22px; position: relative; color: #4a5568; font-size: 0.95rem; line-height: 1.5; } .key-features li::before { content: '✓'; position: absolute; right: 0; color: #4299e1; font-weight: bold; } /* قسم Accordion مع Tables */ .accordion-container { background: white; border-radius: 20px; padding: 25px; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08); border: 1px solid #e2e8f0; } .page-title { text-align: center; margin-bottom: 30px; padding-bottom: 20px; border-bottom: 2px solid #e2e8f0; } .page-title h2 { color: #2c5282; font-size: 2rem; margin-bottom: 10px; } .page-title p { color: #718096; font-size: 1.1rem; } /* Accordion Tables */ .accordion-table { width: 100%; border-collapse: collapse; margin-bottom: 40px; } .accordion-row { border-bottom: 1px solid #e2e8f0; } .accordion-header { background: #f7fafc; cursor: pointer; padding: 18px 20px; transition: all 0.3s ease; border: none; width: 100%; text-align: right; display: flex; justify-content: space-between; align-items: center; } .accordion-header:hover { background: #edf2f7; } .accordion-header.active { background: #ebf8ff; border-bottom: 1px solid #bee3f8; } .accordion-title { display: flex; align-items: center; gap: 12px; font-weight: 600; color: #2d3748; font-size: 1.1rem; } .accordion-icon { color: #4299e1; font-size: 1.2rem; width: 24px; text-align: center; } .accordion-toggle { color: #718096; font-size: 1.2rem; transition: transform 0.3s ease; } .accordion-header.active .accordion-toggle { transform: rotate(180deg); color: #4299e1; } .accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1); background: white; } .accordion-content.active { max-height: 5000px; } /* Tables داخل الـ Accordion */ .specs-table { width: 100%; border-collapse: collapse; margin: 0; } .specs-table tr { border-bottom: 1px solid #edf2f7; } .specs-table tr:last-child { border-bottom: none; } .specs-table td { padding: 15px; vertical-align: top; } .spec-label { width: 40%; font-weight: 600; color: #4a5568; font-size: 0.95rem; border-left: 1px solid #e2e8f0; padding-left: 15px; } .spec-value { width: 60%; color: #2d3748; font-size: 0.95rem; line-height: 1.5; } .spec-row.no-label td { padding-right: 25px; position: relative; color: #718096; font-style: italic; } .spec-row.no-label td::before { content: '•'; position: absolute; right: 10px; color: #4299e1; } /* قسم الأسئلة المتكررة */ .faq-section { background: white; border-radius: 20px; padding: 25px; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08); border: 1px solid #e2e8f0; margin-bottom: 30px; } .section-title { color: #2c5282; font-size: 1.5rem; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid #e2e8f0; display: flex; align-items: center; gap: 10px; } .faq-table { width: 100%; border-collapse: collapse; } .faq-row { border-bottom: 1px solid #e2e8f0; } .faq-question { background: #f7fafc; cursor: pointer; padding: 15px 20px; transition: background 0.3s ease; border: none; width: 100%; text-align: right; display: flex; justify-content: space-between; align-items: center; font-weight: 600; color: #2d3748; } .faq-question:hover { background: #edf2f7; } .faq-question.active { background: #ebf8ff; } .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1); background: white; } .faq-answer.active { max-height: 500px; } .faq-answer td { padding: 20px; color: #4a5568; line-height: 1.6; } /* قسم المقالات المرتبطة */ .articles-section { background: white; border-radius: 20px; padding: 25px; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08); border: 1px solid #e2e8f0; margin-bottom: 30px; } .articles-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; } .article-card { background: #f8fafc; border-radius: 12px; overflow: hidden; border: 1px solid #e2e8f0; transition: transform 0.3s ease, box-shadow 0.3s ease; } .article-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); } .article-image { width: 100%; height: 180px; object-fit: cover; } .article-content { padding: 15px; } .article-title { color: #2c5282; font-size: 1.1rem; margin-bottom: 10px; font-weight: 600; } .article-excerpt { color: #718096; font-size: 0.9rem; margin-bottom: 15px; line-height: 1.5; } .article-link { color: #4299e1; text-decoration: none; font-weight: 600; font-size: 0.9rem; display: flex; align-items: center; gap: 5px; } /* الفوتر */ footer { background: #2c5282; color: white; padding: 20px 0; text-align: center; margin-top: 40px; } .footer-content { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px; } .copyright { font-size: 0.9rem; opacity: 0.9; } .social-links { display: flex; gap: 15px; } .social-links a { color: white; font-size: 1.2rem; transition: color 0.3s; } .social-links a:hover { color: #bee3f8; } /* تحسينات للتجاوب مع الموبايل */ @media (max-width: 1024px) { .main-content { grid-template-columns: 300px 1fr; gap: 20px; } .specs-table { display: block; } .specs-table tbody { display: block; } .specs-table tr { display: flex; flex-direction: column; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #e2e8f0; } .specs-table td { display: block; width: 100% !important; padding: 8px 0; border-left: none !important; } .spec-label { font-weight: 700; color: #2c5282; margin-bottom: 5px; } .articles-grid { grid-template-columns: 1fr; } } @media (max-width: 768px) { .container { padding: 0 15px; } .header-content { flex-direction: column; gap: 15px; } .nav-links { flex-wrap: wrap; justify-content: center; } .main-content { grid-template-columns: 1fr; gap: 20px; } .sidebar { position: static; } .accordion-container, .faq-section, .articles-section { padding: 20px; } .page-title h2 { font-size: 1.6rem; } .accordion-header { padding: 15px; } .specs-table td { padding: 12px 0; } } @media (max-width: 480px) { .phone-card, .key-features, .accordion-container, .faq-section, .articles-section { padding: 15px; border-radius: 15px; } .page-title h2 { font-size: 1.4rem; } .accordion-header { padding: 12px; } .specs-table td { padding: 10px 0; } .footer-content { flex-direction: column; text-align: center; } } /* تأثيرات تفاعلية */ .specs-table tr:hover { background-color: #f7fafc; border-radius: 6px; } /* تنسيق للصورة عند الخطأ */ .phone-image.error { background: linear-gradient(135deg, #2c5282, #4299e1); display: flex; align-items: center; justify-content: center; color: white; font-weight: bold; padding: 20px; text-align: center; height: 300px; } /* SEO تحسينات */ .breadcrumb { background: #f7fafc; padding: 10px 20px; border-radius: 8px; margin-bottom: 20px; font-size: 0.9rem; color: #718096; } .breadcrumb a { color: #4299e1; text-decoration: none; } .breadcrumb span { margin: 0 5px; } /* Structured Data ظاهرية */ .specs-summary { background: #ebf8ff; border-radius: 12px; padding: 20px; margin-bottom: 25px; border-right: 4px solid #4299e1; } .specs-summary h3 { color: #2c5282; margin-bottom: 15px; } .summary-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 15px; } .summary-item { display: flex; flex-direction: column; } .summary-label { font-size: 0.85rem; color: #718096; margin-bottom: 5px; } .summary-value { font-weight: 600; color: #2d3748; font-size: 1rem; } /* تحسينات للقراءة */ .readable-content { line-height: 1.8; font-size: 1rem; } /* إخفاء المحتوى للـ SEO لكن الوصول إليه */ .visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; } </style> </head> <body> <!-- الهيدر --> <header> <div class="container"> <div class="header-content"> <div class="logo"> <i class="fas fa-mobile-alt"></i> <h1>مواصفات الهواتف</h1> </div> <div class="nav-links"> <a href="#specs"><i class="fas fa-list-alt"></i> المواصفات</a> <a href="#faq"><i class="fas fa-question-circle"></i> الأسئلة الشائعة</a> <a href="#articles"><i class="fas fa-newspaper"></i> مقالات ذات صلة</a> </div> </div> </div> </header> <div class="container"> <!-- مسار التنقل --> <div class="breadcrumb"> <a href="#">الرئيسية</a> <span>></span> <a href="#">الهواتف</a> <span>></span> <a href="#">Tecno</a> <span>></span> <span>Tecno Camon 40 Pro 5G</span> </div> <!-- المحتوى الرئيسي --> <div class="main-content"> <!-- القسم الجانبي --> <div class="sidebar"> <div class="phone-card"> <img src="https://fdn2.gsmarena.com/vv/bigpic/tecno-camon-40-pro-5g.jpg" alt="Tecno Camon 40 Pro 5G - هاتف ذكي بشاشة AMOLED 144Hz وكاميرا 50 ميجابكسل" class="phone-image" onerror="this.src=''; this.classList.add('error'); this.innerHTML='Tecno Camon 40 Pro'"> </div> <div class="key-features"> <h3><i class="fas fa-star"></i> أبرز المميزات</h3> <ul> <li>شاشة AMOLED بتردد 144 هرتز</li> <li>معالج Dimensity 7300 من MediaTek</li> <li>كاميرا خلفية مزدوجة بدقة 50 ميجابكسل</li> <li>مقاومة للماء والغبار بشهادة IP68/IP69</li> <li>بطارية 5200 ملي أمبير بشحن سريع 45 واط</li> <li>ذاكرة داخلية تصل إلى 256GB وذاكرة عشوائية 12GB</li> <li>نظام Android 15 مع 3 ترقيات رئيسية</li> <li>شاشة بحماية Corning Gorilla Glass 7i</li> </ul> </div> </div> <!-- قسم الـ Accordion للمواصفات --> <div class="accordion-container"> <div class="page-title" id="specs"> <h2>Tecno Camon 40 Pro 5G</h2> <p>مواصفات الهاتف الكاملة - يمكنك فتح/غلق أي قسم بالنقر عليه</p> </div> <!-- ملخص المواصفات للـ SEO --> <div class="specs-summary" role="complementary" aria-label="ملخص المواصفات"> <h3><i class="fas fa-info-circle"></i> ملخص المواصفات</h3> <div class="summary-grid"> <div class="summary-item"> <span class="summary-label">الشاشة</span> <span class="summary-value">6.78 بوصة AMOLED 144Hz</span> </div> <div class="summary-item"> <span class="summary-label">المعالج</span> <span class="summary-value">Dimensity 7300</span> </div> <div class="summary-item"> <span class="summary-label">الكاميرا الخلفية</span> <span class="summary-value">50 ميجابكسل + 8 ميجابكسل</span> </div> <div class="summary-item"> <span class="summary-label">البطارية</span> <span class="summary-value">5200mAh</span> </div> <div class="summary-item"> <span class="summary-label">نظام التشغيل</span> <span class="summary-value">Android 15</span> </div> <div class="summary-item"> <span class="summary-label">مقاومة الماء</span> <span class="summary-value">IP68/IP69</span> </div> </div> </div> <!-- Structured Data مخفي للـ SEO --> <div class="visually-hidden" itemprop="description"> هاتف Tecno Camon 40 Pro 5G يأتي بشاشة AMOLED مقاس 6.78 بوصة بتردد 144 هرتز، معالج Dimensity 7300، كاميرا خلفية مزدوجة 50+8 ميجابكسل، بطارية 5200mAh، مقاومة للماء والغبار IP68/IP69، وشحن سريع 45W. </div> <!-- Accordion مع Tables --> <table class="accordion-table" role="presentation"> <tbody> <!-- قسم الشاشة --> <tr class="accordion-row"> <td colspan="2"> <button class="accordion-header active" aria-expanded="true" aria-controls="display-content"> <div class="accordion-title"> <i class="fas fa-desktop accordion-icon"></i> <span>الشاشة</span> </div> <div class="accordion-toggle"> <i class="fas fa-chevron-down"></i> </div> </button> </td> </tr> <tr class="accordion-row"> <td colspan="2"> <div class="accordion-content active" id="display-content"> <table class="specs-table"> <tbody> <tr> <td class="spec-label">النوع</td> <td class="spec-value">AMOLED, 144Hz</td> </tr> <tr> <td class="spec-label">الحجم</td> <td class="spec-value">6.78 بوصة, 109.9 سم² (~89.7% نسبة الشاشة للجسم)</td> </tr> <tr> <td class="spec-label">الدقة</td> <td class="spec-value">1080 x 2436 بكسل (~393 بكسل لكل بوصة)</td> </tr> <tr> <td class="spec-label">الحماية</td> <td class="spec-value">Corning Gorilla Glass 7i</td> </tr> <tr class="spec-row no-label"> <td colspan="2">دعم HDR للصور</td> </tr> </tbody> </table> </div> </td> </tr> <!-- قسم الكاميرا الرئيسية --> <tr class="accordion-row"> <td colspan="2"> <button class="accordion-header active" aria-expanded="true" aria-controls="main-camera-content"> <div class="accordion-title"> <i class="fas fa-camera accordion-icon"></i> <span>الكاميرا الرئيسية</span> </div> <div class="accordion-toggle"> <i class="fas fa-chevron-down"></i> </div> </button> </td> </tr> <tr class="accordion-row"> <td colspan="2"> <div class="accordion-content active" id="main-camera-content"> <table class="specs-table"> <tbody> <tr> <td class="spec-label">المزدوجة</td> <td class="spec-value">50 ميجابكسل, f/1.9, 23mm (واسعة), 1/1.56", 1.0µm, PDAF, OIS</td> </tr> <tr> <td class="spec-label">ثانوية</td> <td class="spec-value">8 ميجابكسل, (ألترا واسعة), 1/4.0", 1.12µm, AF</td> </tr> <tr> <td class="spec-label">المميزات</td> <td class="spec-value">فلاش مزدوج LED, HDR, بانوراما</td> </tr> <tr> <td class="spec-label">الفيديو</td> <td class="spec-value">4K@30/60fps (HDR), 1080p@30fps</td> </tr> </tbody> </table> </div> </td> </tr> <!-- قسم الكاميرا الأمامية --> <tr class="accordion-row"> <td colspan="2"> <button class="accordion-header active" aria-expanded="true" aria-controls="selfie-camera-content"> <div class="accordion-title"> <i class="fas fa-user accordion-icon"></i> <span>الكاميرا الأمامية</span> </div> <div class="accordion-toggle"> <i class="fas fa-chevron-down"></i> </div> </button> </td> </tr> <tr class="accordion-row"> <td colspan="2"> <div class="accordion-content active" id="selfie-camera-content"> <table class="specs-table"> <tbody> <tr> <td class="spec-label">الأمامية</td> <td class="spec-value">50 ميجابكسل, f/2.5, 24mm (واسعة), 1/2.8", 0.64µm, PDAF</td> </tr> <tr> <td class="spec-label">الفيديو</td> <td class="spec-value">4K@30fps, 1080p@30/60fps</td> </tr> </tbody> </table> </div> </td> </tr> <!-- قسم النظام والأداء --> <tr class="accordion-row"> <td colspan="2"> <button class="accordion-header active" aria-expanded="true" aria-controls="platform-content"> <div class="accordion-title"> <i class="fas fa-microchip accordion-icon"></i> <span>النظام والأداء</span> </div> <div class="accordion-toggle"> <i class="fas fa-chevron-down"></i> </div> </button> </td> </tr> <tr class="accordion-row"> <td colspan="2"> <div class="accordion-content active" id="platform-content"> <table class="specs-table"> <tbody> <tr> <td class="spec-label">نظام التشغيل</td> <td class="spec-value">Android 15, حتى 3 ترقيات رئيسية, HIOS 15</td> </tr> <tr> <td class="spec-label">الشريحة</td> <td class="spec-value">Mediatek Dimensity 7300 (4 nm)</td> </tr> <tr> <td class="spec-label">المعالج</td> <td class="spec-value">ثماني النواة (4x2.5 GHz Cortex-A78 & 4x2.0 GHz Cortex-A55)</td> </tr> <tr> <td class="spec-label">المعالج الرسومي</td> <td class="spec-value">Mali-G615 MC2</td> </tr> </tbody> </table> </div> </td> </tr> <!-- قسم البطارية --> <tr class="accordion-row"> <td colspan="2"> <button class="accordion-header active" aria-expanded="true" aria-controls="battery-content"> <div class="accordion-title"> <i class="fas fa-battery-full accordion-icon"></i> <span>البطارية</span> </div> <div class="accordion-toggle"> <i class="fas fa-chevron-down"></i> </div> </button> </td> </tr> <tr class="accordion-row"> <td colspan="2"> <div class="accordion-content active" id="battery-content"> <table class="specs-table"> <tbody> <tr> <td class="spec-label">النوع</td> <td class="spec-value">5200 ملي أمبير</td> </tr> <tr> <td class="spec-label">الشحن</td> <td class="spec-value">45W سلكي, 50% في 23 دقيقة, 100% في 43 دقيقة</td> </tr> </tbody> </table> </div> </td> </tr> <!-- قسم الذاكرة --> <tr class="accordion-row"> <td colspan="2"> <button class="accordion-header active" aria-expanded="true" aria-controls="memory-content"> <div class="accordion-title"> <i class="fas fa-memory accordion-icon"></i> <span>الذاكرة</span> </div> <div class="accordion-toggle"> <i class="fas fa-chevron-down"></i> </div> </button> </td> </tr> <tr class="accordion-row"> <td colspan="2"> <div class="accordion-content active" id="memory-content"> <table class="specs-table"> <tbody> <tr> <td class="spec-label">فتحة الذاكرة</td> <td class="spec-value">لا</td> </tr> <tr> <td class="spec-label">الداخلية</td> <td class="spec-value">256GB مع 8GB RAM, 256GB مع 12GB RAM</td> </tr> <tr class="spec-row no-label"> <td colspan="2">UFS 2.x</td> </tr> </tbody> </table> </div> </td> </tr> <!-- قسم التصميم والمتانة --> <tr class="accordion-row"> <td colspan="2"> <button class="accordion-header active" aria-expanded="true" aria-controls="body-content"> <div class="accordion-title"> <i class="fas fa-mobile-alt accordion-icon"></i> <span>التصميم والمتانة</span> </div> <div class="accordion-toggle"> <i class="fas fa-chevron-down"></i> </div> </button> </td> </tr> <tr class="accordion-row"> <td colspan="2"> <div class="accordion-content active" id="body-content"> <table class="specs-table"> <tbody> <tr> <td class="spec-label">الأبعاد</td> <td class="spec-value">164.3 x 74.6 x 7.3 ملم (6.47 x 2.94 x 0.29 بوصة)</td> </tr> <tr> <td class="spec-label">الوزن</td> <td class="spec-value">179 جرام (6.31 أونصة)</td> </tr> <tr> <td class="spec-label">البناء</td> <td class="spec-value">زجاج أمامي (Gorilla Glass 7i), خلفية بلاستيكية, إطار بلاستيكي</td> </tr> <tr> <td class="spec-label">شريحة SIM</td> <td class="spec-value">Nano-SIM + Nano-SIM</td> </tr> <tr class="spec-row no-label"> <td colspan="2">مقاوم للغبار والماء IP68/IP69 (تيارات ماء عالية الضغط؛ قابل للغمر حتى عمق 2 متر لمدة 30 دقيقة)</td> </tr> </tbody> </table> </div> </td> </tr> <!-- قسم الشبكة والاتصال --> <tr class="accordion-row"> <td colspan="2"> <button class="accordion-header active" aria-expanded="true" aria-controls="network-content"> <div class="accordion-title"> <i class="fas fa-wifi accordion-icon"></i> <span>الشبكة والاتصال</span> </div> <div class="accordion-toggle"> <i class="fas fa-chevron-down"></i> </div> </button> </td> </tr> <tr class="accordion-row"> <td colspan="2"> <div class="accordion-content active" id="network-content"> <table class="specs-table"> <tbody> <tr> <td class="spec-label">التقنية</td> <td class="spec-value">GSM / HSPA / LTE / 5G</td> </tr> <tr> <td class="spec-label">نطاقات 2G</td> <td class="spec-value">GSM 850 / 900 / 1800 / 1900</td> </tr> <tr> <td class="spec-label">نطاقات 3G</td> <td class="spec-value">HSDPA 850 / 900 / 1700(AWS) / 1900 / 2100</td> </tr> <tr> <td class="spec-label">نطاقات 4G</td> <td class="spec-value">LTE</td> </tr> <tr> <td class="spec-label">نطاقات 5G</td> <td class="spec-value">SA/NSA</td> </tr> <tr> <td class="spec-label">السرعة</td> <td class="spec-value">HSPA, LTE, 5G</td> </tr> </tbody> </table> </div> </td> </tr> <!-- قسم المميزات --> <tr class="accordion-row"> <td colspan="2"> <button class="accordion-header active" aria-expanded="true" aria-controls="features-content"> <div class="accordion-title"> <i class="fas fa-star accordion-icon"></i> <span>المميزات</span> </div> <div class="accordion-toggle"> <i class="fas fa-chevron-down"></i> </div> </button> </td> </tr> <tr class="accordion-row"> <td colspan="2"> <div class="accordion-content active" id="features-content"> <table class="specs-table"> <tbody> <tr> <td class="spec-label">المستشعرات</td> <td class="spec-value">بصمة الإصبع (تحت الشاشة, ضوئي), مقياس التسارع, الجيروسكوب, القرب, البوصلة</td> </tr> </tbody> </table> </div> </td> </tr> <!-- قسم الصوت --> <tr class="accordion-row"> <td colspan="2"> <button class="accordion-header active" aria-expanded="true" aria-controls="sound-content"> <div class="accordion-title"> <i class="fas fa-volume-up accordion-icon"></i> <span>الصوت</span> </div> <div class="accordion-toggle"> <i class="fas fa-chevron-down"></i> </div> </button> </td> </tr> <tr class="accordion-row"> <td colspan="2"> <div class="accordion-content active" id="sound-content"> <table class="specs-table"> <tbody> <tr> <td class="spec-label">مكبر الصوت</td> <td class="spec-value">نعم, مع سماعات ستيريو</td> </tr> <tr> <td class="spec-label">مقسم 3.5mm</td> <td class="spec-value">لا</td> </tr> <tr class="spec-row no-label"> <td colspan="2">صوت Hi-Res بدقة 24-bit/192kHz</td> </tr> </tbody> </table> </div> </td> </tr> <!-- قسم الاتصالات --> <tr class="accordion-row"> <td colspan="2"> <button class="accordion-header active" aria-expanded="true" aria-controls="comms-content"> <div class="accordion-title"> <i class="fas fa-bluetooth accordion-icon"></i> <span>الاتصالات</span> </div> <div class="accordion-toggle"> <i class="fas fa-chevron-down"></i> </div> </button> </td> </tr> <tr class="accordion-row"> <td colspan="2"> <div class="accordion-content active" id="comms-content"> <table class="specs-table"> <tbody> <tr> <td class="spec-label">Wi-Fi</td> <td class="spec-value">نعم</td> </tr> <tr> <td class="spec-label">بلوتوث</td> <td class="spec-value">نعم</td> </tr> <tr> <td class="spec-label">تحديد الموقع</td> <td class="spec-value">GPS</td> </tr> <tr> <td class="spec-label">NFC</td> <td class="spec-value">نعم</td> </tr> <tr> <td class="spec-label">منفذ الأشعة تحت الحمراء</td> <td class="spec-value">نعم</td> </tr> <tr> <td class="spec-label">راديو</td> <td class="spec-value">راديو FM</td> </tr> <tr> <td class="spec-label">USB</td> <td class="spec-value">USB Type-C 2.0, OTG</td> </tr> </tbody> </table> </div> </td> </tr> <!-- قسم الإطلاق --> <tr class="accordion-row"> <td colspan="2"> <button class="accordion-header active" aria-expanded="true" aria-controls="launch-content"> <div class="accordion-title"> <i class="fas fa-rocket accordion-icon"></i> <span>الإطلاق</span> </div> <div class="accordion-toggle"> <i class="fas fa-chevron-down"></i> </div> </button> </td> </tr> <tr class="accordion-row"> <td colspan="2"> <div class="accordion-content active" id="launch-content"> <table class="specs-table"> <tbody> <tr> <td class="spec-label">أعلن عنه</td> <td class="spec-value">3 مارس 2025</td> </tr> <tr> <td class="spec-label">الحالة</td> <td class="spec-value">متاح. تم الإصدار مايو 2025</td> </tr> </tbody> </table> </div> </td> </tr> <!-- قسم معلومات إضافية --> <tr class="accordion-row"> <td colspan="2"> <button class="accordion-header active" aria-expanded="true" aria-controls="misc-content"> <div class="accordion-title"> <i class="fas fa-info-circle accordion-icon"></i> <span>معلومات إضافية</span> </div> <div class="accordion-toggle"> <i class="fas fa-chevron-down"></i> </div> </button> </td> </tr> <tr class="accordion-row"> <td colspan="2"> <div class="accordion-content active" id="misc-content"> <table class="specs-table"> <tbody> <tr> <td class="spec-label">الألوان</td> <td class="spec-value">Emerald Lake Green, Galaxy Black, Glacier White</td> </tr> <tr> <td class="spec-label">الموديلات</td> <td class="spec-value">CM7</td> </tr> </tbody> </table> </div> </td> </tr> </tbody> </table> <!-- قسم الأسئلة المتكررة --> <div class="faq-section" id="faq"> <h3 class="section-title"><i class="fas fa-question-circle"></i> الأسئلة الشائعة</h3> <table class="faq-table"> <tbody> <tr class="faq-row"> <td colspan="2"> <button class="faq-question" aria-expanded="false" aria-controls="faq-answer-1"> <span>هل يدعم الهاتف الشحن اللاسلكي؟</span> <i class="fas fa-chevron-down"></i> </button> </td> </tr> <tr class="faq-row"> <td colspan="2"> <div class="faq-answer" id="faq-answer-1"> <p>لا، Tecno Camon 40 Pro لا يدعم الشحن اللاسلكي. يأتي مع شحن سريع سلكي بقوة 45 واط.</p> </div> </td> </tr> <tr class="faq-row"> <td colspan="2"> <button class="faq-question" aria-expanded="false" aria-controls="faq-answer-2"> <span>ما هي مدة التحديثات الأمنية التي سيحصل عليها الهاتف؟</span> <i class="fas fa-chevron-down"></i> </button> </td> </tr> <tr class="faq-row"> <td colspan="2"> <div class="faq-answer" id="faq-answer-2"> <p>سيحصل Tecno Camon 40 Pro على تحديثات أمنية لمدة 3 سنوات على الأقل من تاريخ الإصدار.</p> </div> </td> </tr> <tr class="faq-row"> <td colspan="2"> <button class="faq-question" aria-expanded="false" aria-controls="faq-answer-3"> <span>هل يمكن توسيع سعة التخزين ببطاقة microSD؟</span> <i class="fas fa-chevron-down"></i> </button> </td> </tr> <tr class="faq-row"> <td colspan="2"> <div class="faq-answer" id="faq-answer-3"> <p>لا، الهاتف لا يحتوي على فتحة لبطاقة microSD. يتوفر بسعات تخزين 256GB فقط.</p> </div> </td> </tr> <tr class="faq-row"> <td colspan="2"> <button class="faq-question" aria-expanded="false" aria-controls="faq-answer-4"> <span>ما هي درجة مقاومة الماء IP68/IP69؟</span> <i class="fas fa-chevron-down"></i> </button> </td> </tr> <tr class="faq-row"> <td colspan="2"> <div class="faq-answer" id="faq-answer-4"> <p>IP68 تعني أنه مقاوم للغبار ويمكن غمره في الماء حتى عمق 2 متر لمدة 30 دقيقة. IP69 تضيف مقاومة لتيارات الماء عالية الضغط.</p> </div> </td> </tr> </tbody> </table> </div> <!-- قسم المقالات المرتبطة --> <div class="articles-section" id="articles"> <h3 class="section-title"><i class="fas fa-newspaper"></i> مقالات ذات صلة</h3> <div class="articles-grid"> <article class="article-card"> <img src="https://images.unsplash.com/photo-1511707171634-5f897ff02aa9?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80" alt="أفضل هواتف 2025 في الفئة المتوسطة" class="article-image"> <div class="article-content"> <h4 class="article-title">أفضل هواتف الفئة المتوسطة 2025</h4> <p class="article-excerpt">تعرف على قائمة أفضل الهواتف الذكية في الفئة المتوسطة لعام 2025 والتي توفر أفضل قيمة مقابل المال.</p> <a href="#" class="article-link" aria-label="قراءة المزيد عن أفضل هواتف 2025">قراءة المزيد <i class="fas fa-arrow-left"></i></a> </div> </article> <article class="article-card"> <img src="https://images.unsplash.com/photo-1516035069371-29a1b244cc32?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80" alt="مقارنة كاميرات الهواتف الذكية" class="article-image"> <div class="article-content"> <h4 class="article-title">مقارنة كاميرات الهواتف في الفئة المتوسطة</h4> <p class="article-excerpt">مقارنة مفصلة بين كاميرات الهواتف الذكية في الفئة المتوسطة وأيها يوفر أفضل جودة للصور.</p> <a href="#" class="article-link" aria-label="قراءة المزيد عن مقارنة كاميرات الهواتف">قراءة المزيد <i class="fas fa-arrow-left"></i></a> </div> </article> <article class="article-card"> <img src="https://images.unsplash.com/photo-1581094794329-c8112a89af12?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80" alt="مراجعة بطاريات الهواتف الذكية" class="article-image"> <div class="article-content"> <h4 class="article-title">مراجعة: أي هاتف يدوم طويلاً؟</h4> <p class="article-excerpt">اختبار شامل لبطاريات الهواتف الذكية لمعرفة أيها يوفر أطول مدة استخدام في ظروف الاستخدام العادي.</p> <a href="#" class="article-link" aria-label="قراءة المزيد عن مراجعة بطاريات الهواتف">قراءة المزيد <i class="fas fa-arrow-left"></i></a> </div> </article> </div> </div> </div> </div> </div> <!-- الفوتر --> <footer> <div class="container"> <div class="footer-content"> <div class="copyright"> <p>© 2025 جميع الحقوق محفوظة - موقع مواصفات الهواتف</p> </div> <div class="social-links"> <a href="#" aria-label="تابعنا على تويتر"><i class="fab fa-twitter"></i></a> <a href="#" aria-label="تابعنا على فيسبوك"><i class="fab fa-facebook"></i></a> <a href="#" aria-label="تابعنا على انستغرام"><i class="fab fa-instagram"></i></a> <a href="#" aria-label="تابعنا على يوتيوب"><i class="fab fa-youtube"></i></a> </div> </div> </div> </footer> <script> // تفعيل الـ Accordion document.addEventListener('DOMContentLoaded', function() { // تفعيل أقسام المواصفات const accordionHeaders = document.querySelectorAll('.accordion-header'); accordionHeaders.forEach(header => { header.addEventListener('click', function() { const isActive = this.classList.contains('active'); const contentId = this.getAttribute('aria-controls'); const content = document.getElementById(contentId); // تحديث حالة الزر this.classList.toggle('active'); this.setAttribute('aria-expanded', !isActive); // تحديث المحتوى content.classList.toggle('active'); // تحديث أيقونة السهم const icon = this.querySelector('.accordion-toggle i'); if (this.classList.contains('active')) { icon.style.transform = 'rotate(180deg)'; } else { icon.style.transform = 'rotate(0deg)'; } }); }); // تفعيل الأسئلة الشائعة const faqQuestions = document.querySelectorAll('.faq-question'); faqQuestions.forEach(question => { question.addEventListener('click', function() { const isActive = this.classList.contains('active'); const answerId = this.getAttribute('aria-controls'); const answer = document.getElementById(answerId); // إغلاق جميع الأسئلة الأخرى document.querySelectorAll('.faq-question').forEach(faq => { if (faq !== this) { faq.classList.remove('active'); faq.setAttribute('aria-expanded', 'false'); const faqAnswerId = faq.getAttribute('aria-controls'); document.getElementById(faqAnswerId).classList.remove('active'); } }); // تبديل حالة السؤال الحالي this.classList.toggle('active'); this.setAttribute('aria-expanded', !isActive); answer.classList.toggle('active'); }); }); // معالجة خطأ تحميل الصورة const phoneImage = document.querySelector('.phone-image'); phoneImage.addEventListener('error', function() { this.classList.add('error'); this.innerHTML = 'Tecno Camon 40 Pro'; }); // تأثيرات تفاعلية لعناصر الجدول document.addEventListener('mouseover', function(e) { if (e.target.closest('.specs-table tr')) { e.target.closest('.specs-table tr').style.backgroundColor = '#f7fafc'; } }); document.addEventListener('mouseout', function(e) { if (e.target.closest('.specs-table tr')) { e.target.closest('.specs-table tr').style.backgroundColor = ''; } }); // تنعيم التمرير للروابط الداخلية document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function(e) { e.preventDefault(); const targetId = this.getAttribute('href'); if (targetId === '#') return; const targetElement = document.querySelector(targetId); if (targetElement) { window.scrollTo({ top: targetElement.offsetTop - 80, behavior: 'smooth' }); } }); }); // تحسين إمكانية الوصول للوحة المفاتيح document.addEventListener('keydown', function(e) { if (e.key === 'Enter' || e.key === ' ') { const activeElement = document.activeElement; if (activeElement.classList.contains('accordion-header') || activeElement.classList.contains('faq-question')) { e.preventDefault(); activeElement.click(); } } }); }); </script> <!-- Structured Data JSON-LD --> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Product", "name": "Tecno Camon 40 Pro 5G", "description": "هاتف Tecno Camon 40 Pro 5G بشاشة AMOLED 6.78 بوصة بتردد 144Hz، معالج Dimensity 7300، كاميرا خلفية مزدوجة 50+8 ميجابكسل، بطارية 5200mAh، مقاومة للماء والغبار IP68/IP69", "brand": { "@type": "Brand", "name": "Tecno" }, "model": "CM7", "releaseDate": "2025-05-01", "sku": "CM7-TECNO", "offers": { "@type": "Offer", "availability": "https://schema.org/InStock", "priceCurrency": "SAR", "price": "1499" }, "additionalProperty": [ { "@type": "PropertyValue", "name": "الشاشة", "value": "6.78 بوصة AMOLED 144Hz" }, { "@type": "PropertyValue", "name": "المعالج", "value": "MediaTek Dimensity 7300" }, { "@type": "PropertyValue", "name": "الكاميرا الخلفية", "value": "50 ميجابكسل + 8 ميجابكسل" }, { "@type": "PropertyValue", "name": "البطارية", "value": "5200mAh" }, { "@type": "PropertyValue", "name": "نظام التشغيل", "value": "Android 15" } ] } </script> </body> </html>
Landing Page
This ad does not have a landing page available
Network Timeline
Performance Summary

8

Requests

4

Domains

493KB

Transfer Size

571KB

Content Size

435.0ms

Dom Content Loaded

664.0ms

First Paint

527.0ms

Load Time
Domain Breakdown
Transfer Size (bytes)
Loading...
Content Size (bytes)
Loading...
Header Size (bytes)
Loading...
Requests
Loading...
Timings (ms)
Loading...
Total Time
Loading...
Content Breakdown
Transfer Size (bytes)
Loading...
Content Size (bytes)
Loading...
Header Size (bytes)
Loading...
Requests
Loading...