优化课程列表样式;

This commit is contained in:
augushong
2021-12-29 11:45:13 +08:00
parent f35b39c713
commit d911aa8712

View File

@@ -1135,7 +1135,10 @@
}
.ul-course-list {
margin: -10px;
margin : -10px;
font-size: 0;
display : flex;
flex-wrap: wrap;
}
.ul-course-item {
@@ -1145,6 +1148,7 @@
background-color: #fff;
padding-bottom : 12px;
cursor : pointer;
font-size : 14px;
}
.ul-course-item-poster {