index.less 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. @charset "utf-8";
  2. #product {
  3. height: 100%;
  4. position: relative;
  5. height: 100%;
  6. overflow: hidden;
  7. display: flex;
  8. flex-direction: column;
  9. .ant-anchor-link {
  10. padding: 0;
  11. }
  12. .am-tabs {
  13. margin-bottom: 15px;
  14. }
  15. .list {
  16. padding: 0px 15px 20px 15px;
  17. overflow: auto;
  18. flex: 1;
  19. .body {
  20. overflow-y: auto;
  21. }
  22. }
  23. .title {
  24. font-size: 16px;
  25. color: #1A1A1F;
  26. margin-bottom: 15px;
  27. }
  28. .service {
  29. display: flex;
  30. margin: 0 -4px;
  31. margin-bottom: 30px;
  32. .service-item {
  33. flex: 1;
  34. margin: 0 4px;
  35. background: rgba(247, 247, 247, 1);
  36. border-radius: 4px;
  37. position: relative;
  38. padding: 15px;
  39. font-size: 12px;
  40. line-height: 16px;
  41. .assets {
  42. width: 32px;
  43. height: 32px;
  44. position: absolute;
  45. top: 15px;
  46. right: 15px;
  47. }
  48. }
  49. }
  50. .banner {
  51. margin-bottom: 15px;
  52. width: 100%;
  53. background: rgba(216, 216, 216, 1);
  54. border-radius: 4px;
  55. overflow: hidden;
  56. }
  57. .more {
  58. color: #A7A7B7;
  59. }
  60. }