index.less 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. @charset "utf-8";
  2. #course-data-detail {
  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. .content {
  15. width: 1140px !important;
  16. .item-detail {
  17. overflow: hidden;
  18. padding-bottom: 20px;
  19. .left {
  20. float: left;
  21. width: 290px;
  22. height: 335px;
  23. background: rgba(251, 251, 251, 1);
  24. border-radius: 4px;
  25. border: 1px solid rgba(229, 229, 229, 1);
  26. position: relative;
  27. padding: 10px;
  28. .tag-list {
  29. position: absolute;
  30. top: 20px;
  31. left: 20px;
  32. .tag {
  33. display: inline-block;
  34. font-size: 12px;
  35. color: #fff;
  36. width: 44px;
  37. height: 24px;
  38. background: rgba(104, 101, 253, 1);
  39. border-radius: 2px;
  40. text-align: center;
  41. margin-right: 5px;
  42. }
  43. }
  44. }
  45. .right {
  46. padding-left: 310px;
  47. .action {
  48. margin-bottom: 10px;
  49. overflow: hidden;
  50. .button {}
  51. .default.button {
  52. color: #4292F0;
  53. }
  54. }
  55. }
  56. }
  57. }
  58. }
  59. .bottom {
  60. background: #FAFAFAFF;
  61. .content {
  62. padding: 20px 0;
  63. }
  64. }
  65. }