File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
.mainstudent-container {
width: 100vw;
height: calc(100vh - 60px);
overflow: hidden;
}
.mainstudent-chart {
width: 100%;
height: 70%;
display: flex;
overflow: hidden;
}
.mainstudent-chart-left-container {
width: 75%;
display: flex;
justify-content: center;
align-items: center;
}
.mainstudent-chart-all {
width: 90%;
height: 90%;
border: 1px solid;
display: flex;
justify-content: center;
align-items: center;
}
.mainstudent-chart-right-container {
width: 25%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.mainstudent-chart-three-box {
width: 100%;
height: 33.33%;
border: 1px solid;
display: flex;
justify-content: center;
align-items: center;
}
.mainstudent-chart-three-box-chart {
width: 90%;
height: 80%;
display: flex;
justify-content: center;
align-items: center;
background-color: #f0f0f0;
border-radius: 10px;
}
.mainstudent-chart-three-box-chart h1 {
cursor: pointer;
}
.mainstudent-progress-recommend {
width: 100%;
display: flex;
height: 30%;
}
.mainstudent-progress-left-container {
display: flex;
justify-content: center;
align-items: center;
width: 50%;
height: 100%;
border: 1px solid;
}
.mainstudent-recommend-right-container {
width: 50%;
height: 100%;
border: 1px solid;
}
.progress-bar-container {
width: 80%;
height: 20px;
background-color: #f0f0f0;
border-radius: 10px;
overflow: hidden;
}
.progress-bar {
height: 100%;
background-color: #4caf50;
transition: width 0.3s ease;
}