index.less 185 B

123456789
  1. .banners {
  2. .banners_box {
  3. width: 100%;
  4. height: calc(100vw / 20);
  5. overflow: hidden;
  6. border-radius: 10px;
  7. font-size: calc(100vw / 150);
  8. }
  9. }