70 lines
1.2 KiB
CSS
70 lines
1.2 KiB
CSS
.statContainer {
|
|
border-bottom: 1px dashed #aeb1b5;
|
|
padding: 10px 0;
|
|
box-sizing: border-box;
|
|
}
|
|
.statContainer .person {
|
|
margin: 5px;
|
|
}
|
|
.statContainer .person span {
|
|
margin-right: 50px;
|
|
}
|
|
.statContainer .earthgrid .icon {
|
|
width: 30px;
|
|
margin: 3px 15px;
|
|
}
|
|
.statContainer .earthgrid .label {
|
|
color: #909195;
|
|
margin-bottom: 10px;
|
|
}
|
|
.statContainer .earthgrid .value {
|
|
color: #000;
|
|
font-weight: bold;
|
|
}
|
|
.statContainer .statgridhead,
|
|
.statContainer .statgrid {
|
|
width: 25%;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
}
|
|
.statContainer .statgrid {
|
|
text-align: center;
|
|
}
|
|
.statContainer .itemroot {
|
|
width: calc((100% - 20px)/2);
|
|
}
|
|
.statContainer .itemroot:nth-child(odd) {
|
|
margin-right: 20px;
|
|
}
|
|
.statContainer .itemroot .label {
|
|
line-height: 20px;
|
|
}
|
|
.bottomCon {
|
|
min-height: 200px;
|
|
justify-content: space-between;
|
|
}
|
|
.bottomCon > div {
|
|
width: 31%;
|
|
background-color: #eaf4fe80;
|
|
}
|
|
.bottomCon .itemroot1 {
|
|
padding: 5px;
|
|
}
|
|
.bottomCon .itemroot1 > span {
|
|
margin-bottom: 10px;
|
|
display: block;
|
|
}
|
|
.bottomCon .itemroot1 > .flexwarp > div {
|
|
width: 40%;
|
|
align-items: center;
|
|
margin-bottom: 5px;
|
|
}
|
|
.bottomCon .itemroot1 .check {
|
|
width: 35px;
|
|
height: 35px;
|
|
border-radius: 50%;
|
|
background-color: #fff;
|
|
border: 1px solid blue;
|
|
margin-bottom: 5px;
|
|
}
|