/* #ifndef H5 */ page { height: 100%; background-color: #f2f2f2; font-family: 'PingFangSC-Regular, PingFang SC'; } /* #endif */ ::v-deep { uni-swiper .uni-swiper-dot { width: 10rpx; height: 10rpx; } uni-swiper .uni-swiper-dot-active { width: 26rpx; height: 10rpx; border-radius: 6rpx; } } .training { &-banner { width: 100%; height: 100%; image { width: 100%; height: 408rpx; } } &-total { margin-top: -8rpx; padding: 0 30rpx; height: 164rpx; background: linear-gradient(90deg, #FEA460 0%, #FB6C59 100%); display: flex; justify-content: space-between; align-items: center; color: rgba($color: #fff, $alpha: 0.6); font-size: 30rpx; &-left { view { &:first-child { font-size: 40rpx; font-weight: 500; margin-bottom: 6rpx; color: rgba($color: #fff, $alpha: 0.9); } } } } &-notice { padding: 42rpx 30rpx; &-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22rpx; view { &:first-child { color: #424242; font-size: 36rpx; } &:last-child { color: #A3A3A3; font-size: 24rpx; } } } &-content { padding: 40rpx 32rpx 20rpx; border-radius: 10rpx; background-color: #fff; .swiper { height: 270rpx; &-item { display: flex; align-items: center; .left { width: 204rpx; height: 220rpx; margin-right: 22rpx; } .right { text-align: left; view { &:first-child { font-size: 34rpx; color: #101010; font-weight: 500; margin-bottom: 12rpx; } &:nth-child(2) { font-size: 24rpx; color: #525252; } &:nth-child(3) { font-size: 24rpx; color: #9A9A9A; margin-top: 8rpx; } } .btn { background-color: #709078; width: 120rpx; height: 50rpx; line-height: 50rpx; text-align: center; border-radius: 40rpx; font-size: 24rpx; color: #fff; margin-top: 20rpx; } } } } } } &-package { padding: 0 30rpx 160rpx; &-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22rpx; view { &:first-child { color: #424242; font-size: 36rpx; } &:last-child { color: #A3A3A3; font-size: 24rpx; } } } &-list { padding: 66rpx 32rpx 28rpx; background-color: #fff; border-radius: 10rpx; display: flex; flex-wrap: wrap; &-item { width: calc(50% - 12rpx); margin-right: 24rpx; margin-bottom: 38rpx; &:nth-child(2n) { margin-right: 0; } view { &:nth-child(2) { color: #3F3F3F; font-size: 28rpx; margin: 12rpx 0 8rpx; } &:last-child { font-size: 22rpx; color: #A2A2A2; } } } } } &-bottom { position: fixed; bottom: 0; left: 0; width: 100%; height: 96rpx; line-height: 96rpx; text-align: center; font-size: 36rpx; color: #fff; background-color: #709078; } }