diff --git a/assets/pasted-20260213-122445-3e8fb5b0.png b/assets/pasted-20260213-122445-3e8fb5b0.png new file mode 100644 index 0000000..dca2dbf Binary files /dev/null and b/assets/pasted-20260213-122445-3e8fb5b0.png differ diff --git a/assets/pasted-20260213-124109-d325d10e.png b/assets/pasted-20260213-124109-d325d10e.png new file mode 100644 index 0000000..a41a4bc Binary files /dev/null and b/assets/pasted-20260213-124109-d325d10e.png differ diff --git a/assets/pasted-20260213-124455-68677edd.png b/assets/pasted-20260213-124455-68677edd.png new file mode 100644 index 0000000..a41a4bc Binary files /dev/null and b/assets/pasted-20260213-124455-68677edd.png differ diff --git a/assets/pasted-20260213-124521-96536323.png b/assets/pasted-20260213-124521-96536323.png new file mode 100644 index 0000000..a41a4bc Binary files /dev/null and b/assets/pasted-20260213-124521-96536323.png differ diff --git a/assets/pasted-20260213-124811-f79e651e.png b/assets/pasted-20260213-124811-f79e651e.png new file mode 100644 index 0000000..a41a4bc Binary files /dev/null and b/assets/pasted-20260213-124811-f79e651e.png differ diff --git a/futures.php b/futures.php index 28a82ad..f77c281 100644 --- a/futures.php +++ b/futures.php @@ -45,12 +45,10 @@ $user_id = $_SESSION['user_id'] ?? null; .center-col { min-width: 100%; } } - /* Category Tabs above Search */ .category-tabs { display: flex; padding: 15px 15px 5px; gap: 8px; } .category-tab { flex: 1; text-align: center; padding: 6px 0; background: #2b3139; border-radius: 4px; font-size: 11px; color: #848e9c; cursor: pointer; transition: all 0.2s; white-space: nowrap; border: 1px solid transparent; } .category-tab.active { background: rgba(0, 82, 255, 0.1); border-color: var(--primary-color); color: var(--primary-color); font-weight: bold; } - /* Search Box */ .search-box { padding: 5px 15px 10px; position: relative; } .search-box i { position: absolute; left: 25px; top: 50%; transform: translateY(-50%); color: #848e9c; font-size: 12px; } .search-box input { width: 100%; background: #2b3139; border: 1px solid transparent; border-radius: 4px; padding: 8px 10px 8px 30px; color: white; font-size: 13px; outline: none; } @@ -64,7 +62,7 @@ $user_id = $_SESSION['user_id'] ?? null; .chart-header { padding: 8px 20px; display: flex; align-items: center; background: #161a1e; border-bottom: 1px solid #2b3139; flex-wrap: nowrap; gap: 20px; height: 50px; } .chart-box { flex: 1; min-height: 350px; height: 350px; background: #0b0e11; border-bottom: 1px solid #2b3139; } - @media (max-width: 991px) { .chart-box { min-height: 320px; height: 320px; } } + @media (max-width: 991px) { .chart-box { min-height: 350px; height: 350px; } } .order-box { padding: 12px 20px; background: #161a1e; border-bottom: 1px solid #2b3139; } .futures-config { display: flex; gap: 10px; margin-bottom: 10px; } @@ -92,22 +90,18 @@ $user_id = $_SESSION['user_id'] ?? null; .record-tab.active { color: white; border-bottom: 2px solid var(--primary-color); font-weight:bold; } .records-content { min-height: 200px; background: #161a1e; overflow-y: auto; } - /* Order Book Styles */ .ob-header { padding: 10px 15px; font-size: 11px; color: #848e9c; display: flex; justify-content: space-between; border-bottom: 1px solid #2b3139; background: #161a1e; } .ob-row { display: flex; justify-content: space-between; padding: 3px 15px; font-size: 12px; position: relative; cursor: pointer; height: 20px; align-items: center; } .ob-bar { position: absolute; right: 0; top: 0; bottom: 0; opacity: 0.1; z-index: 0; } #mid-price { padding: 8px 15px; font-size: 16px; font-weight: 800; text-align: center; border-top: 1px solid #2b3139; border-bottom: 1px solid #2b3139; background: #161a1e; } - /* Adjusted for 20 rows of asks and bids */ #asks-list { height: 400px; display: flex; flex-direction: column; overflow: hidden; justify-content: flex-end; } #bids-list { height: 400px; display: flex; flex-direction: column; overflow: hidden; justify-content: flex-start; } - /* Stats Item */ .stats-item { display: flex; flex-direction: column; justify-content: center; } .stats-label { font-size: 10px; color: #848e9c; margin-bottom: 1px; white-space: nowrap; } .stats-value { font-size: 12px; font-weight: 600; color: white; white-space: nowrap; } - /* Mobile Nav */ .m-trade-nav { display: none; background: #161a1e; border-bottom: 1px solid #2b3139; position: sticky; top: 0; z-index: 100; } .m-trade-nav a { flex: 1; text-align: center; padding: 14px; font-size: 14px; color: #848e9c; text-decoration: none; border-bottom: 2px solid transparent; } .m-trade-nav a.active { color: var(--primary-color); border-bottom-color: var(--primary-color); font-weight: bold; } @@ -146,7 +140,7 @@ $user_id = $_SESSION['user_id'] ?? null;