no message

This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-09-11 14:45:15 +08:00
parent cdd34ea0ed
commit 7116519dd8
5 changed files with 322 additions and 43 deletions

View File

@@ -748,12 +748,31 @@
height: 4px;
background-color: #ffffff;
border-radius: 10px;
position: relative;
cursor: pointer;
}
.content .student .student-box .progress-bar .circle {
.content .student .student-box .progress-bar .bar.white {
width: 0;
border-radius: 10px 0 0 10px;
background-color: #5241b0;
}
.content .student .student-box .progress-bar .bar.white::before {
content: "";
width: 10px;
height: 10px;
background-color: #f3974b;
border-radius: 50%;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: -5px;
cursor: pointer;
z-index: 1;
display: block;
}
.content .student .student-box .progress-bar .bar.black {
background-color: #000000;
border-radius: 0 10px 10px 0;
}
.content .student .student-box .operate .cut {
width: 14px;