u-tabs-swiper.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. view.data-v-9c8ef540,
  28. scroll-view.data-v-9c8ef540 {
  29. box-sizing: border-box;
  30. }
  31. .u-tabs.data-v-9c8ef540 {
  32. width: 100%;
  33. -webkit-transition-property: background-color, color;
  34. transition-property: background-color, color;
  35. }
  36. .data-v-9c8ef540::-webkit-scrollbar,.data-v-9c8ef540::-webkit-scrollbar,.data-v-9c8ef540::-webkit-scrollbar {
  37. display: none;
  38. width: 0 !important;
  39. height: 0 !important;
  40. -webkit-appearance: none;
  41. background: transparent;
  42. }
  43. .u-scroll-view.data-v-9c8ef540 {
  44. width: 100%;
  45. white-space: nowrap;
  46. position: relative;
  47. }
  48. .u-tabs-scroll-box.data-v-9c8ef540 {
  49. position: relative;
  50. }
  51. .u-tabs-scorll-flex.data-v-9c8ef540 {
  52. display: -webkit-box;
  53. display: -webkit-flex;
  54. display: flex;
  55. -webkit-box-orient: horizontal;
  56. -webkit-box-direction: normal;
  57. -webkit-flex-direction: row;
  58. flex-direction: row;
  59. -webkit-box-pack: justify;
  60. -webkit-justify-content: space-between;
  61. justify-content: space-between;
  62. }
  63. .u-tabs-scorll-flex .u-tabs-item.data-v-9c8ef540 {
  64. -webkit-box-flex: 1;
  65. -webkit-flex: 1;
  66. flex: 1;
  67. }
  68. .u-tabs-item.data-v-9c8ef540 {
  69. position: relative;
  70. display: inline-block;
  71. text-align: center;
  72. -webkit-transition-property: background-color, color, font-weight;
  73. transition-property: background-color, color, font-weight;
  74. }
  75. .content.data-v-9c8ef540 {
  76. overflow: hidden;
  77. white-space: nowrap;
  78. text-overflow: ellipsis;
  79. }
  80. .boxStyle.data-v-9c8ef540 {
  81. pointer-events: none;
  82. position: absolute;
  83. -webkit-transition-property: all;
  84. transition-property: all;
  85. }
  86. .boxStyle2.data-v-9c8ef540 {
  87. pointer-events: none;
  88. position: absolute;
  89. bottom: 0;
  90. -webkit-transition-property: all;
  91. transition-property: all;
  92. -webkit-transform: translateY(-100%);
  93. transform: translateY(-100%);
  94. }
  95. .itemBackgroundBox.data-v-9c8ef540 {
  96. pointer-events: none;
  97. position: absolute;
  98. top: 0;
  99. -webkit-transition-property: left, background-color;
  100. transition-property: left, background-color;
  101. display: -webkit-box;
  102. display: -webkit-flex;
  103. display: flex;
  104. -webkit-box-orient: horizontal;
  105. -webkit-box-direction: normal;
  106. -webkit-flex-direction: row;
  107. flex-direction: row;
  108. flex-direction: row;
  109. -webkit-box-pack: center;
  110. -webkit-justify-content: center;
  111. justify-content: center;
  112. -webkit-box-align: center;
  113. -webkit-align-items: center;
  114. align-items: center;
  115. }
  116. .itemBackground.data-v-9c8ef540 {
  117. height: 100%;
  118. width: 100%;
  119. -webkit-transition-property: all;
  120. transition-property: all;
  121. }
  122. .u-scroll-bar.data-v-9c8ef540 {
  123. position: absolute;
  124. bottom: 4rpx;
  125. }