123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170 |
- /* 适应性培训 */
- page {
- background-color: #f9f9f9;
- padding-bottom: 100rpx;
- }
- .bg {
- width: 100%;
- }
- .tab {
- background-color: #fff;
- border-radius: 0 0 18rpx 18rpx;
- height: 348rpx;
- }
- .tab-bg {
- background: url(../../static/img/basic-training-tab-bg.png) no-repeat center center;
- background-size: 100%;
- height: 198rpx;
- }
- .tab-list {
- display: flex;
- justify-content: space-between;
- text-align: center;
- padding: 40rpx 160rpx 30rpx 160rpx;
- }
- .tab-item {
- font-size: 34rpx;
- color: #000000;
- }
- .active {
- color: #335CEB;
- border-bottom: solid 2px #335CEB;
- padding-bottom: 10rpx;
- }
- .training-data {
- width: calc(100% - 60rpx);
- margin: 0 auto;
- background: #FFFFFF;
- box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.11);
- border-radius: 10rpx;
- display: flex;
- justify-content: space-between;
- &-item {
- width: 50%;
- text-align: center;
- padding: 36rpx 0;
- view {
- color: #656565;
- font-size: 28rpx;
- &:last-child {
- font-size: 26rpx;
- text {
- color: #505050;
- font-size: 60rpx;
- }
- }
- }
- }
- }
- .training-offline {
- width: calc(100% - 60rpx);
- margin: 0 auto;
- background: #FFFFFF;
- box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.11);
- border-radius: 10rpx;
- padding: 30rpx 0;
- text-align: center;
- view {
- &:first-child {
- color: #FF7E00;
- font-size: 38rpx;
- font-size: 500;
- }
- &:last-child {
- color: #525252;
- font-size: 28rpx;
- margin-top: 20rpx;
- }
- }
- }
- .mt26 {
- margin-top: 26rpx;
- }
- .training-adaptability {
- background-color: #fff;
- padding: 39rpx 30rpx 0 30rpx;
- border-top-left-radius: 18rpx;
- border-top-right-radius: 18rpx;
-
- &-title {
- font-size: 38rpx;
- color: #424242;
- }
- &-list {
- &-item {
- border-bottom: solid 1px #DBDBDB;
- margin-bottom: 4rpx;
- padding: 28rpx 0;
- display: flex;
- align-items: center;
- .left {
- margin-right: 14rpx;
- border: solid 1px #e0e0e0;
- border-radius: 10rpx;
- }
- .right {
- font-size: 34rpx;
- color: #424242;
- view {
- &:last-child {
- font-size: 28rpx;
- color: #525252;
- margin-top: 20rpx;
- }
- }
- }
- }
- }
- }
- .training-offline1 {
- border-radius: 18rpx;
- background-color: #fff;
- padding: 50rpx 30rpx;
- margin-top: 20rpx;
- &-title {
- font-size: 38rpx;
- color: #424242;
- margin-bottom: 20rpx;
- }
- &-list {
- &-item {
- margin-bottom: 4rpx;
- padding: 12rpx 0;
- border-bottom: solid 1px #DBDBDB;
- .top {
- display: flex;
- justify-content: space-between;
- margin-bottom: 20rpx;
- view {
- font-size: 26rpx;
- color: #787878;
- &:last-child {
- min-width: 40%;
- text-align: right;
- }
- }
- }
- .bottom {
- font-size: 32rpx;
- color: #525252;
- font-weight: 600;
- line-height: 40rpx;
- padding-bottom: 10rpx;
- }
- }
- }
- }
- .study-status {
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 96rpx;
- line-height: 96rpx;
- background-color: #709078;
- color: #fff;
- font-size: 36rpx;
- text-align: center;
- }
|