کارت مقاله/styles.css - فراغیب
بدون خلاصۀ ویرایش برچسب: برگرداندهشده |
بدون خلاصۀ ویرایش برچسب: واگردانی دستی |
||
| خط ۱۷: | خط ۱۷: | ||
background-position: center; | background-position: center; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
} | } | ||
نسخهٔ ۲۶ اوت ۲۰۲۶، ساعت ۲۰:۱۱
.patogh-article-card {
background: #FFFFFF;
border: 1px solid #EADBCE;
border-radius: 12px;
overflow: hidden;
display: flex;
flex-direction: column;
transition: all 0.3s ease;
height: 100%;
}
/* این کلاس جایگزین تگ <img> شده */
.patogh-article-img {
width: 100%;
height: 160px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.patogh-article-body { padding: 15px; }
.patogh-article-title { font-size: 16px; margin: 0 0 10px 0 !important; color: #8C3A27; border: none !important; }
.patogh-article-desc { font-size: 13px; color: #6B5E55; line-height: 1.5; margin: 0; }