litian
2025-03-17 5b19b0e39a91e566a835460bf1213e7b3a0582b9
packageCourse/pages/course/index.wxss
@@ -71,8 +71,25 @@
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  height: 300rpx;
  min-height: 300rpx;
  border-bottom: 1rpx solid #eee;
}
.replay {
  margin-left: 20rpx;
  background-color: red !important;
  border: 0 !important;
}
.reasonContent {
  color: #666;
  font-size: 26rpx;
  line-height: 44rpx;
  max-height: 300rpx;
}
.external-class {
  border-radius: 0 !important;
}
.courseIcon {
@@ -108,6 +125,9 @@
.courseInfo .reason {
  font-size: 24rpx;
  color: red;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.courseInfo .desc {