الگو:بخش اطلاعات تماس/عطاری حافظ: تفاوت میان نسخهها
Esfandiari (بحث | مشارکتها) بدون خلاصۀ ویرایش |
Esfandiari (بحث | مشارکتها) بدون خلاصۀ ویرایش |
||
| خط ۲: | خط ۲: | ||
<style> | <style> | ||
.deniz-contact-card { | /* بدنه اصلی کارت - حذف Aspect-Ratio برای کاهش ارتفاع */ | ||
.deniz-contact-card { | |||
width: 100%; | |||
max-width: 1100px; | |||
margin: 10px auto; | |||
padding: 15px clamp(12px, 3%, 30px); /* پدینگ بهینه شده برای کاهش ارتفاع */ | |||
direction: rtl; | |||
text-align: center; | |||
background-image: url('https://dl.faraghaib.ir/m/105/1.png'); | |||
background-size: 100% 100%; | |||
background-position: center; | |||
background-repeat: no-repeat; | |||
color: #3e2723; | |||
box-sizing: border-box; | |||
font-family: 'IRANSans', Tahoma, sans-serif; | |||
display: flex; | |||
flex-direction: column; | |||
align-items: center; | |||
justify-content: flex-start; /* تغییر به flex-start برای چسبیدن به بالا */ | |||
} | |||
} | |||
.wiki-custom-body { | |||
width: 100%; | |||
display: flex; | |||
flex-direction: column; | |||
align-items: center; | |||
} | |||
/* تیتر */ | |||
.contact-intro { | |||
display: block; | |||
width: 100%; | |||
margin-bottom: 12px; | |||
font-size: clamp(0.9em, 1.8vw, 1.05em); | |||
color: #2e4633; | |||
font-weight: bold; | |||
text-align: right; | |||
} | |||
. | /* ردیف آیکونها */ | ||
.icons-row { | |||
width: 100%; | |||
display: flex; | |||
justify-content: center; | |||
flex-wrap: nowrap; | |||
} | gap: 10px; | ||
} | |||
.icon-block { | |||
. | display: flex; | ||
flex-direction: column; | |||
align-items: center; | |||
flex: 1 1 0; | |||
min-width: 70px; | |||
} | |||
} | |||
.icon-block img { | |||
. | width: clamp(30px, 4vw, 40px); | ||
height: clamp(30px, 4vw, 40px); | |||
margin-bottom: 4px; | |||
object-fit: contain; | |||
} | |||
} | |||
.icon-block { | .icon-block .caption { | ||
font-size: clamp(0.75em, 1.3vw, 0.9em); | |||
line-height: 1.4; | |||
color: #3e2723; | |||
} | |||
} | |||
.icon-block | .icon-block .caption b { | ||
display: block; | |||
color: #2e4633; | |||
font-size: clamp(0.85em, 1.5vw, 0.95em); | |||
} | |||
} | |||
. | .deniz-contact-card a { | ||
color: #a67c00 !important; | |||
text-decoration: none; | |||
font-weight: 700; | |||
} | } | ||
. | /* موبایل و نمایشگرهای کوچک */ | ||
@media (max-width: 600px) { | |||
.deniz-contact-card { | |||
padding: 12px 8px; | |||
} | |||
} | .icons-row { | ||
flex-wrap: wrap; | |||
gap: 8px; | |||
} | |||
.icon-block { | |||
flex: 1 1 40%; /* چیدمان دو ستونی در موبایل */ | |||
min-width: 70px; | |||
} | |||
} | |||
</style> | |||
. | <script type="application/ld+json"> | ||
{ | |||
"@context": "https://schema.org", | |||
"@type": "LocalBusiness", | |||
"name": "عطاری و ادویه سرای حافظ", | |||
"telephone": "+989333009575", | |||
"contactPoint": [ | |||
{ | |||
"@type": "ContactPoint", | |||
"telephone": "+989333009575", | |||
"contactType": "customer service", | |||
"areaServed": "IR" | |||
} | |||
] | |||
} | } | ||
</script> | |||
<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/telegram.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> | ||