courseDetailed.scss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. /* 技能培训---课程详细 */
  2. page {
  3. background-color: #f2f2f2;
  4. font-family: 'PingFangSC-Regular, PingFang SC';
  5. .details {
  6. &-content {
  7. background-color: #fff;
  8. padding: 20rpx 30rpx;
  9. margin-top: -6rpx;
  10. border-radius: 0 0 18rpx 18rpx;
  11. &-title {
  12. color: #424242;
  13. font-size: 42rpx;
  14. font-weight: 600;
  15. }
  16. &-progress {
  17. padding: 26rpx 0;
  18. color: #EF651F;
  19. font-size: 28rpx;
  20. }
  21. &-teacher {
  22. font-size: 36rpx;
  23. color: #424242;
  24. margin-bottom: 22rpx;
  25. }
  26. &-info {
  27. color: #545454;
  28. font-size: 28rpx;
  29. line-height: 44rpx;
  30. }
  31. }
  32. &-classes {
  33. background-color: #fff;
  34. border-radius: 18rpx 18rpx 0 0;
  35. padding: 42rpx 30rpx;
  36. margin-top: 26rpx;
  37. &-header {
  38. display: flex;
  39. justify-content: space-between;
  40. align-items: center;
  41. color: #424242;
  42. font-size: 38rpx;
  43. view {
  44. &:last-child {
  45. color: #A3A3A3;
  46. font-size: 28rpx;
  47. }
  48. }
  49. }
  50. &-list {
  51. display: flex;
  52. flex-wrap: wrap;
  53. margin-top: 30rpx;
  54. &-item {
  55. margin-right: 20rpx;
  56. view {
  57. &:first-child {
  58. padding: 20rpx 34rpx;
  59. background-color: #C4C4C4;
  60. color: #fff;
  61. font-size: 40rpx;
  62. border-radius: 16rpx;
  63. }
  64. &:last-child {
  65. text-align: center;
  66. margin-top: 10rpx;
  67. color: #525252;
  68. font-size: 26rpx;
  69. }
  70. }
  71. }
  72. .active {
  73. view {
  74. &:first-child {
  75. background: linear-gradient(168deg, #A5C8AC 0%, #709078 100%);
  76. }
  77. &:last-child {
  78. color: #525252;
  79. }
  80. }
  81. }
  82. }
  83. }
  84. &-line {
  85. height: 1px;
  86. width: 100%;
  87. background-color: #fff;
  88. padding: 0 30rpx;
  89. view {
  90. height: 1px;
  91. width: 100%;
  92. background-color: #CDCDCD;
  93. }
  94. }
  95. &-comment {
  96. background-color: #fff;
  97. border-radius: 0 0 18rpx 18rpx;
  98. padding: 30rpx;
  99. &-header {
  100. display: flex;
  101. justify-content: space-between;
  102. align-items: center;
  103. margin-bottom: 30rpx;
  104. view {
  105. &:first-child {
  106. font-size: 38rpx;
  107. color: #424242;
  108. }
  109. &:last-child {
  110. color: #8D8D8D;
  111. font-size: 28rpx;
  112. }
  113. }
  114. }
  115. &-list {
  116. &-item {
  117. margin-bottom: 60rpx;
  118. display: flex;
  119. align-items: center;
  120. .left {
  121. margin-right: 24rpx;
  122. }
  123. .right {
  124. view {
  125. line-height: 40rpx;
  126. &:first-child {
  127. color: #3D3D3D;
  128. font-size: 32rpx;
  129. }
  130. &:nth-child(2) {
  131. font-size: 28rpx;
  132. color: #A5A5A5;
  133. text {
  134. margin-left: 10rpx;
  135. }
  136. }
  137. &:last-child {
  138. font-size: 28rpx;
  139. color: #6C6C6C;
  140. }
  141. }
  142. }
  143. }
  144. }
  145. &-page {
  146. border-bottom: solid 1px #DBDBDB;
  147. padding-bottom: 10rpx;
  148. }
  149. &-mine {
  150. margin-top: 46rpx;
  151. font-size: 36rpx;
  152. color: #000000;
  153. margin-bottom: 20rpx;
  154. }
  155. &-conent {
  156. &-star {
  157. margin-bottom: 22rpx;
  158. }
  159. &-textarea {
  160. background-color: #F5F5F5;
  161. }
  162. &-button {
  163. height: 80rpx;
  164. line-height: 80rpx;
  165. background-color: #709078;
  166. text-align: center;
  167. color: #fff;
  168. font-size: 30rpx;
  169. margin-top: 52rpx;
  170. }
  171. }
  172. }
  173. }
  174. }