123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154 |
- /* 专业介绍 */
- .professional {
- min-height: 100vh;
- background-color: #f2f2f2;
-
- &-bg {
- height: 430rpx;
- background-image: url(../../../static/img/upgrade-bg.png);
- background-repeat: no-repeat;
- background-position: center center;
- background-size: cover;
- margin-top: -190rpx;
- }
-
- &-content {
- padding: 0 30rpx;
- margin-top: -200rpx;
-
- &-info {
- background-color: #fff;
- border-radius: 10rpx;
- padding: 40rpx 36rpx;
- display: flex;
- // justify-content: space-between;
-
- &-left {
- margin-right: 24rpx;
- }
- &-right {
-
- .name {
- display: flex;
- // align-items: ;
- // justify-content: space-between;
- view {
- &:first-child {
- background: linear-gradient(153deg, #F89E42, #FF7833);
- font-size: 22rpx;
- width: 70rpx;
- height: 40rpx;
- padding: 4rpx 0;
- text-align: center;
- border-radius: 20rpx;
- color: #fff;
- }
- &:nth-child(2) {
- font-size: 34rpx;
- color: #3D5D4C;
- font-weight: 500;
- margin: 0 10rpx;
- }
- &:last-child {
- color: #585858;
- font-size: 34rpx;
- margin-top: -10rpx;
- }
- }
- }
-
- .study {
- // display: flex;
- // justify-content: space-between;
- // align-items: center;
- font-size: 28rpx;
- margin-top: 18rpx;
- margin-bottom: 20rpx;
- color: #525252;
- }
-
- .price {
- width: 400rpx;
- height: 78rpx;
- line-height: 78rpx;
- text-align: center;
- border-radius: 40rpx;
- background-color: #E0EFE3;
- font-size: 32rpx;
- color: #646464;
- text {
- color: #355A3E;
- font-weight: 500;
- }
- }
- }
- }
-
- &-preview {
- background-color: #fff;
- border-radius: 10rpx;
- margin-top: 20rpx;
- padding: 40rpx 32rpx;
-
- &-video {
- padding-bottom: 34rpx;
- border-bottom: solid 1px #CDCDCD;
-
- .title {
- display: flex;
- justify-content: space-between;
- align-content: center;
- line-height: 34rpx;
- margin-bottom: 20rpx;
- view {
- font-size: 28rpx;
- color: #9D9D9D;
- text {
- color: #424242;
- font-size: 38rpx;
- margin-right: 22rpx;
- }
- }
- }
-
- .list {
- .swiper {
- height: 290rpx;
- }
- .swiper-item {
- width: 50%!important;
- .classes-name {
- color: #2E2E2E;
- font-size: 28rpx;
- margin-top: 20rpx;
- }
- .classes-teacher {
- font-size: 26rpx;
- color: #818181;
- margin-top: 10rpx;
- }
- }
- }
- }
-
- &-introduction {
- margin-top: 32rpx;
- .title {
- font-size: 28rpx;
- color: #9D9D9D;
- margin-bottom: 14rpx;
- text {
- color: #525252;
- font-size: 38rpx;
- margin-right: 22rpx;
- }
- }
- .content {
- font-size: 28rpx;
- color: #525252;
- line-height: 50rpx;
- }
- }
- }
- }
- }
|