62 lines
1.8 KiB
CSS
62 lines
1.8 KiB
CSS
.trend-table thead .zone-k1,
|
|
.trend-table thead .zone-k2,
|
|
.trend-table thead .zone-k3,
|
|
.trend-table thead .zone-k4,
|
|
.trend-table thead .zone-k5,
|
|
.trend-table thead .zone-k6,
|
|
.trend-table thead .zone-k7,
|
|
.trend-table thead .zone-k8 {
|
|
color: #fff !important;
|
|
font-size: 14px !important;
|
|
letter-spacing: 0;
|
|
}
|
|
|
|
.trend-table thead .zone-k1 { background: #e84b3c !important; }
|
|
.trend-table thead .zone-k2 { background: #f08a24 !important; }
|
|
.trend-table thead .zone-k3 { background: #d9a324 !important; }
|
|
.trend-table thead .zone-k4 { background: #25a764 !important; }
|
|
.trend-table thead .zone-k5 { background: #1b9aaa !important; }
|
|
.trend-table thead .zone-k6 { background: #356fd0 !important; }
|
|
.trend-table thead .zone-k7 { background: #7448b8 !important; }
|
|
.trend-table thead .zone-k8 { background: #c43f82 !important; }
|
|
|
|
.hit-num.g1 {
|
|
background: linear-gradient(135deg, #e84b3c, #f15f4f);
|
|
box-shadow: 0 2px 6px rgba(232, 75, 60, 0.35);
|
|
}
|
|
|
|
.hit-num.g2 {
|
|
background: linear-gradient(135deg, #f08a24, #f5a84a);
|
|
box-shadow: 0 2px 6px rgba(240, 138, 36, 0.35);
|
|
}
|
|
|
|
.hit-num.g3 {
|
|
background: linear-gradient(135deg, #d9a324, #efbe44);
|
|
box-shadow: 0 2px 6px rgba(217, 163, 36, 0.35);
|
|
}
|
|
|
|
.hit-num.g4 {
|
|
background: linear-gradient(135deg, #25a764, #42c680);
|
|
box-shadow: 0 2px 6px rgba(37, 167, 100, 0.35);
|
|
}
|
|
|
|
.hit-num.g5 {
|
|
background: linear-gradient(135deg, #1b9aaa, #35b8c8);
|
|
box-shadow: 0 2px 6px rgba(27, 154, 170, 0.35);
|
|
}
|
|
|
|
.hit-num.g6 {
|
|
background: linear-gradient(135deg, #356fd0, #5b8be0);
|
|
box-shadow: 0 2px 6px rgba(53, 111, 208, 0.35);
|
|
}
|
|
|
|
.hit-num.g7 {
|
|
background: linear-gradient(135deg, #7448b8, #956bd0);
|
|
box-shadow: 0 2px 6px rgba(116, 72, 184, 0.35);
|
|
}
|
|
|
|
.hit-num.g8 {
|
|
background: linear-gradient(135deg, #c43f82, #dd629c);
|
|
box-shadow: 0 2px 6px rgba(196, 63, 130, 0.35);
|
|
}
|