index.less 891 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. @charset "utf-8";
  2. #product-course-package {
  3. padding: 15px;
  4. .title {
  5. font-size: 16px;
  6. color: #303036;
  7. margin-bottom: 15px;
  8. font-weight: 600;
  9. }
  10. .name {
  11. line-height: 50px;
  12. margin-bottom: 25px;
  13. span {
  14. margin-left: 10px;
  15. }
  16. }
  17. .tags {
  18. margin-bottom: 30px;
  19. .g-tag {
  20. margin-right: 5px;
  21. }
  22. }
  23. .desc {
  24. color: #686872;
  25. margin-bottom: 15px;
  26. font-size: 12px;
  27. }
  28. .detail-title {
  29. color: #303036;
  30. font-weight: 600;
  31. margin-bottom: 10px;
  32. }
  33. .detail-tags {
  34. margin-bottom: 15px;
  35. .g-tag {
  36. margin-right: 10px;
  37. margin-bottom: 10px;
  38. }
  39. }
  40. .fixed {
  41. position: fixed;
  42. bottom: 0;
  43. left: 0;
  44. right: 0;
  45. height: 64px;
  46. line-height: 64px;
  47. padding: 0 15px;
  48. border-top: 1px solid #eee;
  49. background: #fff;
  50. .fee {
  51. display: inline-block;
  52. }
  53. }
  54. }