index.less 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. @charset "utf-8";
  2. #course-experience {
  3. background: #fff;
  4. .content {
  5. width: 1200px !important;
  6. }
  7. .top {
  8. padding: 8px 30px;
  9. height: 60px;
  10. line-height: 44px;
  11. }
  12. .center {
  13. background: #fff;
  14. padding-top: 20px;
  15. .content {
  16. width: 1140px !important;
  17. .total-list {
  18. margin: 0 -20px;
  19. margin-bottom: 30px;
  20. .total-item {
  21. margin: 0 20px;
  22. width: 254px;
  23. display: inline-block;
  24. padding: 20px;
  25. padding-right: 10px;
  26. background: #F7F7F7FF;
  27. height: 150px;
  28. vertical-align: top;
  29. .title {
  30. line-height: 16px;
  31. font-size: 16px;
  32. color: #5E677BFF;
  33. margin-bottom: 10px;
  34. }
  35. .label {
  36. color: #5E677BFF;
  37. font-size: 32px;
  38. text-align: center;
  39. padding-right: 10px;
  40. font-weight: bold;
  41. }
  42. }
  43. }
  44. .user-action {
  45. border-top: 1px solid #eee;
  46. }
  47. .article-item {
  48. .detail {
  49. max-height: 140px;
  50. overflow: hidden;
  51. background: linear-gradient(360deg, rgba(161, 161, 171, 0) 0%, rgba(104, 104, 114, 1) 100%);
  52. -webkit-background-clip: text;
  53. -webkit-text-fill-color: transparent;
  54. }
  55. }
  56. }
  57. }
  58. }