u-swiper.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  4. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  5. */
  6. .u-swiper-wrap.data-v-a5b2d580 {
  7. position: relative;
  8. overflow: hidden;
  9. -webkit-transform: translateY(0);
  10. transform: translateY(0);
  11. }
  12. .u-swiper-image.data-v-a5b2d580 {
  13. width: 100%;
  14. will-change: transform;
  15. height: 100%;
  16. display: block;
  17. }
  18. .u-swiper-indicator.data-v-a5b2d580 {
  19. padding: 0 24rpx;
  20. position: absolute;
  21. display: -webkit-box;
  22. display: -webkit-flex;
  23. display: flex;
  24. -webkit-box-orient: horizontal;
  25. -webkit-box-direction: normal;
  26. -webkit-flex-direction: row;
  27. flex-direction: row;
  28. width: 100%;
  29. z-index: 1;
  30. }
  31. .u-indicator-item-rect.data-v-a5b2d580 {
  32. width: 26rpx;
  33. height: 8rpx;
  34. margin: 0 6rpx;
  35. -webkit-transition: all 0.5s;
  36. transition: all 0.5s;
  37. background-color: rgba(0, 0, 0, 0.3);
  38. }
  39. .u-indicator-item-rect-active.data-v-a5b2d580 {
  40. background-color: rgba(255, 255, 255, 0.8);
  41. }
  42. .u-indicator-item-dot.data-v-a5b2d580 {
  43. width: 14rpx;
  44. height: 14rpx;
  45. margin: 0 6rpx;
  46. border-radius: 20rpx;
  47. -webkit-transition: all 0.5s;
  48. transition: all 0.5s;
  49. background-color: rgba(0, 0, 0, 0.3);
  50. }
  51. .u-indicator-item-dot-active.data-v-a5b2d580 {
  52. background-color: rgba(255, 255, 255, 0.8);
  53. }
  54. .u-indicator-item-round.data-v-a5b2d580 {
  55. width: 14rpx;
  56. height: 14rpx;
  57. margin: 0 6rpx;
  58. border-radius: 20rpx;
  59. -webkit-transition: all 0.5s;
  60. transition: all 0.5s;
  61. background-color: rgba(0, 0, 0, 0.3);
  62. }
  63. .u-indicator-item-round-active.data-v-a5b2d580 {
  64. width: 34rpx;
  65. background-color: rgba(255, 255, 255, 0.8);
  66. }
  67. .u-indicator-item-number.data-v-a5b2d580 {
  68. padding: 6rpx 16rpx;
  69. line-height: 1;
  70. background-color: rgba(0, 0, 0, 0.3);
  71. border-radius: 100rpx;
  72. font-size: 26rpx;
  73. color: rgba(255, 255, 255, 0.8);
  74. }
  75. .u-list-scale.data-v-a5b2d580 {
  76. -webkit-transform-origin: center center;
  77. transform-origin: center center;
  78. }
  79. .u-list-image-wrap.data-v-a5b2d580 {
  80. width: 100%;
  81. height: 100%;
  82. -webkit-box-flex: 1;
  83. -webkit-flex: 1;
  84. flex: 1;
  85. -webkit-transition: all 0.5s;
  86. transition: all 0.5s;
  87. overflow: hidden;
  88. box-sizing: content-box;
  89. position: relative;
  90. }
  91. .u-swiper-title.data-v-a5b2d580 {
  92. position: absolute;
  93. background-color: rgba(0, 0, 0, 0.3);
  94. bottom: 0;
  95. left: 0;
  96. width: 100%;
  97. font-size: 28rpx;
  98. padding: 12rpx 24rpx;
  99. color: rgba(255, 255, 255, 0.9);
  100. }
  101. .u-swiper-item.data-v-a5b2d580 {
  102. display: -webkit-box;
  103. display: -webkit-flex;
  104. display: flex;
  105. -webkit-box-orient: horizontal;
  106. -webkit-box-direction: normal;
  107. -webkit-flex-direction: row;
  108. flex-direction: row;
  109. overflow: hidden;
  110. -webkit-box-align: center;
  111. -webkit-align-items: center;
  112. align-items: center;
  113. }