|
|
|
@ -80,9 +80,12 @@ |
|
|
|
|
margin-bottom: 40rpx; |
|
|
|
|
font-size: 28rpx; |
|
|
|
|
font-family: PingFang SC-Medium, PingFang SC; |
|
|
|
|
font-weight: 500; |
|
|
|
|
color: #909795; |
|
|
|
|
line-height: 1; |
|
|
|
|
|
|
|
|
|
view { |
|
|
|
|
margin-left: 8rpx; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.adware { |
|
|
|
@ -101,21 +104,21 @@ |
|
|
|
|
font-family: PingFang SC-Bold, PingFang SC; |
|
|
|
|
font-weight: bold; |
|
|
|
|
color: #323635; |
|
|
|
|
margin-top: 20px; |
|
|
|
|
margin-top: 18rpx; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.courseTag { |
|
|
|
|
width: 162px; |
|
|
|
|
height: 46rpx; |
|
|
|
|
margin: 0 auto 30rpx; |
|
|
|
|
margin: 0 auto 10rpx; |
|
|
|
|
display: block; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.feature { |
|
|
|
|
color: #323635; |
|
|
|
|
background: #fff; |
|
|
|
|
padding: 30rpx 0 30rpx 30rpx; |
|
|
|
|
padding: 20rpx 0 25rpx 25rpx; |
|
|
|
|
margin-bottom: 40rpx; |
|
|
|
|
border-radius: 20rpx; |
|
|
|
|
position: relative; |
|
|
|
@ -125,7 +128,7 @@ |
|
|
|
|
content: ''; |
|
|
|
|
display: block; |
|
|
|
|
position: absolute; |
|
|
|
|
right: 0; |
|
|
|
|
right: -1px; |
|
|
|
|
top: 0; |
|
|
|
|
bottom: 0; |
|
|
|
|
width: 40rpx; |
|
|
|
@ -136,7 +139,7 @@ |
|
|
|
|
.featureTitle { |
|
|
|
|
max-width: 212px; |
|
|
|
|
height: 50rpx; |
|
|
|
|
padding-bottom: 20rpx; |
|
|
|
|
padding-bottom: 10rpx; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.featureText { |
|
|
|
@ -144,7 +147,7 @@ |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.featureTextTitle { |
|
|
|
|
font-size: 32rpx; |
|
|
|
|
font-size: 28rpx; |
|
|
|
|
font-family: PingFang SC-Medium, PingFang SC; |
|
|
|
|
font-weight: 500; |
|
|
|
|
color: #323635; |
|
|
|
@ -155,7 +158,7 @@ |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.featureTextDescription { |
|
|
|
|
font-size: 28rpx; |
|
|
|
|
font-size: 24rpx; |
|
|
|
|
font-family: PingFang SC-Medium, PingFang SC; |
|
|
|
|
font-weight: 500; |
|
|
|
|
color: #909795; |
|
|
|
@ -163,7 +166,7 @@ |
|
|
|
|
white-space: nowrap; |
|
|
|
|
text-overflow: ellipsis; |
|
|
|
|
-o-text-overflow: ellipsis; |
|
|
|
|
line-height: 2; |
|
|
|
|
line-height: 3; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.ranking { |
|
|
|
|