index.scss 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. @import '/static/unread.wxss';
  2. @import '../../components/My_card/index.scss';
  3. @import '/static/dropdown-switch.wxss';
  4. /* 课程 */
  5. .course {
  6. display: flex;
  7. height: 180rpx;
  8. padding: 30rpx;
  9. .cover-img {
  10. border-radius: 8rpx;
  11. overflow: hidden;
  12. }
  13. .explian {
  14. width: 370rpx;
  15. height: 100%;
  16. margin-left: 30rpx;
  17. .title {
  18. height: 40rpx;
  19. line-height: 40rpx;
  20. font-size: 28rpx;
  21. font-family: PingFang SC-Bold, PingFang SC;
  22. font-weight: bold;
  23. color: #333333;
  24. }
  25. .details {
  26. height: 34rpx;
  27. line-height: 34rpx;
  28. font-size: 24rpx;
  29. font-family: PingFang SC-Regular, PingFang SC;
  30. color: #666666;
  31. margin-top: 10rpx;
  32. }
  33. .read {
  34. height: 28rpx;
  35. font-size: 20rpx;
  36. font-family: PingFang SC-Regular, PingFang SC;
  37. color: #999999;
  38. margin-top: 8rpx;
  39. }
  40. }
  41. }