.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; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); } .header { width: 100%; overflow: hidden; margin-bottom: 20rpx; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); //&:after { // min-height: 100vh; // position: absolute; // top: 0; // left: 0; // width: 100%; // content: ''; // display: block; // background: linear-gradient(to right, #DBF3F5, #B9ECD7, #C1EEDA) no-repeat; // min-height: 100vh; // background-size: 100% 600rpx; // z-index: -1; //} } .headerDivider { z-index: 99; position: absolute; left: 0; right: 0; bottom: 0; height: 0; transform: scaleY(0.5); transform-origin: bottom center; } .content { padding: 0 30rpx; box-sizing: border-box; &:after { position: absolute; top: 0; left: 0; width: 100%; height: 400rpx; content: ''; display: block; background: linear-gradient(to right, #DBF3F5, #B9ECD7, #C1EEDA) no-repeat; z-index: -1; filter: blur(50px); } } .search { background: #fff; border-radius: 100px; font-size: 28rpx; display: flex; align-items: center; box-sizing: border-box; justify-content: center; height: 68rpx; margin-bottom: 40rpx; font-size: 28rpx; font-family: PingFang SC-Medium, PingFang SC; color: #909795; line-height: 1; view { margin-left: 8rpx; } } .adware { width: 100%; border-radius: 16rpx; overflow: hidden; margin-bottom: 40rpx; } .videoListBox { border-radius: 20px; } .featureList { font-size: 28rpx; font-family: PingFang SC-Bold, PingFang SC; font-weight: bold; color: #323635; margin-top: 18rpx; } .courseTag { width: 162px; height: 46rpx; margin: 0 auto 10rpx; display: block; } .feature { color: #323635; background: #fff; padding: 20rpx 0 25rpx 25rpx; margin-bottom: 40rpx; border-radius: 20rpx; position: relative; overflow: hidden; &:after { content: ''; display: block; position: absolute; right: -1px; top: 0; bottom: 0; width: 40rpx; background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%); } } .featureTitle { max-width: 212px; height: 50rpx; padding-bottom: 10rpx; } .featureText { width: calc(100% - 140px - 50px); } .featureTextTitle { font-size: 28rpx; font-family: PingFang SC-Medium, PingFang SC; font-weight: 500; color: #323635; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; } .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; line-height: 3; } .ranking { top: 0; position: absolute; left: 24rpx; width: 30px; height: 30px; } .featureImage { width: 140px; height: 100px; background: #eee; border-radius: 12rpx; overflow: hidden; margin-right: 20rpx; vertical-align: middle; }