297 lines
6.6 KiB
CSS
297 lines
6.6 KiB
CSS
html,
|
|
body {
|
|
height: 100%;
|
|
font-family: PingFangSC-Regular, PingFangSC-Ultralight, PingFangSC-Light, PingFang SC;
|
|
color: #363a44;
|
|
}
|
|
.container {
|
|
font-size: 14px;
|
|
position: relative;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.container .top {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 0 16px;
|
|
background: #ffffff;
|
|
font-size: 14px;
|
|
}
|
|
.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;
|
|
top: 51px;
|
|
bottom: 0;
|
|
width: 100%;
|
|
}
|
|
.container > ul i {
|
|
font-size: 20px;
|
|
color: black;
|
|
margin-right: 8px;
|
|
font-style: normal;
|
|
}
|
|
.container > ul > li:not(:nth-child(2)) {
|
|
background: #ffffff;
|
|
margin-top: 15px;
|
|
}
|
|
.container > ul > li:not(:nth-child(2)) i {
|
|
font-size: 20px;
|
|
color: black;
|
|
margin-right: 8px;
|
|
font-style: normal;
|
|
}
|
|
.container > ul > li:not(:nth-child(2)) > :nth-child(1) {
|
|
padding: 15px 0;
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 15px;
|
|
padding-left: 16px;
|
|
}
|
|
.container > ul > li:not(:nth-child(2)) .card {
|
|
margin: 5px 0 20px;
|
|
padding-left: 16px;
|
|
padding-right: 16px;
|
|
}
|
|
.container > ul > li:not(:nth-child(2)) .card > :nth-child(2) {
|
|
width: 100%;
|
|
height: 400px;
|
|
}
|
|
.container > ul > li:not(:nth-child(2)) .card h2 {
|
|
font-size: 15px;
|
|
color: #686b73;
|
|
font-weight: normal;
|
|
}
|
|
.container > ul > li:not(:nth-child(2)) .value {
|
|
background: #f8faff;
|
|
margin: 10px 10px 0px 10px;
|
|
padding-bottom: 10px;
|
|
color: #6e7178;
|
|
}
|
|
.container > ul > li:not(:nth-child(2)) .value span {
|
|
display: block;
|
|
padding: 10px 0 0px 10px;
|
|
}
|
|
.container > ul > li:not(:nth-child(2)) .value > :nth-child(1) {
|
|
font-weight: bolder;
|
|
color: #6e7178;
|
|
}
|
|
.container > ul > li:not(:nth-child(2)) .value > :nth-child(2) i {
|
|
color: #1492ff;
|
|
font-weight: bolder;
|
|
}
|
|
.container > ul > li:not(:nth-child(2)) .value .smallBox {
|
|
display: flex;
|
|
justify-content: left;
|
|
align-items: center;
|
|
background: #ffffff;
|
|
margin: 15px 10px 0px 10px;
|
|
position: relative;
|
|
}
|
|
.container > ul > li:not(:nth-child(2)) .value .smallBox .echart013 {
|
|
width: 70px;
|
|
height: 120px;
|
|
}
|
|
.container > ul > li:not(:nth-child(2)) .value .smallBox ul {
|
|
position: absolute;
|
|
left: 70px;
|
|
right: 0;
|
|
padding-bottom: 10px;
|
|
}
|
|
.container > ul > li:not(:nth-child(2)) .value .smallBox ul li {
|
|
list-style: none;
|
|
display: flex;
|
|
padding-left: 10px;
|
|
align-items: flex-end;
|
|
flex-wrap: wrap;
|
|
}
|
|
.container > ul > li:not(:nth-child(2)) .value .smallBox ul li > div {
|
|
width: 70%;
|
|
}
|
|
.container > ul > li:not(:nth-child(2)) .value .smallBox ul li span {
|
|
margin-left: -22px;
|
|
display: block;
|
|
}
|
|
.container > ul > li:not(:nth-child(2)) .value .smallBox ul li span::before {
|
|
content: "● ";
|
|
color: #ffd199;
|
|
}
|
|
.container > ul > li:not(:nth-child(2)) .value .smallBox ul li b {
|
|
color: #1492ff;
|
|
font-size: 20px;
|
|
margin-right: 7px;
|
|
}
|
|
.container > ul > li:not(:nth-child(2)) .value .smallBox ul li i {
|
|
color: #e63633;
|
|
font-size: 14px;
|
|
}
|
|
.container > ul #item {
|
|
background: #ffffff;
|
|
margin-top: 15px;
|
|
padding-bottom: 10px;
|
|
}
|
|
.container > ul #item > :nth-child(1) {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding-right: 10px;
|
|
}
|
|
.container > ul #item > :nth-child(1) > :nth-child(1) {
|
|
padding: 15px 0;
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 15px;
|
|
color: #363a44;
|
|
padding-left: 16px;
|
|
}
|
|
.container > ul #item > :nth-child(1) .allItem span {
|
|
padding: 5px 8px;
|
|
border: 1px solid #d1c8c8;
|
|
border-radius: 2px;
|
|
color: #363a44;
|
|
}
|
|
.container > ul #item > :nth-child(1) .allItem :nth-child(2) {
|
|
margin: 0 -4px;
|
|
}
|
|
.container > ul #item > :nth-child(1) .allItem .allItemColor {
|
|
color: #0066ff;
|
|
border: 1px solid #0066ff !important;
|
|
background: #d9e8ff;
|
|
}
|
|
.container > ul #item .threeCard .card {
|
|
margin: 0;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 10px 16px;
|
|
color: #6e7178;
|
|
line-height: 30px;
|
|
align-items: center;
|
|
}
|
|
.container > ul #item .threeCard .card img {
|
|
width: 40px;
|
|
line-height: 0;
|
|
height: auto;
|
|
}
|
|
.container > ul #item .threeCard .card i {
|
|
color: #1492ff;
|
|
font-weight: bolder;
|
|
}
|
|
.container > ul #item .threeCard > :nth-child(n + 2) {
|
|
display: none;
|
|
}
|
|
.container > ul #item .threeEchart {
|
|
margin: 0 16px;
|
|
}
|
|
.container > ul #item .threeEchart :nth-child(n + 2) {
|
|
display: none;
|
|
}
|
|
.container > ul #item div[class^="echart"] {
|
|
width: 100%;
|
|
height: 900px;
|
|
}
|
|
.container > ul #company .card {
|
|
padding-left: 0 !important;
|
|
padding-right: 0;
|
|
}
|
|
.container > ul #company .card div[class^="echart"] {
|
|
width: 100%;
|
|
}
|
|
.container > ul #company .card .fourTitle {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 0px 16px;
|
|
flex-wrap: wrap;
|
|
/* border-bottom: 1px solid #e0d6d6; */
|
|
color: #686b73;
|
|
}
|
|
.container > ul #company .card .fourTitle span {
|
|
display: inline-block;
|
|
padding: 10px 0;
|
|
}
|
|
.container > ul #company .card .fourTitleColor {
|
|
color: #1492ff;
|
|
border-bottom: 2px solid #1492ff;
|
|
}
|
|
.container > ul #company .card .fourContent {
|
|
height: unset !important;
|
|
margin: 10px 0;
|
|
}
|
|
.container > ul #company .card .fourContent > div {
|
|
text-align: center;
|
|
margin: 0 10px;
|
|
padding: 5px 0;
|
|
line-height: 24px;
|
|
color: #6e7178;
|
|
}
|
|
.container > ul #company .card .fourContent > div i {
|
|
font-size: 14px;
|
|
margin: 0;
|
|
color: #6e7178;
|
|
}
|
|
.container > ul #company .card .fourContent > :nth-child(n + 2) {
|
|
display: none;
|
|
}
|
|
.container > ul #company .card .fourEchart > div {
|
|
height: 300px;
|
|
}
|
|
.container > ul #company .card .fourEchart > :nth-child(n + 2) {
|
|
display: none;
|
|
}
|
|
.container > ul #company .card h3 {
|
|
padding: 10px 0 10px 16px;
|
|
font-size: 15px;
|
|
font-weight: normal;
|
|
color: #686b73;
|
|
}
|
|
.container > ul #company .card .echart_architecture div {
|
|
height: 850px !important;
|
|
padding: 0 16px;
|
|
box-sizing: border-box;
|
|
}
|
|
.container > ul #company .card .echart_architecture :nth-child(n + 2) {
|
|
display: none;
|
|
}
|
|
.container > ul #people .card {
|
|
padding-left: 0 !important;
|
|
text-align: center;
|
|
padding: 10px 0;
|
|
background: #f8faff;
|
|
box-shadow: none !important;
|
|
color: #6e7178;
|
|
}
|
|
.container > ul #people .card i {
|
|
color: #1492ff;
|
|
font-weight: bolder;
|
|
}
|
|
.container > ul #people > :last-child {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
height: unset !important;
|
|
color: white;
|
|
padding-bottom: 30px;
|
|
}
|
|
.container > ul #people > :last-child div {
|
|
border-radius: 50%;
|
|
width: 160px;
|
|
height: 160px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
margin-top: 20px;
|
|
}
|
|
.container > ul #people > :last-child div img {
|
|
width: 30px;
|
|
}
|