index.less 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. @charset "utf-8";
  2. #course-data-detail {
  3. background: #fff;
  4. .content {
  5. width: 1140px !important;
  6. }
  7. .top {
  8. padding: 8px 0;
  9. height: 60px;
  10. line-height: 44px;
  11. }
  12. .center {
  13. background: #fff;
  14. .content {
  15. .item-detail {
  16. overflow: hidden;
  17. padding-bottom: 20px;
  18. .left {
  19. float: left;
  20. width: 290px;
  21. height: 335px;
  22. background: rgba(251, 251, 251, 1);
  23. border-radius: 4px;
  24. border: 1px solid rgba(229, 229, 229, 1);
  25. position: relative;
  26. padding: 10px;
  27. .tag-list {
  28. position: absolute;
  29. top: 20px;
  30. left: 20px;
  31. .tag {
  32. display: inline-block;
  33. font-size: 12px;
  34. color: #fff;
  35. width: 44px;
  36. height: 24px;
  37. background: rgba(104, 101, 253, 1);
  38. border-radius: 2px;
  39. text-align: center;
  40. margin-right: 5px;
  41. }
  42. }
  43. }
  44. .right {
  45. padding-left: 310px;
  46. .action {
  47. margin-bottom: 10px;
  48. overflow: hidden;
  49. .button {}
  50. .default.button {
  51. color: #4292F0;
  52. }
  53. }
  54. }
  55. }
  56. }
  57. }
  58. .bottom {
  59. background: #FAFAFAFF;
  60. .content {
  61. padding: 20px 0;
  62. .tab-layout {
  63. padding-top: 20px;
  64. .tab-title {
  65. border-left: 6px solid #7876FCFF;
  66. padding-left: 5px;
  67. color: #303036FF;
  68. font-size: 18px;
  69. margin-bottom: 5px;
  70. font-weight: bold;
  71. }
  72. .tab-desc {
  73. margin-bottom: 30px;
  74. font-size: 18x;
  75. }
  76. .qr-layout {
  77. text-align: center;
  78. padding: 20px;
  79. }
  80. .other-answer-carousel {
  81. padding: 50px 0;
  82. }
  83. }
  84. }
  85. }
  86. }