چهارشنبه ۸ خرداد ۱۳۹۸ -
اتوماسیون اداری و مکاتبات
body {
margin: 0;
font-family: 'IRANsans', sans-serif;
background: #f5f5f5;
}
.page-title {
text-align: center;
color: #004170;
font-size: 2rem;
margin: 30px 0 20px;
padding-bottom: 15px;
position: relative;
}
.page-title::after {
content: '';
position: absolute;
bottom: 0;
left: 25%;
right: 25%;
height: 3px;
background: linear-gradient(90deg, #aa0000, #f5f7fa, #aa0000);
}
.boxes-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
width: 100%;
max-width: 1000px;
margin: 20px auto 40px;
padding: 0 10px;
}
/* کلاس جدید ykw */
.ykw {
flex: 0 1 320px;
display: flex;
align-items: center;
gap: 10px;
background: #000066;
border-radius: 100px;
padding: 8px 14px;
box-shadow: 0 4px 8px #004170;
text-decoration: none;
color: #ffffff;
transition: transform 0.2s;
}
.ykw:hover {
transform: translateY(-4px);
box-shadow: 0 6px 12px #004170;
}
.ykw img {
width: 48px;
height: 48px;
object-fit: contain;
flex-shrink: 0;
}
.ykw .item-text {
font-size: 16px;
line-height: 1.7;
}
/* دسکتاپ: دو تا در هر ردیف */
@media (min-width: 768px) {
.ykw {
flex: 0 1 calc(50% - 20px);
display; flex;
flex-direction: row; /* متن کنار تصویر */
align-items: center;
text-align: right;
}
}
/* موبایل: متن زیر تصویر */
/* موبایل: متن زیر تصویر */
@media (max-width: 767px) {
.ykw
{
flex: 1 1 100%;
flex-direction: row;
align-items: center;
text-align: center;
border-radius: 60px;
padding: 10px;
}
.ykw img {
width: 5%; /* کوچکتر شد */
max-width: 20%;
height: auto; /* کوچکتر شد */ margin-bottom: 3px; /* فاصله متن و تصویر کمتر شد */ } .ykw .item-text { font-size: 14px; /* اندازه متن مناسب */ font-weight: 600px; /* پررنگتر برای خوانایی */ color: #ffffff; /* مطمئن بشه که متن دیده میشه */ } }
@media only screen and (max-width: 480px) {
.yw_cnt img {
flex-direction: row;
max-width: 98% !important;
object-fit: cover;
width: 15% !important;
height: auto !important;
}
سامانه اتوماسیون اداری - دیدگاه 5 (مکاتبات و مرخصی)
سامانه اتوماسیون اداری - دیدگاه 4 (پرسنلی، مالی و لجستیک)