professionalIntroduction.scss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. /* 专业介绍 */
  2. .professional {
  3. min-height: 100vh;
  4. background-color: #f2f2f2;
  5. &-bg {
  6. height: 430rpx;
  7. background-image: url(../../../static/img/upgrade-bg.png);
  8. background-repeat: no-repeat;
  9. background-position: center center;
  10. background-size: cover;
  11. margin-top: -190rpx;
  12. }
  13. &-content {
  14. padding: 0 30rpx;
  15. margin-top: -200rpx;
  16. &-info {
  17. background-color: #fff;
  18. border-radius: 10rpx;
  19. padding: 40rpx 36rpx;
  20. display: flex;
  21. // justify-content: space-between;
  22. &-left {
  23. margin-right: 24rpx;
  24. border: solid 1px #e0e0e0;
  25. border-radius: 10rpx;
  26. padding: 2rpx;
  27. }
  28. &-right {
  29. .name {
  30. display: flex;
  31. // align-items: ;
  32. // justify-content: space-between;
  33. view {
  34. &:first-child {
  35. background: linear-gradient(153deg, #F89E42, #FF7833);
  36. font-size: 22rpx;
  37. width: 70rpx;
  38. height: 40rpx;
  39. padding: 4rpx 0;
  40. text-align: center;
  41. border-radius: 20rpx;
  42. color: #fff;
  43. }
  44. &:nth-child(2) {
  45. font-size: 34rpx;
  46. color: #3D5D4C;
  47. font-weight: 500;
  48. margin: 0 10rpx;
  49. }
  50. &:last-child {
  51. color: #585858;
  52. font-size: 34rpx;
  53. margin-top: -10rpx;
  54. }
  55. }
  56. }
  57. .study {
  58. // display: flex;
  59. // justify-content: space-between;
  60. // align-items: center;
  61. font-size: 28rpx;
  62. margin-top: 18rpx;
  63. margin-bottom: 20rpx;
  64. color: #525252;
  65. }
  66. .price {
  67. width: 400rpx;
  68. height: 78rpx;
  69. line-height: 78rpx;
  70. text-align: center;
  71. border-radius: 40rpx;
  72. background-color: #E0EFE3;
  73. font-size: 32rpx;
  74. color: #646464;
  75. text {
  76. color: #355A3E;
  77. font-weight: 500;
  78. }
  79. }
  80. }
  81. }
  82. &-preview {
  83. background-color: #fff;
  84. border-radius: 10rpx;
  85. margin-top: 20rpx;
  86. padding: 40rpx 32rpx;
  87. &-video {
  88. padding-bottom: 34rpx;
  89. border-bottom: solid 1px #CDCDCD;
  90. .title {
  91. display: flex;
  92. justify-content: space-between;
  93. align-content: center;
  94. line-height: 34rpx;
  95. margin-bottom: 20rpx;
  96. view {
  97. font-size: 28rpx;
  98. color: #9D9D9D;
  99. text {
  100. color: #424242;
  101. font-size: 38rpx;
  102. margin-right: 22rpx;
  103. }
  104. }
  105. }
  106. .list {
  107. .swiper {
  108. height: 290rpx;
  109. }
  110. .swiper-item {
  111. width: 50%!important;
  112. .classes-name {
  113. color: #2E2E2E;
  114. font-size: 28rpx;
  115. margin-top: 20rpx;
  116. }
  117. .image {
  118. border: solid 1px #e0e0e0;
  119. padding: 2rpx;
  120. border-radius: 10rpx;
  121. }
  122. .classes-teacher {
  123. font-size: 26rpx;
  124. color: #818181;
  125. margin-top: 10rpx;
  126. }
  127. }
  128. }
  129. }
  130. &-introduction {
  131. margin-top: 32rpx;
  132. .title {
  133. font-size: 28rpx;
  134. color: #9D9D9D;
  135. margin-bottom: 14rpx;
  136. text {
  137. color: #525252;
  138. font-size: 38rpx;
  139. margin-right: 22rpx;
  140. }
  141. }
  142. .content {
  143. font-size: 28rpx;
  144. color: #525252;
  145. line-height: 50rpx;
  146. }
  147. }
  148. }
  149. }
  150. }