basicTraining.scss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. /* 适应性培训 */
  2. page {
  3. background-color: #f9f9f9;
  4. padding-bottom: 100rpx;
  5. }
  6. .bg {
  7. width: 100%;
  8. }
  9. .tab {
  10. background-color: #fff;
  11. border-radius: 0 0 18rpx 18rpx;
  12. height: 348rpx;
  13. }
  14. .tab-bg {
  15. background: url(../../static/img/basic-training-tab-bg.png) no-repeat center center;
  16. background-size: 100%;
  17. height: 198rpx;
  18. }
  19. .tab-list {
  20. display: flex;
  21. justify-content: space-between;
  22. text-align: center;
  23. padding: 40rpx 160rpx 30rpx 160rpx;
  24. }
  25. .tab-item {
  26. font-size: 34rpx;
  27. color: #000000;
  28. }
  29. .active {
  30. color: #335CEB;
  31. border-bottom: solid 2px #335CEB;
  32. padding-bottom: 10rpx;
  33. }
  34. .training-data {
  35. width: calc(100% - 60rpx);
  36. margin: 0 auto;
  37. background: #FFFFFF;
  38. box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.11);
  39. border-radius: 10rpx;
  40. display: flex;
  41. justify-content: space-between;
  42. &-item {
  43. width: 50%;
  44. text-align: center;
  45. padding: 36rpx 0;
  46. view {
  47. color: #656565;
  48. font-size: 28rpx;
  49. &:last-child {
  50. font-size: 26rpx;
  51. text {
  52. color: #505050;
  53. font-size: 60rpx;
  54. }
  55. }
  56. }
  57. }
  58. }
  59. .training-offline {
  60. width: calc(100% - 60rpx);
  61. margin: 0 auto;
  62. background: #FFFFFF;
  63. box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.11);
  64. border-radius: 10rpx;
  65. padding: 30rpx 0;
  66. text-align: center;
  67. view {
  68. &:first-child {
  69. color: #FF7E00;
  70. font-size: 38rpx;
  71. font-size: 500;
  72. }
  73. &:last-child {
  74. color: #525252;
  75. font-size: 28rpx;
  76. margin-top: 20rpx;
  77. }
  78. }
  79. }
  80. .mt26 {
  81. margin-top: 26rpx;
  82. }
  83. .training-adaptability {
  84. background-color: #fff;
  85. padding: 39rpx 30rpx 0 30rpx;
  86. border-top-left-radius: 18rpx;
  87. border-top-right-radius: 18rpx;
  88. &-title {
  89. font-size: 38rpx;
  90. color: #424242;
  91. }
  92. &-list {
  93. &-item {
  94. border-bottom: solid 1px #DBDBDB;
  95. margin-bottom: 4rpx;
  96. padding: 28rpx 0;
  97. display: flex;
  98. align-items: center;
  99. .left {
  100. margin-right: 14rpx;
  101. border: solid 1px #e0e0e0;
  102. border-radius: 10rpx;
  103. }
  104. .right {
  105. font-size: 34rpx;
  106. color: #424242;
  107. view {
  108. &:last-child {
  109. font-size: 28rpx;
  110. color: #525252;
  111. margin-top: 20rpx;
  112. }
  113. }
  114. }
  115. }
  116. }
  117. }
  118. .training-offline1 {
  119. border-radius: 18rpx;
  120. background-color: #fff;
  121. padding: 50rpx 30rpx;
  122. margin-top: 20rpx;
  123. &-title {
  124. font-size: 38rpx;
  125. color: #424242;
  126. margin-bottom: 20rpx;
  127. }
  128. &-list {
  129. &-item {
  130. margin-bottom: 4rpx;
  131. padding: 12rpx 0;
  132. border-bottom: solid 1px #DBDBDB;
  133. .top {
  134. display: flex;
  135. justify-content: space-between;
  136. margin-bottom: 20rpx;
  137. view {
  138. font-size: 26rpx;
  139. color: #787878;
  140. &:last-child {
  141. min-width: 40%;
  142. text-align: right;
  143. }
  144. }
  145. }
  146. .bottom {
  147. font-size: 32rpx;
  148. color: #525252;
  149. font-weight: 600;
  150. line-height: 40rpx;
  151. padding-bottom: 10rpx;
  152. }
  153. }
  154. }
  155. }
  156. .study-status {
  157. position: fixed;
  158. bottom: 0;
  159. left: 0;
  160. width: 100%;
  161. height: 96rpx;
  162. line-height: 96rpx;
  163. background-color: #709078;
  164. color: #fff;
  165. font-size: 36rpx;
  166. text-align: center;
  167. }