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.
72 lines
1.2 KiB
72 lines
1.2 KiB
.videoBox {
|
|
padding: 10px;
|
|
width: 50%;
|
|
box-sizing: border-box;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.video {
|
|
width: 100%;
|
|
background: #fff;
|
|
border-radius: 10rpx;
|
|
overflow: hidden;
|
|
|
|
.upper {
|
|
overflow: hidden;
|
|
position: relative;
|
|
height: 180rpx;
|
|
|
|
.content {
|
|
position: absolute;
|
|
color: #fff;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
line-height: 48rpx;
|
|
font-size: 24rpx;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
background: rgba(#000, .5);
|
|
text-align: center;
|
|
padding: 0;
|
|
}
|
|
|
|
.marker {
|
|
position: absolute;
|
|
background: rgba(#000, .5);
|
|
color: #fff;
|
|
padding: 0 10px;
|
|
border-radius: 0 0 0 10px;
|
|
top: 0;
|
|
right: 0;
|
|
}
|
|
|
|
Image {
|
|
width: 100%;
|
|
background: #eee;
|
|
}
|
|
}
|
|
|
|
|
|
.box {
|
|
box-sizing: border-box;
|
|
padding: 15rpx;
|
|
|
|
.title {
|
|
width: 100%;
|
|
font-size: 28rpx;
|
|
word-break: break-all;
|
|
overflow: hidden;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
}
|
|
|
|
.videoButton {
|
|
margin-top: 10rpx;
|
|
color: #909795;
|
|
font-size: 22rpx;
|
|
}
|
|
}
|
|
|