index.less 650 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. @charset "utf-8";
  2. #product-course-detail {
  3. .b-g {
  4. padding: 15px;
  5. height: 160px;
  6. background-size: 100%;
  7. background-position: center;
  8. background-repeat: no-repeat;
  9. .title {
  10. color: #fff;
  11. font-size: 16px;
  12. }
  13. }
  14. .tip {
  15. background: #8872BC;
  16. height: 32px;
  17. line-height: 32px;
  18. padding: 0 15px;
  19. color: #fff;
  20. }
  21. .detail {
  22. padding: 0 15px;
  23. }
  24. .fixed {
  25. position: fixed;
  26. bottom: 0;
  27. left: 0;
  28. right: 0;
  29. height: 64px;
  30. line-height: 64px;
  31. padding: 0 15px;
  32. border-top: 1px solid #eee;
  33. background: #fff;
  34. .fee {
  35. display: inline-block;
  36. }
  37. }
  38. }