1234567891011121314151617181920212223242526272829303132333435 |
- /* 学历提升课程 */
- /* #ifndef H5 */
- page {
- height: 100%;
- background-color: #f2f2f2;
- font-family: 'PingFangSC-Regular, PingFang SC';
- }
- /* #endif */
- .course {
-
- &-list {
- padding: 26rpx 30rpx;
- &-item {
- background-color: #fff;
- padding: 30rpx 32rpx;
- border-radius: 10rpx;
- display: flex;
- margin-bottom: 20rpx;
- .left {
- margin-right: 22rpx;
- }
- .right {
- view {
- color: #9A9A9A;
- font-size: 28rpx;
- line-height: 50rpx;
- &:first-child {
- font-size: 34rpx;
- color: #0B0B0B;
- }
- }
- }
- }
- }
- }
|