This commit is contained in:
lmj
2022-10-11 15:39:57 +08:00
parent 60eb77ac62
commit eb161db619
2 changed files with 20 additions and 9 deletions

View File

@@ -1079,15 +1079,16 @@
.course-type {
position: absolute;
left: 0;
bottom: 0;
// left: 0;
top: 0;
right: 0;
height: 20;
line-height: 20px;
font-size: 12px;
color: #FFFFFF;
padding: 0px 8px;
background: #f99000;
border-radius: 0px 12px 0px 0px;
border-radius: 0px 0px 0px 10px;
}
}