123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 |
- /* 技能包 */
- /* #ifndef H5 */
- page {
- height: 100%;
- background-color: #f2f2f2;
- font-family: 'PingFangSC-Regular, PingFang SC';
- }
- /* #endif */
- .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 {
- margin-right: 22rpx;
- position: relative;
- &-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;
- }
- .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;
- }
- }
|