index.less 843 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. @charset "utf-8";
  2. #product-service-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. .detail {
  15. padding: 15px;
  16. .title {
  17. font-size: 16px;
  18. color: #303036;
  19. margin-bottom: 15px;
  20. }
  21. .division {
  22. height: 1px;
  23. background: #D8D8D8;
  24. margin-bottom: 15px;
  25. }
  26. .g-special-radio-group {
  27. margin-bottom: 15px;
  28. }
  29. h3 {
  30. font-size: 14px;
  31. color: #303036;
  32. }
  33. }
  34. .fixed {
  35. position: fixed;
  36. bottom: 0;
  37. left: 0;
  38. right: 0;
  39. height: 64px;
  40. line-height: 64px;
  41. padding: 0 15px;
  42. border-top: 1px solid #eee;
  43. background: #fff;
  44. .fee {
  45. display: inline-block;
  46. }
  47. }
  48. }