u-steps.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. @charset "UTF-8";
  2. /* 这里是你自己写的全局css样式 */
  3. .page.data-v-7cae522b {
  4. background-color: #f3f4f6;
  5. padding: 20rpx;
  6. }
  7. .empty-wrap.data-v-7cae522b {
  8. margin-top: 200rpx;
  9. width: 100%;
  10. display: flex;
  11. justify-content: center;
  12. align-items: center;
  13. }
  14. .content-page.data-v-7cae522b {
  15. min-height: 100vh;
  16. background-color: #fff;
  17. }
  18. .footer.data-v-7cae522b {
  19. display: flex;
  20. align-items: center;
  21. color: #909399;
  22. width: 100%;
  23. padding: 20rpx 0;
  24. justify-content: center;
  25. }
  26. .box-shadow.data-v-7cae522b {
  27. box-shadow: 0rpx 2rpx 4rpx 0 rgba(0, 0, 0, 0.2);
  28. }
  29. .flex-empty.data-v-7cae522b {
  30. visibility: hidden;
  31. width: 120rpx;
  32. height: 0rpx;
  33. }
  34. .bwin-btn-100.data-v-7cae522b {
  35. width: 100%;
  36. }
  37. .bwin-popup.data-v-7cae522b {
  38. display: flex;
  39. flex-direction: column;
  40. width: 100%;
  41. position: relative;
  42. min-height: 100%;
  43. overflow: hidden;
  44. }
  45. .bwin-popup .popup-header.data-v-7cae522b {
  46. z-index: 2;
  47. width: 80%;
  48. position: fixed;
  49. padding: 20rpx 0;
  50. text-align: center;
  51. font-size: 32rpx;
  52. color: #fff;
  53. font-weight: bold;
  54. background-color: #2080f0;
  55. border-top-left-radius: 20rpx;
  56. border-top-right-radius: 20rpx;
  57. }
  58. .bwin-popup .popup-body.data-v-7cae522b {
  59. z-index: 1;
  60. position: relative;
  61. top: 90rpx;
  62. margin-bottom: 90rpx;
  63. padding: 20rpx;
  64. font-size: 32rpx;
  65. overflow-y: scroll;
  66. }
  67. .bwin-popup .popup-footer.data-v-7cae522b {
  68. position: relative;
  69. left: 0;
  70. bottom: 20rpx;
  71. width: 100%;
  72. display: flex;
  73. justify-content: space-around;
  74. }
  75. .u-steps.data-v-7cae522b {
  76. display: flex;
  77. flex-direction: row;
  78. }
  79. .u-steps .u-steps__item.data-v-7cae522b {
  80. flex: 1;
  81. text-align: center;
  82. position: relative;
  83. min-width: 100rpx;
  84. font-size: 26rpx;
  85. color: #8799a3;
  86. display: flex;
  87. flex-direction: row;
  88. justify-content: center;
  89. flex-direction: column;
  90. align-items: center;
  91. }
  92. .u-steps .u-steps__item--row.data-v-7cae522b {
  93. display: flex;
  94. flex-direction: row;
  95. flex-direction: column;
  96. }
  97. .u-steps .u-steps__item--row .u-steps__item__line.data-v-7cae522b {
  98. position: absolute;
  99. z-index: 0;
  100. left: 75%;
  101. width: 50%;
  102. }
  103. .u-steps .u-steps__item--row .u-steps__item__line--dot.data-v-7cae522b {
  104. top: calc(20rpx / 2);
  105. }
  106. .u-steps .u-steps__item--row .u-steps__item__line--number.data-v-7cae522b {
  107. top: calc(44rpx / 2);
  108. }
  109. .u-steps .u-steps__item--column.data-v-7cae522b {
  110. display: flex;
  111. flex-direction: row;
  112. flex-direction: row;
  113. justify-content: flex-start;
  114. min-height: 120rpx;
  115. }
  116. .u-steps .u-steps__item--column .u-steps__item__line.data-v-7cae522b {
  117. position: absolute;
  118. z-index: 0;
  119. height: 50%;
  120. top: 75%;
  121. }
  122. .u-steps .u-steps__item--column .u-steps__item__line--dot.data-v-7cae522b {
  123. left: calc(20rpx / 2);
  124. }
  125. .u-steps .u-steps__item--column .u-steps__item__line--number.data-v-7cae522b {
  126. left: calc(44rpx / 2);
  127. }
  128. .u-steps .u-steps__item__num.data-v-7cae522b {
  129. display: flex;
  130. flex-direction: row;
  131. align-items: center;
  132. justify-content: center;
  133. width: 44rpx;
  134. height: 44rpx;
  135. border: 1px solid #8799a3;
  136. border-radius: 50%;
  137. overflow: hidden;
  138. }
  139. .u-steps .u-steps__item__dot.data-v-7cae522b {
  140. width: 20rpx;
  141. height: 20rpx;
  142. display: flex;
  143. flex-direction: row;
  144. border-radius: 50%;
  145. }
  146. .u-steps .u-steps__item__text--row.data-v-7cae522b {
  147. margin-top: 14rpx;
  148. }
  149. .u-steps .u-steps__item__text--column.data-v-7cae522b {
  150. margin-left: 14rpx;
  151. }