118 lines
1.9 KiB
Plaintext
118 lines
1.9 KiB
Plaintext
page {
|
|
background-color: #f7f7f7;
|
|
}
|
|
|
|
/* 列表 */
|
|
.videoList {
|
|
overflow: hidden;
|
|
margin: 20rpx;
|
|
}
|
|
|
|
.videoList-label {
|
|
width: 100%;
|
|
background-color: #fff;
|
|
overflow: hidden;
|
|
margin-bottom: 20rpx;
|
|
box-shadow: 0 0 10rpx rgba(0, 0, 0, .05);
|
|
}
|
|
|
|
.videoList-img {
|
|
position: relative;
|
|
width: 100%;
|
|
padding-top: 80%;
|
|
}
|
|
|
|
.videoList-img .videoList-cover {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.videoList-tips {
|
|
position: absolute;
|
|
top: 20rpx;
|
|
left: 20rpx;
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.videoList-tips-img {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
background: #f2a861;
|
|
width: 58rpx;
|
|
height: 58rpx;
|
|
padding: 14rpx;
|
|
box-sizing: border-box;
|
|
border-radius: 8rpx;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.videoList-tips-text {
|
|
position: absolute;
|
|
left: 56rpx;
|
|
top: 5rpx;
|
|
height: 48rpx;
|
|
line-height: 48rpx;
|
|
background-image: linear-gradient(to right, #f5813d, #e9c140);
|
|
width: 110rpx;
|
|
color: #fff;
|
|
border-radius: 0 8rpx 8rpx 0;
|
|
opacity: .8;
|
|
text-align: center;
|
|
}
|
|
|
|
.videoList-tips-end .videoList-tips-img {
|
|
background: #606564;
|
|
}
|
|
|
|
.videoList-tips-end .videoList-tips-text {
|
|
background-image: linear-gradient(to right, #25292d, #847f7c);
|
|
}
|
|
|
|
.videoList-tips image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.videoList-cont {
|
|
padding: 20rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.videoList-title {
|
|
font-size: 34rpx;
|
|
}
|
|
|
|
.videoList-user {
|
|
display: flex;
|
|
line-height: 50rpx;
|
|
font-size: 28rpx;
|
|
margin-top: 20rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.videoList-head {
|
|
flex: 1;
|
|
width: 150rpx;
|
|
display: flex;
|
|
}
|
|
|
|
.videoList-head text {
|
|
display: inline-block;
|
|
width: calc(100% - 50rpx);
|
|
}
|
|
|
|
.videoList-time {
|
|
width: calc(100% - 150rpx);
|
|
display: flex;
|
|
}
|
|
|
|
.videoList-head image,
|
|
.videoList-time image {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
margin-right: 10rpx;
|
|
} |