u-swiper.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. @charset "UTF-8";
  2. /**
  3. * 主题色配置
  4. * 默认在 uni.scss 全局引入:@import '@/theme.scss';
  5. * <script> 下使用主题变量:import x from '@/theme.scss';
  6. */
  7. .page.data-v-a5b2d580 {
  8. background-color: #f8f8f8;
  9. font-family: PingFangSC;
  10. }
  11. .safeAreaPad.data-v-a5b2d580 {
  12. padding-bottom: constant(safe-area-inset-bottom);
  13. padding-bottom: env(safe-area-inset-bottom);
  14. box-sizing: content-box;
  15. }
  16. .data-v-a5b2d580:export {
  17. appThemeColor: #38C148;
  18. appThemeBgColor: #ffffff;
  19. appThemeBgGrayColor: #fafafa;
  20. appThemeBgGrayDeppColor: #f8f8f8;
  21. appThemeSearchBgColor: #F4F5F8;
  22. appThemeBorderColor: #efefef;
  23. appThemeTextColor: #333333;
  24. appThemeTextGrayColor: #8f92a1;
  25. appThemeTextGrayLightColor: #cccccc;
  26. appThemeTextGrayDeepColor: #696969;
  27. appThemeTextWhiteColor: #ffffff;
  28. appThemeTextBlackColor: #171717;
  29. appThemeTextBlackDeepColor: #16162e;
  30. appThemeTextMoneyColor: #f00;
  31. appThemeTextGrayWhiteColor: #c3c6cb;
  32. appThemeSkuGrayColor: #f5f5f8;
  33. appThemeCardGrayColor: #8f92a1;
  34. appThemeShopGrayColor: #888e98;
  35. appThemePointsSignBgColor: #f0f0f0;
  36. appThemePointsSignLabelColor: #dfdfdf;
  37. appThemePointsSignValueColor: #696969;
  38. appThemePointsSignYellowColor: #f9a906;
  39. appThemePointsSignBlueColor: #22ac38;
  40. appThemeNavbarTabColor: #696969;
  41. appThemeNavbarTabColorActive: #333333;
  42. appThemeShadow: 0px 2px 8px 0px rgba(27, 25, 86, 0.06);
  43. appZIndexDeep: 0;
  44. appZIndexNormal: 19;
  45. appZIndexAbsolute: 99;
  46. appZIndexFixed: 199;
  47. appZIndexPage: 999;
  48. appThemeBuyBtnBgColor: #ed3f14;
  49. }
  50. .u-swiper-wrap.data-v-a5b2d580 {
  51. position: relative;
  52. overflow: hidden;
  53. -webkit-transform: translateY(0);
  54. transform: translateY(0);
  55. }
  56. .u-swiper-image.data-v-a5b2d580 {
  57. width: 100%;
  58. will-change: transform;
  59. height: 100%;
  60. display: block;
  61. }
  62. .u-swiper-indicator.data-v-a5b2d580 {
  63. padding: 0 24rpx;
  64. position: absolute;
  65. display: flex;
  66. flex-direction: row;
  67. width: 100%;
  68. z-index: 1;
  69. }
  70. .u-indicator-item-rect.data-v-a5b2d580 {
  71. width: 26rpx;
  72. height: 8rpx;
  73. margin: 0 6rpx;
  74. transition: all 0.5s;
  75. background-color: rgba(0, 0, 0, 0.3);
  76. }
  77. .u-indicator-item-rect-active.data-v-a5b2d580 {
  78. background-color: rgba(255, 255, 255, 0.8);
  79. }
  80. .u-indicator-item-dot.data-v-a5b2d580 {
  81. width: 14rpx;
  82. height: 14rpx;
  83. margin: 0 6rpx;
  84. border-radius: 20rpx;
  85. transition: all 0.5s;
  86. background-color: rgba(0, 0, 0, 0.3);
  87. }
  88. .u-indicator-item-dot-active.data-v-a5b2d580 {
  89. background-color: rgba(255, 255, 255, 0.8);
  90. }
  91. .u-indicator-item-round.data-v-a5b2d580 {
  92. width: 14rpx;
  93. height: 14rpx;
  94. margin: 0 6rpx;
  95. border-radius: 20rpx;
  96. transition: all 0.5s;
  97. background-color: rgba(0, 0, 0, 0.3);
  98. }
  99. .u-indicator-item-round-active.data-v-a5b2d580 {
  100. width: 34rpx;
  101. background-color: rgba(255, 255, 255, 0.8);
  102. }
  103. .u-indicator-item-number.data-v-a5b2d580 {
  104. padding: 6rpx 16rpx;
  105. line-height: 1;
  106. background-color: rgba(0, 0, 0, 0.3);
  107. border-radius: 100rpx;
  108. font-size: 26rpx;
  109. color: rgba(255, 255, 255, 0.8);
  110. }
  111. .u-list-scale.data-v-a5b2d580 {
  112. -webkit-transform-origin: center center;
  113. transform-origin: center center;
  114. }
  115. .u-list-image-wrap.data-v-a5b2d580 {
  116. width: 100%;
  117. height: 100%;
  118. flex: 1;
  119. transition: all 0.5s;
  120. overflow: hidden;
  121. box-sizing: content-box;
  122. position: relative;
  123. }
  124. .u-swiper-title.data-v-a5b2d580 {
  125. position: absolute;
  126. background-color: rgba(0, 0, 0, 0.3);
  127. bottom: 0;
  128. left: 0;
  129. width: 100%;
  130. font-size: 28rpx;
  131. padding: 12rpx 24rpx;
  132. color: rgba(255, 255, 255, 0.9);
  133. }
  134. .u-swiper-item.data-v-a5b2d580 {
  135. display: flex;
  136. flex-direction: row;
  137. overflow: hidden;
  138. align-items: center;
  139. }