index.less 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. .o-m {
  53. display: inline-block;
  54. margin-right: 10px;
  55. }
  56. .t-m {
  57. display: inline-block;
  58. font-size: 16px;
  59. color: #F5B44A;
  60. }
  61. }
  62. }
  63. }