|
|
خط ۱: |
خط ۱: |
| <html lang="fa" dir="rtl"> | | <style> |
| <head>
| | /* استایل اختصاصی برای دکمه بررسی تخصصی */ |
| <meta charset="UTF-8">
| | .special-button { |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | | background: linear-gradient(45deg, #42EB9C, #2FA674) !important; |
| <title>جدول زیبا با دکمههای واکنشگرا</title>
| | color: #002060 !important; /* تغییر رنگ متن به سورمهای */ |
| <link href="https://cdn.fontcdn.ir/font/vazir.css" rel="stylesheet">
| | font-size: 18px !important; /* بزرگتر کردن متن */ |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"> | | font-weight: bold; /* ضخیمتر کردن متن */ |
| <style>
| | } |
| body { | |
| font-family: 'Vazir', sans-serif;
| |
| background: linear-gradient(135deg, #f4f4f9, #d1e8ff);
| |
| margin: 0;
| |
| padding: 20px;
| |
| direction: rtl;
| |
| }
| |
|
| |
|
| table {
| | /* اطمینان از اعمال رنگ و اندازه در تمامی حالتها */ |
| width: 100%;
| | .special-button:link, |
| border-collapse: collapse;
| | .special-button:visited, |
| margin: 20px 0;
| | .special-button:hover, |
| border-radius: 10px;
| | .special-button:active { |
| overflow: hidden;
| | color: #002060 !important; |
| box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
| | font-size: 18px !important; |
| background-color: #fff;
| | } |
| }
| |
|
| |
|
| th {
| | .special-button:hover { |
| background-color: #0078d7;
| | background: linear-gradient(45deg, #2FA674, #1C8B61) !important; |
| color: #fff;
| | } |
| font-size: 16px;
| | </style> |
| 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; /* تغییر رنگ متن به سورمهای */
| |
| font-size: 18px !important; /* بزرگتر کردن متن */
| |
| font-weight: bold; /* ضخیمتر کردن متن */
| |
| padding: 30px 20px !important; /* افزایش ارتفاع دکمه */
| |
| }
| |
| | |
| /* اطمینان از اعمال رنگ و اندازه در تمامی حالتها */
| |
| .special-button:link,
| |
| .special-button:visited,
| |
| .special-button:hover,
| |
| .special-button:active {
| |
| color: #002060 !important;
| |
| font-size: 18px !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>
| |
<style>
/* استایل اختصاصی برای دکمه بررسی تخصصی */
.special-button {
background: linear-gradient(45deg, #42EB9C, #2FA674) !important;
color: #002060 !important; /* تغییر رنگ متن به سورمهای */
font-size: 18px !important; /* بزرگتر کردن متن */
font-weight: bold; /* ضخیمتر کردن متن */
}
/* اطمینان از اعمال رنگ و اندازه در تمامی حالتها */
.special-button:link,
.special-button:visited,
.special-button:hover,
.special-button:active {
color: #002060 !important;
font-size: 18px !important;
}
.special-button:hover {
background: linear-gradient(45deg, #2FA674, #1C8B61) !important;
}
</style>