training.wxss 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. .container.data-v-e8db6ceb {
  2. min-height: 100vh;
  3. background-color: #F8F9FB;
  4. display: flex;
  5. flex-direction: column;
  6. }
  7. .status-bar.data-v-e8db6ceb {
  8. height: env(safe-area-inset-top);
  9. background: #FFF;
  10. }
  11. .nav-bar.data-v-e8db6ceb {
  12. height: 88rpx;
  13. background: #FFF;
  14. display: flex;
  15. align-items: center;
  16. justify-content: space-between;
  17. padding: 0 30rpx;
  18. }
  19. .nav-bar .page-title.data-v-e8db6ceb {
  20. font-size: 34rpx;
  21. font-weight: bold;
  22. }
  23. .nav-bar .nav-left.data-v-e8db6ceb, .nav-bar .nav-right.data-v-e8db6ceb {
  24. width: 60rpx;
  25. }
  26. .nav-bar .back-icon.data-v-e8db6ceb {
  27. width: 40rpx;
  28. height: 40rpx;
  29. }
  30. .content.data-v-e8db6ceb {
  31. padding: 120rpx 40rpx 40rpx;
  32. flex: 1;
  33. display: flex;
  34. flex-direction: column;
  35. }
  36. .success-header.data-v-e8db6ceb {
  37. display: flex;
  38. flex-direction: column;
  39. align-items: center;
  40. margin-bottom: 80rpx;
  41. }
  42. .success-header .check-circle.data-v-e8db6ceb {
  43. width: 140rpx;
  44. height: 140rpx;
  45. background: #67C23A;
  46. border-radius: 50%;
  47. display: flex;
  48. align-items: center;
  49. justify-content: center;
  50. margin-bottom: 30rpx;
  51. }
  52. .success-header .check-circle .css-check.data-v-e8db6ceb {
  53. width: 60rpx;
  54. height: 30rpx;
  55. border-left: 7rpx solid #fff;
  56. border-bottom: 7rpx solid #fff;
  57. transform: rotate(-45deg);
  58. margin-top: -10rpx;
  59. }
  60. .success-header .success-title.data-v-e8db6ceb {
  61. font-size: 44rpx;
  62. font-weight: bold;
  63. color: #1A1A1A;
  64. margin-bottom: 16rpx;
  65. }
  66. .success-header .success-subtitle.data-v-e8db6ceb {
  67. font-size: 28rpx;
  68. color: #999;
  69. }
  70. .training-card.data-v-e8db6ceb {
  71. background: #FFF;
  72. border-radius: 32rpx;
  73. padding: 40rpx;
  74. box-shadow: 0 4rpx 24rpx rgba(0, 0, 0, 0.03);
  75. margin-bottom: 40rpx;
  76. }
  77. .training-card .card-header.data-v-e8db6ceb {
  78. display: flex;
  79. justify-content: space-between;
  80. align-items: center;
  81. margin-bottom: 40rpx;
  82. padding-bottom: 30rpx;
  83. border-bottom: 1rpx solid #F0F0F0;
  84. }
  85. .training-card .card-header .job-name.data-v-e8db6ceb {
  86. font-size: 36rpx;
  87. font-weight: bold;
  88. color: #1A1A1A;
  89. }
  90. .training-card .card-header .status-tag.data-v-e8db6ceb {
  91. background: #EBF2FF;
  92. color: #1F6CFF;
  93. font-size: 22rpx;
  94. padding: 6rpx 16rpx;
  95. border-radius: 30rpx;
  96. }
  97. .training-card .step-list.data-v-e8db6ceb {
  98. display: flex;
  99. flex-direction: column;
  100. gap: 40rpx;
  101. }
  102. .training-card .step-list .step-item.data-v-e8db6ceb {
  103. display: flex;
  104. align-items: center;
  105. position: relative;
  106. }
  107. .training-card .step-list .step-item.data-v-e8db6ceb::after {
  108. content: "";
  109. position: absolute;
  110. left: 24rpx;
  111. top: 50rpx;
  112. bottom: -50rpx;
  113. width: 2rpx;
  114. background: #EEE;
  115. }
  116. .training-card .step-list .step-item.data-v-e8db6ceb:last-child::after {
  117. display: none;
  118. }
  119. .training-card .step-list .step-item .step-num.data-v-e8db6ceb {
  120. width: 48rpx;
  121. height: 48rpx;
  122. border-radius: 50%;
  123. background: #EEE;
  124. color: #999;
  125. display: flex;
  126. align-items: center;
  127. justify-content: center;
  128. font-size: 24rpx;
  129. font-weight: bold;
  130. margin-right: 30rpx;
  131. z-index: 1;
  132. }
  133. .training-card .step-list .step-item .step-info.data-v-e8db6ceb {
  134. flex: 1;
  135. }
  136. .training-card .step-list .step-item .step-info .s-title.data-v-e8db6ceb {
  137. font-size: 28rpx;
  138. font-weight: bold;
  139. color: #333;
  140. display: block;
  141. margin-bottom: 4rpx;
  142. }
  143. .training-card .step-list .step-item .step-info .s-desc.data-v-e8db6ceb {
  144. font-size: 22rpx;
  145. color: #999;
  146. display: block;
  147. }
  148. .training-card .step-list .step-item .step-status.data-v-e8db6ceb {
  149. font-size: 24rpx;
  150. color: #999;
  151. }
  152. .training-card .step-list .step-item.active .step-num.data-v-e8db6ceb {
  153. background: #E6F7FF;
  154. color: #1F6CFF;
  155. }
  156. .training-card .step-list .step-item.active .step-status.data-v-e8db6ceb {
  157. color: #1F6CFF;
  158. }
  159. .training-card .step-list .step-item.current .step-num.data-v-e8db6ceb {
  160. background: #1F6CFF;
  161. color: #FFF;
  162. }
  163. .training-card .step-list .step-item.current .s-title.data-v-e8db6ceb {
  164. color: #1F6CFF;
  165. }
  166. .action-section.data-v-e8db6ceb {
  167. margin-top: 60rpx;
  168. display: flex;
  169. flex-direction: column;
  170. align-items: center;
  171. }
  172. .action-section .start-btn.data-v-e8db6ceb {
  173. width: 100%;
  174. height: 100rpx;
  175. background: #1F6CFF;
  176. color: #FFF;
  177. border-radius: 50rpx;
  178. font-size: 32rpx;
  179. font-weight: bold;
  180. display: flex;
  181. align-items: center;
  182. justify-content: center;
  183. margin-bottom: 30rpx;
  184. box-shadow: 0 10rpx 20rpx rgba(31, 108, 255, 0.2);
  185. }
  186. .action-section .tip.data-v-e8db6ceb {
  187. font-size: 22rpx;
  188. color: #BBB;
  189. text-align: center;
  190. }