/* 专业介绍 */ .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; border: solid 1px #e0e0e0; border-radius: 10rpx; padding: 2rpx; } &-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; } .image { border: solid 1px #e0e0e0; padding: 2rpx; border-radius: 10rpx; } .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; } } } } }