tn-tabs-swiper.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为Tuniao UI的集成样式文件,为scss预处理器,其中包含了一些"tn-"开头的自定义变量
  4. * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
  5. * Tuniao UI自定义的css类名和scss变量,均以"tn-"开头,不会造成冲突,请放心使用
  6. */
  7. .data-v-1b37d63c::-webkit-scrollbar {
  8. display: none;
  9. width: 0 !important;
  10. height: 0 !important;
  11. -webkit-appearance: none;
  12. background: transparent;
  13. }
  14. .tn-tabs-swiper__scroll-view.data-v-1b37d63c {
  15. position: relative;
  16. width: 100%;
  17. white-space: nowrap;
  18. }
  19. .tn-tabs-swiper__scroll-view__box.data-v-1b37d63c {
  20. position: relative;
  21. }
  22. .tn-tabs-swiper__scroll-view__item.data-v-1b37d63c {
  23. position: relative;
  24. display: inline-block;
  25. text-align: center;
  26. transition-property: background-color, color;
  27. }
  28. .tn-tabs-swiper__scroll-view--flex.data-v-1b37d63c {
  29. display: flex;
  30. flex-direction: row;
  31. justify-content: space-between;
  32. }
  33. .tn-tabs-swiper__bar.data-v-1b37d63c {
  34. position: absolute;
  35. bottom: 0;
  36. }