professionalIntroduction.scss 2.7 KB

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