90 lines
1.3 KiB
CSS
Executable File
90 lines
1.3 KiB
CSS
Executable File
.overallmanage{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
width: 98%;
|
|
height: 155px;
|
|
margin: 2px auto 10px;
|
|
background: #fff;
|
|
}
|
|
.overallmanage label{
|
|
font-size: 15px;
|
|
/* font-weight: 300; */
|
|
color: #414141;
|
|
}
|
|
.overallscore{
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 100%;
|
|
}
|
|
.overallscore .score{
|
|
font-size: 50px;
|
|
color: orange;
|
|
height: 55px;
|
|
}
|
|
.fivestars {
|
|
flex: 2;
|
|
}
|
|
.fivestars .row{
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: flex-start;
|
|
padding: 5px;
|
|
}
|
|
.stars{
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
}
|
|
.stars span{
|
|
display: inline-block;
|
|
width: 21px;
|
|
height: 21px;
|
|
}
|
|
.stars span img{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.con_con{
|
|
padding: 5px;
|
|
margin-bottom: 5px;
|
|
}
|
|
.overallmanage_con{
|
|
width: 98%;
|
|
margin: 3px auto;
|
|
background: #fff;
|
|
}
|
|
.con_top{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.con_con_con{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.imgs{
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
align-content: flex-start;
|
|
|
|
}
|
|
.img_con{
|
|
width: 20%;
|
|
height: 80px;
|
|
margin: 10px auto;
|
|
}
|
|
.img_con img{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
|
|
|