You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
133 lines
2.2 KiB
133 lines
2.2 KiB
.tipsLogin {
|
|
padding: 20px;
|
|
color: #fff;
|
|
align-items: center;
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
background: rgba(#000, .6);
|
|
font-size: 28rpx;
|
|
font-family: PingFang SC-Medium, PingFang SC;
|
|
font-weight: 500;
|
|
}
|
|
|
|
|
|
.content {
|
|
position: relative;
|
|
padding: 0 20px;
|
|
min-height: 90vh;
|
|
box-sizing: border-box;
|
|
width: 750rpx;
|
|
overflow: hidden;
|
|
|
|
&:after {
|
|
position: absolute;
|
|
top: 0;
|
|
left: -10%;
|
|
width: 120%;
|
|
height: 400rpx;
|
|
content: '';
|
|
display: block;
|
|
background: linear-gradient(to bottom, #92ecc5, #f1f8f6) no-repeat;
|
|
z-index: -1;
|
|
}
|
|
}
|
|
|
|
.search {
|
|
width: 710rpx;
|
|
background: #fff;
|
|
border-radius: 100px;
|
|
font-size: 28rpx;
|
|
display: flex;
|
|
padding-left: 20rpx;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
margin: 20rpx;
|
|
height: 76rpx;
|
|
}
|
|
|
|
.adware {
|
|
border-radius: 16rpx;
|
|
overflow: hidden;
|
|
background: #eee;
|
|
margin-bottom: 40rpx;
|
|
}
|
|
|
|
.videoListBox {
|
|
border-radius: 20px;
|
|
}
|
|
|
|
.featureList {
|
|
font-size: 28rpx;
|
|
font-family: PingFang SC-Medium, PingFang SC;
|
|
font-weight: 500;
|
|
color: #323635;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
|
|
.courseTag {
|
|
width: 200px;
|
|
margin: auto;
|
|
display: block;
|
|
}
|
|
|
|
.feature {
|
|
color: #323635;
|
|
background: #fff;
|
|
padding: 30rpx 0 30rpx 30rpx;
|
|
margin-bottom: 40rpx;
|
|
border-radius: 30rpx;
|
|
}
|
|
|
|
.featureTitle {
|
|
height: 42rpx;
|
|
padding-bottom: 30rpx;
|
|
}
|
|
|
|
.featureText {
|
|
width: calc(100% - 140px - 50px);
|
|
}
|
|
|
|
.featureTextTitle {
|
|
font-size: 30rpx;
|
|
font-family: PingFang SC-Medium, PingFang SC;
|
|
font-weight: 500;
|
|
color: #323635;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
-o-text-overflow: ellipsis;
|
|
line-height: 2;
|
|
}
|
|
|
|
.featureTextDescription {
|
|
font-size: 24rpx;
|
|
font-family: PingFang SC-Medium, PingFang SC;
|
|
font-weight: 500;
|
|
color: #909795;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
-o-text-overflow: ellipsis;
|
|
}
|
|
|
|
.ranking {
|
|
position: absolute;
|
|
left: 24rpx;
|
|
width: 40px;
|
|
height: 40px;
|
|
}
|
|
|
|
.featureImage {
|
|
width: 140px;
|
|
height: 100px;
|
|
background: #eee;
|
|
border-radius: 12rpx;
|
|
overflow: hidden;
|
|
margin-right: 20rpx;
|
|
}
|
|
|