پراپ پراپی: تفاوت میان نسخهها
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
خط ۱: | خط ۱: | ||
< | <html lang="fa" dir="rtl"> | ||
/ | <head> | ||
. | <meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |||
<title>جدول زیبا با دکمههای واکنشگرا</title> | |||
<link href="https://cdn.fontcdn.ir/font/vazir.css" rel="stylesheet"> | |||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"> | |||
<style> | |||
body { | |||
font-family: 'Vazir', sans-serif; | |||
background: linear-gradient(135deg, #f4f4f9, #d1e8ff); | |||
margin: 0; | |||
padding: 20px; | |||
direction: rtl; | |||
} | |||
table { | |||
width: 100%; | |||
border-collapse: collapse; | |||
margin: 20px 0; | |||
border-radius: 10px; | |||
overflow: hidden; | |||
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); | |||
background-color: #fff; | |||
} | |||
th { | |||
background: linear-gradient(45deg, #2FA674, #1C8B61) !important; | background-color: #0078d7; | ||
color: #fff; | |||
</style> | font-size: 16px; | ||
padding: 15px; | |||
} | |||
td { | |||
padding: 15px; | |||
font-size: 14px; | |||
color: #333; | |||
} | |||
tr:nth-child(even) { | |||
background-color: #f9f9f9; | |||
} | |||
tr:hover { | |||
background-color: rgba(0, 120, 215, 0.1); | |||
transition: background-color 0.3s ease; | |||
} | |||
.button { | |||
display: flex; | |||
align-items: center; | |||
justify-content: center; | |||
padding: 25px 15px; /* افزایش ارتفاع دکمه */ | |||
background: linear-gradient(45deg, #0078d7, #0056a0); | |||
color: white !important; | |||
font-size: 14px; | |||
font-weight: bold; | |||
border: none; | |||
border-radius: 5px; | |||
cursor: pointer; | |||
text-decoration: none; | |||
width: auto; | |||
transition: background 0.3s ease, transform 0.2s; | |||
text-align: center; | |||
} | |||
.button i { | |||
margin-left: 5px; | |||
} | |||
.button:hover { | |||
background: linear-gradient(45deg, #0056a0, #003b6b); | |||
transform: scale(1.05); | |||
} | |||
a.button, a.button:hover, a.button:active { | |||
color: white !important; | |||
text-decoration: none; | |||
} | |||
/* استایل اختصاصی برای دکمه بررسی تخصصی */ | |||
.special-button { | |||
background: linear-gradient(45deg, #42EB9C, #2FA674) !important; | |||
color: #002060 !important; /* تغییر رنگ متن به سورمهای */ | |||
} | |||
/* اطمینان از اعمال رنگ متن در تمامی حالتها */ | |||
.special-button:link, | |||
.special-button:visited, | |||
.special-button:hover, | |||
.special-button:active { | |||
color: #002060 !important; | |||
} | |||
.special-button:hover { | |||
background: linear-gradient(45deg, #2FA674, #1C8B61) !important; | |||
} | |||
.image-cell img { | |||
width: 80px; | |||
height: 80px; | |||
object-fit: cover; | |||
border-radius: 50%; | |||
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); | |||
} | |||
.rating { | |||
display: inline-flex; | |||
align-items: center; | |||
} | |||
.stars .small { | |||
font-size: 12px; | |||
margin-left: 3px; | |||
} | |||
p { | |||
margin: 0; | |||
font-size: 14px; | |||
} | |||
.rating p { | |||
font-weight: bold; | |||
} | |||
</style> | |||
</head> | |||
<body> | |||
<table> | |||
<tr> | |||
<th>نام پراپ</th> | |||
<th>اطلاعات پراپ</th> | |||
<th>وبسایت</th> | |||
<th>امتیاز</th> | |||
<th>شبکههای اجتماعی</th> | |||
<th>راه ارتباطی</th> | |||
<th>پشتیبانی</th> | |||
</tr> | |||
<tr> | |||
<td class="image-cell"> | |||
<img src="تامین_سرمایه.png" alt="پراپی"> | |||
</td> | |||
<td> | |||
<p><strong>نام پراپ:</strong> پراپی</p> | |||
<p><strong>تاریخ تأسیس:</strong> ۱۴۰۲</p> | |||
<p><strong>دفتر مرکزی:</strong> ندارد</p> | |||
</td> | |||
<td> | |||
<a href="https://wikitrader.net/" class="button" title="https://wikitrader.net/"><i class="fas fa-globe"></i> وبسایت رسمی</a> | |||
<a href="https://wikitrader.net/" class="button" title="https://wikitrader.net/"><i class="fas fa-user-plus"></i> ثبتنام سریع</a> | |||
</td> | |||
<td> | |||
<div class="rating"> | |||
<p>امتیاز کاربران: پنج</p> | |||
<div class="stars"> | |||
<i class="fas fa-star small"></i> | |||
<i class="fas fa-star small"></i> | |||
<i class="fas fa-star small"></i> | |||
<i class="fas fa-star small"></i> | |||
<i class="fas fa-star small"></i> | |||
</div> | |||
</div> | |||
<a href="https://wikitrader.net/" class="button special-button" title="https://wikitrader.net/"><i class="fas fa-search"></i> بررسی تخصصی</a> | |||
</td> | |||
<td> | |||
<a href="https://wikitrader.net/" class="button" title="https://wikitrader.net/"><i class="fab fa-instagram"></i> اینستاگرام</a> | |||
<a href="https://wikitrader.net/" class="button" title="https://wikitrader.net/"><i class="fab fa-telegram"></i> تلگرام</a> | |||
</td> | |||
<td> | |||
<a href="mailto:info@propiycom" class="button" title="info@propiycom"><i class="fas fa-envelope"></i> ایمیل</a> | |||
<a href="tel:+989123456789" class="button" title="tel:+989123456789"><i class="fas fa-phone"></i> تلفن</a> | |||
</td> | |||
<td> | |||
<a href="https://wikitrader.net/" class="button" title="https://wikitrader.net/"><i class="fas fa-headset"></i> پشتیبانی آنلاین</a> | |||
<a href="https://wikitrader.net/" class="button" title="https://wikitrader.net/"><i class="fab fa-telegram"></i> تلگرام</a> | |||
</td> | |||
</tr> | |||
</table> | |||
</body> | |||
</html> |
نسخهٔ ۲۸ نوامبر ۲۰۲۴، ساعت ۰۷:۱۸
نام پراپ | اطلاعات پراپ | وبسایت | امتیاز | شبکههای اجتماعی | راه ارتباطی | پشتیبانی |
---|---|---|---|---|---|---|
![]() |
نام پراپ: پراپی تاریخ تأسیس: ۱۴۰۲ دفتر مرکزی: ندارد |
وبسایت رسمی ثبتنام سریع | بررسی تخصصی | اینستاگرام تلگرام | ایمیل تلفن | پشتیبانی آنلاین تلگرام |