/* 技能包 */ page { height: 100%; background-color: #f2f2f2; font-family: 'PingFangSC-Regular, PingFang SC'; } .package { padding-bottom: 150rpx; &-bg { &-1 { width: 100%; height: 140rpx; background-color: #3D5D4C; } &-2 { width: 120%; height: 180rpx; background-color: #3D5D4C; border-radius: 60%; margin-top: -88rpx; margin-left: -10%; } } &-content { padding: 0 30rpx; margin-top: -200rpx; &-title { padding: 40rpx 36rpx; background-color: #fff; border-radius: 10rpx; display: flex; .left { height: 220rpx; margin-right: 22rpx; position: relative; border: solid 1px #E0E0E0; border-radius: 10rpx; padding: 2rpx; &-weekly { width: 204rpx; height: 44rpx; line-height: 44rpx; text-align: center; background-color: #DDB100; font-size: 22rpx; font-weight: 700; color: #fff; border-bottom-left-radius: 10rpx; border-bottom-right-radius: 10rpx; position: absolute; top: 196rpx; } } .right { width: calc(100% - 226rpx); font-size: 28rpx; color: #545454; line-height: 40rpx; .name { display: flex; align-items: center; color: #3D5D4C; font-size: 36rpx; font-weight: 500; margin-bottom: 10rpx; .tip { text-align: center; padding: 0 10rpx; background: linear-gradient(153deg, #F89E42 0%, #FF7833 100%); border-radius: 20rpx; font-size: 20rpx; color: #fff; margin-right: 20rpx; } .professional { // width: 70%; // overflow: hidden; // text-overflow: ellipsis; // white-space: nowrap; } } .class { text { color: #555555; font-size: 24rpx; margin-right: 24rpx; } } .hardly { margin: 6rpx 0; display: flex; justify-content: space-between; } .status { background-color: #709078; width: 120rpx; height: 50rpx; line-height: 50rpx; text-align: center; border-radius: 40rpx; font-size: 24rpx; color: #fff; margin-top: 20rpx; } } } &-details { padding: 40rpx 32rpx; background-color: #fff; border-radius: 10rpx; margin-top: 20rpx; &-classes { border-bottom: solid 1px #CDCDCD; padding-bottom: 20rpx; margin-bottom: 32rpx; .title { display: flex; justify-content: space-between; align-items: center; font-size: 28rpx; color: #9D9D9D; padding-bottom: 34rpx; text { color: #424242; font-size: 38rpx; margin-right: 22rpx; } } .list { .swiper-item { width: 50%!important; height: 100%; .classes-name { color: #2E2E2E; font-size: 26rpx; margin: 10rpx 0; } .img { border: solid 1px #E0E0E0; border-radius: 10rpx; padding: 2rpx; } .classes-subtitle { font-size: 24rpx; color: #818181; } } } } &-skill { .title { display: flex; justify-content: space-between; align-items: center; font-size: 26rpx; color: #9D9D9D; padding-bottom: 34rpx; text { color: #424242; font-size: 38rpx; margin-right: 22rpx; } } } } } &-btn { width: 100%; height: 96rpx; line-height: 96rpx; text-align: center; font-size: 36rpx; color: #fff; background-color: #709078; position: fixed; bottom: 0; left: 0; } }