index.less 782 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. }
  30. .fixed {
  31. position: fixed;
  32. bottom: 0;
  33. left: 0;
  34. right: 0;
  35. height: 64px;
  36. line-height: 64px;
  37. padding: 0 15px;
  38. border-top: 1px solid #eee;
  39. background: #fff;
  40. .fee {
  41. display: inline-block;
  42. }
  43. }
  44. }