index.less 1.2 KB

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