u-steps.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. @charset "UTF-8";
  2. /**
  3. * 主题色配置
  4. * 默认在 uni.scss 全局引入:@import '@/theme.scss';
  5. * <script> 下使用主题变量:import x from '@/theme.scss';
  6. */
  7. .page.data-v-6d4cf9e0 {
  8. background-color: #f8f8f8;
  9. font-family: PingFangSC;
  10. }
  11. .safeAreaPad.data-v-6d4cf9e0 {
  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-6d4cf9e0: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-steps.data-v-6d4cf9e0 {
  51. display: flex;
  52. flex-direction: row;
  53. }
  54. .u-steps .u-steps__item.data-v-6d4cf9e0 {
  55. flex: 1;
  56. text-align: center;
  57. position: relative;
  58. min-width: 100rpx;
  59. font-size: 26rpx;
  60. color: #8799a3;
  61. display: flex;
  62. flex-direction: row;
  63. justify-content: center;
  64. flex-direction: column;
  65. align-items: center;
  66. }
  67. .u-steps .u-steps__item--row.data-v-6d4cf9e0 {
  68. display: flex;
  69. flex-direction: row;
  70. flex-direction: column;
  71. }
  72. .u-steps .u-steps__item--row .u-steps__item__line.data-v-6d4cf9e0 {
  73. position: absolute;
  74. z-index: 0;
  75. left: 75%;
  76. width: 50%;
  77. }
  78. .u-steps .u-steps__item--row .u-steps__item__line--dot.data-v-6d4cf9e0 {
  79. top: calc(20rpx / 2);
  80. }
  81. .u-steps .u-steps__item--row .u-steps__item__line--number.data-v-6d4cf9e0 {
  82. top: calc(44rpx / 2);
  83. }
  84. .u-steps .u-steps__item--column.data-v-6d4cf9e0 {
  85. display: flex;
  86. flex-direction: row;
  87. flex-direction: row;
  88. justify-content: flex-start;
  89. min-height: 120rpx;
  90. }
  91. .u-steps .u-steps__item--column .u-steps__item__line.data-v-6d4cf9e0 {
  92. position: absolute;
  93. z-index: 0;
  94. height: 50%;
  95. top: 75%;
  96. }
  97. .u-steps .u-steps__item--column .u-steps__item__line--dot.data-v-6d4cf9e0 {
  98. left: calc(20rpx / 2);
  99. }
  100. .u-steps .u-steps__item--column .u-steps__item__line--number.data-v-6d4cf9e0 {
  101. left: calc(44rpx / 2);
  102. }
  103. .u-steps .u-steps__item__num.data-v-6d4cf9e0 {
  104. display: flex;
  105. flex-direction: row;
  106. align-items: center;
  107. justify-content: center;
  108. width: 44rpx;
  109. height: 44rpx;
  110. border: 1px solid #8799a3;
  111. border-radius: 50%;
  112. overflow: hidden;
  113. }
  114. .u-steps .u-steps__item__dot.data-v-6d4cf9e0 {
  115. width: 20rpx;
  116. height: 20rpx;
  117. display: flex;
  118. flex-direction: row;
  119. border-radius: 50%;
  120. }
  121. .u-steps .u-steps__item__text--row.data-v-6d4cf9e0 {
  122. margin-top: 14rpx;
  123. }
  124. .u-steps .u-steps__item__text--column.data-v-6d4cf9e0 {
  125. margin-left: 14rpx;
  126. }