پرش به محتوا

بخش اطلاعات تماس/عطاری حافظ - فراغیب

از فراغیب
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
 
(۷ نسخهٔ میانی ویرایش شده توسط ۲ کاربر نشان داده نشد)
خط ۱: خط ۱:
<html>
<html>
<style>
<style>
.deniz-contact-card {
    .deniz-contact-card {
    width: 100%;
        width: 100%;
    max-width: 1100px;
        max-width: 1100px;
    margin: 5px auto; /* کاهش مارجین بالا و پایین */
        margin: 5px auto;
    aspect-ratio: auto; /* تغییر از نسبت ثابت به اتو برای مدیریت بهتر ارتفاع */
        padding: 10px 5px;
    min-height: auto; /* اجازه به محتوا برای تعیین ارتفاع */
        direction: rtl;
    padding: 20px clamp(18px, 5%, 56px) 30px; /* کاهش پدینگ بالا از 70px به 20px */
        text-align: center;
    direction: rtl;
        /* گرادینت استخراج شده از پالت رنگی بنر ارسالی */
    text-align: center;
        background: linear-gradient(90deg, #1d4d1a 0%, #4c8c2b 100%);
    background-image: url('https://dl.faraghaib.ir/m/105/1.png');
        border-bottom-left-radius: 20px;
    background-size: 100% 100%;
        border-bottom-right-radius: 20px;
    background-position: center;
        color: #ffffff; /* تغییر به سفید برای تضاد عالی با سبز بنر */
    background-repeat: no-repeat;
        box-sizing: border-box;
    color: #3e2723;
        font-family: 'IRANSans', Tahoma, sans-serif;
    box-sizing: border-box;
        display: flex;
    font-family: 'IRANSans', sans-serif;
        flex-direction: column;
    overflow: hidden;
        align-items: center;
    display: flex;
     }
    align-items: center;
     justify-content: center;
}


.wiki-custom-body {
    .wiki-custom-body {
    width: 100%;
        width: 100%;
    display: flex;
        display: flex;
    flex-direction: column;
        flex-direction: column;
    justify-content: center;
        align-items: center;
    align-items: center;
    }
}


/* تیتر بالا - کاهش فاصله */
    .contact-intro {
.contact-intro {
        display: block;
    display: block;
        width: 100%;
    width: 100%;
        margin-bottom: 8px;
    margin-bottom: 10px; /* کاهش فاصله از پایین تیتر */
        font-size: clamp(0.9em, 1.8vw, 1em);
    font-size: clamp(0.95em, 2vw, 1.12em);
        color: #f0f7ed; /* سبز بسیار روشن متمایل به سفید */
    line-height: 1.5; /* کاهش ارتفاع خط */
        font-weight: bold;
    color: #2e4633;
        text-align: right;
    font-weight: bold;
    }
    direction: rtl;
    text-align: right;
}


/* ردیف آیکون‌ها */
    .icons-row {
.icons-row {
        width: 100%;
    width: 100%;
        display: flex;
    display: flex;
        justify-content: center;
    justify-content: center;
        align-items: center;
    align-items: flex-start;
        flex-wrap: nowrap;
    flex-wrap: nowrap;
        gap: 5px;
    gap: 8px; /* کمی کاهش فاصله */
     }
     margin-top: 0; /* حذف فاصله اضافه در بالا */
}


.icon-block {
    .icon-block {
    display: flex;
        display: flex;
    flex-direction: column;
        flex-direction: column;
    align-items: center;
        align-items: center;
    text-align: center;
        flex: 1 1 auto;
    flex: 1 1 0;
        padding: 0 2px;
    min-width: 80px;
        min-width: 60px;
}
    }


.icon-block img {
    .icon-block img {
    width: clamp(32px, 4vw, 45px); /* کمی کوچک‌تر کردن آیکون‌ها برای کاهش ارتفاع */
        width: clamp(28px, 3.5vw, 36px);
    height: clamp(32px, 4vw, 45px);
        height: clamp(28px, 3.5vw, 36px);
    margin-bottom: 6px;  
        margin-bottom: 2px;
    object-fit: contain;
        object-fit: contain;
}
        /* فیلتر برای درخشش بهتر آیکون‌ها روی پس‌زمینه تیره */
        filter: drop-shadow(0px 0px 2px rgba(255,255,255,0.3));
    }


.icon-block .caption {
    .icon-block .caption {
    font-size: clamp(0.75em, 1.3vw, 0.9em);
        font-size: clamp(0.7em, 1.2vw, 0.85em);
    line-height: 1.3; /* فشرده‌تر کردن متن */
        line-height: 1.2;
    color: #3e2723;
        color: #ffffff;
}
    }


.icon-block .caption b {
    .icon-block .caption b {
    display: block;
        display: block;
    color: #2e4633;
        color: #ffffff;
    margin-bottom: 2px;
        font-size: clamp(0.8em, 1.4vw, 0.9em);
    font-size: clamp(0.85em, 1.5vw, 1em);
        margin-bottom: 1px;
}
    }


.deniz-contact-card a {
    .deniz-contact-card a {
    color: #a67c00 !important;
        color: #ffffff !important;
    text-decoration: none;
        text-decoration: none;
    font-weight: 700;
        font-weight: 700;
}
        white-space: nowrap;
    }


/* فوتر - حذف یا کاهش اگر خیلی شلوغ است */
    @media (max-width: 600px) {
.contact-footer {
        .icons-row {
    display: none; /* مخفی‌سازی چون آیکون‌های بالا برای تماس کافی هستند */
            flex-wrap: wrap;
}
            gap: 5px;
        }


/* موبایل */
         .icon-block {
@media (max-width: 600px) {
            flex: 1 1 45%;
    .deniz-contact-card {
         }
        padding: 15px 10px;
    }
    .icons-row {
         flex-wrap: wrap;
        gap: 10px;
    }
    .icon-block {
        flex: 1 1 30%;
         min-width: 70px;
     }
     }
}
</style>
</style>


<section class="deniz-contact-card" aria-label="راه‌های ارتباطی">
    <div class="wiki-custom-body">
        <b class="contact-intro">راه‌های ارتباطی عطاری و ادویه سرای حافظ:</b>
        <nav class="icons-row">
            <div class="icon-block">
                <img src="https://dl.faraghaib.ir/m/100/phone.png" alt="تماس" loading="lazy">
                <div class="caption"><b>تلفن</b><a href="tel:09333009575">09333009575</a></div>
            </div>
            <div class="icon-block">
                <img src="https://dl.faraghaib.ir/m/100/telegram.png" alt="تلگرام" loading="lazy">
                <div class="caption"><b>تلگرام</b><a href="https://t.me/attarihafez_ir" target="_blank">@attarihafez_ir</a></div>
            </div>
            <div class="icon-block">
                <img src="https://dl.faraghaib.ir/m/100/loc.png" alt="آدرس" loading="lazy">
                <div class="caption"><b>آدرس</b><a href="https://neshan.org/maps/places/19087e7434f593216155a7c6bde38efd#c26.681-61.665-22z-0p">شهر آشار</a></div>
            </div>


            <div class="icon-block">
                <img src="https://dl.faraghaib.ir/m/100/chat.png" alt="مشاوره" loading="lazy">
                <div class="caption"><b>مشاوره</b><a href="tel:09188816696">09188816696</a></div>
            </div>
        </nav>
    </div>
</section>
</html>
</html>

نسخهٔ کنونی تا ‏۲۰ ژوئیهٔ ۲۰۲۶، ساعت ۱۱:۲۷

راه‌های ارتباطی عطاری و ادویه سرای حافظ: