@@ -225,20 +230,32 @@ export default {
margin-top: 10px;
margin-right: 40px;
}
+ .spanname {
+ position: absolute;
+ background-color: #6a99a4;
+ color:#ffffff;
+ padding: 4px 10px;
+ font-size: 12px;
+ bottom: 0px;
+ z-index: 100;
+ left: 0px;
+ }
.uc-course {
cursor: pointer;
display: flex;
justify-content: space-around;
- border-bottom: 1px solid #E8E8E8;
+ border-bottom: 1px solid #E8E8E8;
margin-right: 32px;
padding: 20px 0px 15px 0px ;
.uc-course-img {
width: 212px;
height: 119px;
+ position: relative;
img {
width: 100%;
height: 100%;
}
+
}
.uc-course-info {
// width: 50%;