修改问题
This commit is contained in:
+66
-15
@@ -7,10 +7,17 @@
|
||||
/* ----------------------------------------------------------
|
||||
1. Breadcrumb Bar
|
||||
---------------------------------------------------------- */
|
||||
.breadcrumb-bar {
|
||||
max-width: 1420px;
|
||||
|
||||
.breadcrumb-bigbox {
|
||||
margin: 0 auto;
|
||||
padding: 14px 20px 0;
|
||||
margin-top: 30px;
|
||||
width: 1380px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.breadcrumb-bar {
|
||||
font-size: 13px;
|
||||
color: var(--text-muted);
|
||||
display: flex;
|
||||
@@ -40,14 +47,12 @@
|
||||
2. Page Title Bar & Period Selector
|
||||
---------------------------------------------------------- */
|
||||
.page-title-bar {
|
||||
max-width: 1420px;
|
||||
margin: 0 auto;
|
||||
padding: 10px 20px 14px;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 16px;
|
||||
flex-wrap: wrap;
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
.page-title {
|
||||
@@ -63,6 +68,8 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
margin-left: auto;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.qishu-but {
|
||||
@@ -352,11 +359,35 @@
|
||||
font-size: 14px !important;
|
||||
}
|
||||
|
||||
.zone-p1 { background: #e74c3c !important; color: #fff !important; font-size: 14px !important; }
|
||||
.zone-p2 { background: #f39c12 !important; color: #fff !important; font-size: 14px !important; }
|
||||
.zone-p3 { background: #27ae60 !important; color: #fff !important; font-size: 14px !important; }
|
||||
.zone-p4 { background: #2980b9 !important; color: #fff !important; font-size: 14px !important; }
|
||||
.zone-p5 { background: #8e44ad !important; color: #fff !important; font-size: 14px !important; }
|
||||
.zone-p1 {
|
||||
background: #e74c3c !important;
|
||||
color: #fff !important;
|
||||
font-size: 14px !important;
|
||||
}
|
||||
|
||||
.zone-p2 {
|
||||
background: #f39c12 !important;
|
||||
color: #fff !important;
|
||||
font-size: 14px !important;
|
||||
}
|
||||
|
||||
.zone-p3 {
|
||||
background: #27ae60 !important;
|
||||
color: #fff !important;
|
||||
font-size: 14px !important;
|
||||
}
|
||||
|
||||
.zone-p4 {
|
||||
background: #2980b9 !important;
|
||||
color: #fff !important;
|
||||
font-size: 14px !important;
|
||||
}
|
||||
|
||||
.zone-p5 {
|
||||
background: #8e44ad !important;
|
||||
color: #fff !important;
|
||||
font-size: 14px !important;
|
||||
}
|
||||
|
||||
.zone-g1 {
|
||||
background: linear-gradient(135deg, #e74c3c, #f15a22) !important;
|
||||
@@ -372,9 +403,24 @@
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.zone-z1 { background: #e74c3c !important; color: #fff !important; font-size: 14px !important; }
|
||||
.zone-z2 { background: #27ae60 !important; color: #fff !important; font-size: 14px !important; }
|
||||
.zone-z3 { background: #3b6fd4 !important; color: #fff !important; font-size: 14px !important; }
|
||||
.zone-z1 {
|
||||
background: #e74c3c !important;
|
||||
color: #fff !important;
|
||||
font-size: 14px !important;
|
||||
}
|
||||
|
||||
.zone-z2 {
|
||||
background: #27ae60 !important;
|
||||
color: #fff !important;
|
||||
font-size: 14px !important;
|
||||
}
|
||||
|
||||
.zone-z3 {
|
||||
background: #3b6fd4 !important;
|
||||
color: #fff !important;
|
||||
font-size: 14px !important;
|
||||
}
|
||||
|
||||
.zone-sp {
|
||||
background: linear-gradient(135deg, #f5a623, #fdb933) !important;
|
||||
color: #fff !important;
|
||||
@@ -950,6 +996,11 @@
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.qishu {
|
||||
margin-left: 0;
|
||||
flex-shrink: 1;
|
||||
}
|
||||
|
||||
.page-title {
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user