/* 我的技能培训 */ /* #ifndef H5 */ page { height: 100%; background-color: #f2f2f2; font-family: 'PingFangSC-Regular, PingFang SC'; } /* #endif */ .training { &-list { padding: 30rpx; &-item { background-color: #fff; border-radius: 10rpx; padding: 36rpx 32rpx; display: flex; align-items: center; .left { margin-right: 22rpx; } .right { color: #9A9A9A; font-size: 24rpx; line-height: 45rpx; width: 100%; .name { color: #3E3E3E; font-size: 34rpx; font-weight: 500; } .school { color: #525252; font-size: 24rpx; } .flex { display: flex; justify-content: space-between; align-items: center; font-size: 24rpx; color: #A2A2A2; } } } } }