149 lines
3.0 KiB
CSS
149 lines
3.0 KiB
CSS
html,
|
|
body {
|
|
height: 100%;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
color: #363a44;
|
|
}
|
|
.container {
|
|
font-size: 14px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 100%;
|
|
position: relative;
|
|
}
|
|
.container .top {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
background: #ffffff;
|
|
font-size: 14px;
|
|
padding: 0 16px;
|
|
}
|
|
.container .top > a {
|
|
display: inline-block;
|
|
text-align: center;
|
|
color: rgb(170, 163, 163);
|
|
padding: 15px 0;
|
|
}
|
|
.container .top .cycle {
|
|
color: #1492ff;
|
|
border-bottom: 2px solid #1492ff;
|
|
}
|
|
.container ul {
|
|
overflow: scroll;
|
|
position: absolute;
|
|
width: 100%;
|
|
top: 51px;
|
|
bottom: 0;
|
|
}
|
|
.container ul i {
|
|
font-size: 20px;
|
|
color: #1492ff;
|
|
margin-right: 8px;
|
|
font-style: normal;
|
|
}
|
|
.container ul > li:not(:last-child) {
|
|
background: #ffffff;
|
|
/* margin-top: 15px; */
|
|
}
|
|
.container ul > li:not(:last-child) > :nth-child(1) {
|
|
padding: 10px 0;
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 15px;
|
|
padding-left: 16px;
|
|
}
|
|
.container ul > li:not(:last-child) .card {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 10px 16px;
|
|
color: #6e7178;
|
|
line-height: 30px;
|
|
align-items: center;
|
|
}
|
|
.container ul > li:not(:last-child) .card img {
|
|
width: 40px;
|
|
}
|
|
.container ul #goverment > :nth-child(n + 2) {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: left;
|
|
padding: 10px 16px;
|
|
color: #6e7178;
|
|
}
|
|
.container ul #goverment > :nth-child(n + 2) img {
|
|
width: 30px;
|
|
}
|
|
.container ul #goverment > :nth-child(n + 2) :nth-child(2) {
|
|
margin: 10px 0;
|
|
}
|
|
.container ul #county {
|
|
background: #ffffff;
|
|
margin-top: 15px;
|
|
padding-bottom: 30px;
|
|
}
|
|
.container ul #county > :nth-child(1) {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 15px 0 10px;
|
|
}
|
|
.container ul #county > :nth-child(1) > span {
|
|
font-size: 15px;
|
|
padding-left: 16px;
|
|
}
|
|
.container ul #county > :nth-child(1) .mapButton {
|
|
padding-right: 10px;
|
|
}
|
|
.container ul #county > :nth-child(1) .mapButton span {
|
|
display: inline-block;
|
|
padding: 5px 15px;
|
|
border: 1px solid #b8b0b0;
|
|
/* border-left: none; */
|
|
}
|
|
.container ul #county > :nth-child(1) .mapButton :nth-child(1) {
|
|
margin-right: -5px;
|
|
}
|
|
.container ul #county > :nth-child(1) .mapButtonColor {
|
|
color: #0066ff;
|
|
border: 1px solid #0066ff !important;
|
|
background: #d9e8ff;
|
|
}
|
|
.container ul #county p {
|
|
margin: 0;
|
|
text-align: right;
|
|
padding-right: 15px;
|
|
color: #6e7178;
|
|
}
|
|
.container ul #county .echart2,
|
|
.container ul #county .echart3 {
|
|
width: 100%;
|
|
height: 500px;
|
|
}
|
|
.container ul #county .echart3 {
|
|
display: none;
|
|
}
|
|
.container ul #county .table {
|
|
color: #6e7178;
|
|
padding: 0 20%;
|
|
}
|
|
.container ul #county .table > div {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.container ul #county .table > div span {
|
|
width: 50%;
|
|
text-align: left;
|
|
margin: 10px 0;
|
|
}
|
|
.container ul #county .table > div span i {
|
|
color: #6da4f9;
|
|
font-size: 14px;
|
|
margin-left: 7px;
|
|
}
|
|
.container ul #county .table > :nth-child(n + 2) {
|
|
color: #6e7178;
|
|
}
|
|
.container ul #county .table .zulin {
|
|
display: none;
|
|
}
|