index.less 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. @charset "utf-8";
  2. #product-course-vs {
  3. .fixed {
  4. position: fixed;
  5. bottom: 0;
  6. left: 0;
  7. right: 0;
  8. height: 64px;
  9. line-height: 64px;
  10. padding: 0 15px;
  11. border-top: 1px solid #eee;
  12. background: #fff;
  13. .action {
  14. display: inline-block;
  15. margin-right: 10px;
  16. .minus {
  17. display: inline-block;
  18. width: 20px;
  19. height: 20px;
  20. border: 1px solid #dfdfdf;
  21. border-radius: 50%;
  22. text-align: center;
  23. line-height: 20px;
  24. font-size: 10px;
  25. i {
  26. vertical-align: none;
  27. }
  28. }
  29. .num {
  30. display: inline-block;
  31. color: #686872;
  32. margin: 0 15px;
  33. }
  34. .add {
  35. display: inline-block;
  36. width: 20px;
  37. height: 20px;
  38. background: #41a6f3;
  39. border-radius: 50%;
  40. color: #fff;
  41. text-align: center;
  42. line-height: 20px;
  43. font-size: 10px;
  44. i {
  45. vertical-align: none;
  46. }
  47. }
  48. }
  49. .fee {
  50. display: inline-block;
  51. }
  52. }
  53. }