u-tabs.ttss 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  4. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  5. */
  6. view.data-v-3b2b1a80,
  7. scroll-view.data-v-3b2b1a80 {
  8. box-sizing: border-box;
  9. }
  10. .data-v-3b2b1a80::-webkit-scrollbar,.data-v-3b2b1a80::-webkit-scrollbar,.data-v-3b2b1a80::-webkit-scrollbar {
  11. display: none;
  12. width: 0 !important;
  13. height: 0 !important;
  14. -webkit-appearance: none;
  15. background: transparent;
  16. }
  17. .u-scroll-box.data-v-3b2b1a80 {
  18. position: relative;
  19. white-space: nowrap;
  20. }
  21. .u-scroll-view.data-v-3b2b1a80 {
  22. width: 100%;
  23. white-space: nowrap;
  24. position: relative;
  25. }
  26. .u-tab-item.data-v-3b2b1a80 {
  27. position: relative;
  28. display: inline-block;
  29. text-align: center;
  30. transition-property: background-color, color;
  31. }
  32. .u-tab-bar.data-v-3b2b1a80 {
  33. position: absolute;
  34. bottom: 0;
  35. }
  36. .u-tabs-scorll-flex.data-v-3b2b1a80 {
  37. display: flex;
  38. flex-direction: row;
  39. justify-content: space-between;
  40. }