index.less 799 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. @charset "utf-8";
  2. #product {
  3. padding: 0 15px;
  4. .am-tabs {
  5. margin-bottom: 15px;
  6. }
  7. .title {
  8. font-size: 16px;
  9. color: #1A1A1F;
  10. margin-bottom: 15px;
  11. }
  12. .service {
  13. display: flex;
  14. margin: 0 -4px;
  15. margin-bottom: 30px;
  16. .service-item {
  17. flex: 1;
  18. margin: 0 4px;
  19. background: rgba(247, 247, 247, 1);
  20. border-radius: 4px;
  21. position: relative;
  22. padding: 15px;
  23. font-size: 12px;
  24. line-height: 16px;
  25. .assets {
  26. width: 32px;
  27. height: 32px;
  28. position: absolute;
  29. top: 15px;
  30. right: 15px;
  31. }
  32. }
  33. }
  34. .banner {
  35. margin-bottom: 15px;
  36. width: 100%;
  37. background: rgba(216, 216, 216, 1);
  38. border-radius: 4px;
  39. overflow: hidden;
  40. }
  41. .more {
  42. color: #A7A7B7;
  43. }
  44. }