XQMuse/Root/Course/TCell/CourseDetail_3_TCell.swift
@@ -47,6 +47,9 @@ func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell { let cell = collectionView.dequeueReusableCell(withReuseIdentifier: "_HomeRelaxBanner_2_CCell", for: indexPath) as! HomeRelaxBanner_2_CCell cell.setCourseModel(items[indexPath.row]) cell.label_title.font = UIFont.systemFont(ofSize: 19, weight: .bold) cell.cons_title_top.constant = 14 cell.cons_title_left.constant = 16.5 return cell }