样式修改完成,待测试

This commit is contained in:
rain
2026-07-07 17:07:34 +08:00
parent 0f6ed0cad3
commit 8a6a8acab7
32 changed files with 2097 additions and 505 deletions
+117 -4
View File
@@ -8,7 +8,7 @@
1. Breadcrumb Bar
---------------------------------------------------------- */
.breadcrumb-bar {
max-width: 1200px;
max-width: 1420px;
margin: 0 auto;
padding: 14px 20px 0;
font-size: 13px;
@@ -40,7 +40,7 @@
2. Page Title Bar & Period Selector
---------------------------------------------------------- */
.page-title-bar {
max-width: 1200px;
max-width: 1420px;
margin: 0 auto;
padding: 10px 20px 14px;
display: flex;
@@ -97,7 +97,7 @@
3. Table Wrapper & Horizontal Scroll
---------------------------------------------------------- */
.table-wrapper {
max-width: 1200px;
max-width: 1420px;
margin: 12px auto 40px;
padding: 0 20px;
overflow-x: auto;
@@ -191,6 +191,10 @@
background: rgba(16, 43, 106, 0.05);
}
.trend-table tbody tr.trend-period-separator td {
border-top: 2px solid rgba(245, 95, 122, 0.82);
}
/* ----------------------------------------------------------
5. Issue & Code Columns (sticky left)
---------------------------------------------------------- */
@@ -243,6 +247,56 @@
background: none;
}
.trend-open-code {
display: inline-flex;
align-items: center;
justify-content: center;
flex-wrap: nowrap;
gap: 6px;
white-space: nowrap;
color: #999;
}
.trend-open-number {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 10px;
height: 18px;
padding: 0;
border-radius: 0;
font-size: 12px;
font-weight: 700;
line-height: 18px;
background: transparent !important;
box-shadow: none !important;
text-shadow: none !important;
}
.trend-open-red,
.trend-open-pos1,
.trend-open-pos2,
.trend-open-pos3,
.trend-open-pos4,
.trend-open-pos5 {
color: rgb(245, 95, 122);
}
.trend-open-blue {
color: rgb(64, 137, 226);
}
.trend-open-separator {
color: var(--primary);
font-weight: 800;
margin: 0 2px;
}
.trend-open-empty {
color: var(--text-muted);
font-weight: 600;
}
/* ----------------------------------------------------------
6. Zone Header Colors
---------------------------------------------------------- */
@@ -357,6 +411,65 @@
box-shadow: 0 2px 6px rgba(241, 90, 34, 0.35);
}
.NumberText {
display: inline-flex;
align-items: center;
justify-content: center;
width: 24px;
height: 24px;
color: #c5c5c5;
font-size: 11px;
font-weight: 400;
}
.NumberText.redok,
.typeText.redok {
border-radius: 50%;
background: linear-gradient(135deg, #f15a22, #e74c3c);
color: #fff;
font-weight: 700;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
box-shadow: 0 2px 6px rgba(241, 90, 34, 0.35);
}
.NumberText.blueok,
.typeText.blueok {
border-radius: 50%;
background: linear-gradient(135deg, #102b6a, #3b6fd4);
color: #fff;
font-weight: 700;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
box-shadow: 0 2px 6px rgba(16, 43, 106, 0.35);
}
.trend-table .hit-hundred,
.trend-table .hit-ten,
.trend-table .hit-unit,
.trend-table .hit-pos1,
.trend-table .hit-pos2,
.trend-table .hit-pos3,
.trend-table .hit-pos4,
.trend-table .hit-pos5,
.trend-table .hit-p1,
.trend-table .hit-p2,
.trend-table .hit-p3,
.trend-table .hit-p4,
.trend-table .hit-p5,
.trend-table .hit-p6,
.trend-table .hit-p7,
.trend-table .hit-num,
.trend-table .hit-num.g2,
.trend-table .hit-main {
background: linear-gradient(135deg, #f15a22, #e74c3c);
box-shadow: 0 2px 6px rgba(241, 90, 34, 0.35);
}
.trend-table .hit-blue,
.trend-table .hit-special {
background: linear-gradient(135deg, #102b6a, #3b6fd4);
box-shadow: 0 2px 6px rgba(16, 43, 106, 0.35);
}
.hit-blue {
display: inline-flex;
align-items: center;
@@ -1010,4 +1123,4 @@
font-size: 9px !important;
padding-left: 4px !important;
}
}
}