professionalIntroduction.scss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  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. }
  25. &-right {
  26. .name {
  27. display: flex;
  28. // align-items: ;
  29. // justify-content: space-between;
  30. view {
  31. &:first-child {
  32. background: linear-gradient(153deg, #F89E42, #FF7833);
  33. font-size: 22rpx;
  34. width: 70rpx;
  35. height: 40rpx;
  36. padding: 4rpx 0;
  37. text-align: center;
  38. border-radius: 20rpx;
  39. color: #fff;
  40. }
  41. &:nth-child(2) {
  42. font-size: 34rpx;
  43. color: #3D5D4C;
  44. font-weight: 500;
  45. margin: 0 10rpx;
  46. }
  47. &:last-child {
  48. color: #585858;
  49. font-size: 34rpx;
  50. margin-top: -10rpx;
  51. }
  52. }
  53. }
  54. .study {
  55. // display: flex;
  56. // justify-content: space-between;
  57. // align-items: center;
  58. font-size: 28rpx;
  59. margin-top: 18rpx;
  60. margin-bottom: 20rpx;
  61. color: #525252;
  62. }
  63. .price {
  64. width: 400rpx;
  65. height: 78rpx;
  66. line-height: 78rpx;
  67. text-align: center;
  68. border-radius: 40rpx;
  69. background-color: #E0EFE3;
  70. font-size: 32rpx;
  71. color: #646464;
  72. text {
  73. color: #355A3E;
  74. font-weight: 500;
  75. }
  76. }
  77. }
  78. }
  79. &-preview {
  80. background-color: #fff;
  81. border-radius: 10rpx;
  82. margin-top: 20rpx;
  83. padding: 40rpx 32rpx;
  84. &-video {
  85. padding-bottom: 34rpx;
  86. border-bottom: solid 1px #CDCDCD;
  87. .title {
  88. display: flex;
  89. justify-content: space-between;
  90. align-content: center;
  91. line-height: 34rpx;
  92. margin-bottom: 20rpx;
  93. view {
  94. font-size: 28rpx;
  95. color: #9D9D9D;
  96. text {
  97. color: #424242;
  98. font-size: 38rpx;
  99. margin-right: 22rpx;
  100. }
  101. }
  102. }
  103. .list {
  104. .swiper {
  105. height: 290rpx;
  106. }
  107. .swiper-item {
  108. width: 50%!important;
  109. .classes-name {
  110. color: #2E2E2E;
  111. font-size: 28rpx;
  112. margin-top: 20rpx;
  113. }
  114. .classes-teacher {
  115. font-size: 26rpx;
  116. color: #818181;
  117. margin-top: 10rpx;
  118. }
  119. }
  120. }
  121. }
  122. &-introduction {
  123. margin-top: 32rpx;
  124. .title {
  125. font-size: 28rpx;
  126. color: #9D9D9D;
  127. margin-bottom: 14rpx;
  128. text {
  129. color: #525252;
  130. font-size: 38rpx;
  131. margin-right: 22rpx;
  132. }
  133. }
  134. .content {
  135. font-size: 28rpx;
  136. color: #525252;
  137. line-height: 50rpx;
  138. }
  139. }
  140. }
  141. }
  142. }