index.less 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. @charset "utf-8";
  2. #course-p-detail {
  3. background: #fff;
  4. min-height: 100%;
  5. .content {
  6. width: 1200px !important;
  7. }
  8. .top {
  9. padding: 8px 30px;
  10. height: 60px;
  11. line-height: 44px;
  12. }
  13. .center {
  14. padding-top: 20px;
  15. position: relative;
  16. overflow: hidden;
  17. width: 1140px !important;
  18. .desc {
  19. margin-bottom: 60px;
  20. }
  21. .main-title {
  22. border-left: 6px solid #7876FCFF;
  23. padding-left: 5px;
  24. line-height: 20px;
  25. color: #303036FF;
  26. font-size: 20px;
  27. margin-bottom: 30px;
  28. }
  29. .list {
  30. margin: 0 -20px;
  31. margin-bottom: 10px;
  32. .single-item {
  33. margin: 0 20px;
  34. margin-bottom: 20px;
  35. }
  36. .other-item {
  37. margin: 0 20px;
  38. margin-bottom: 20px;
  39. background: #eee;
  40. width: 352px;
  41. height: 140px;
  42. .assets {}
  43. }
  44. .service-item {
  45. margin: 0 20px;
  46. margin-bottom: 20px;
  47. padding: 20px 30px 20px 80px;
  48. position: relative;
  49. border-radius: 3px;
  50. background: #FBFBFBFF;
  51. .assets {
  52. position: absolute;
  53. left: 10px;
  54. }
  55. .t {
  56. line-height: 25px;
  57. }
  58. }
  59. }
  60. }
  61. }