信达小程序
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.
 
 
 

46 lines
894 B

.video {
height: 388rpx;
position: relative;
overflow: hidden;
.video-context {
width: 100%;
height: 100%;
}
.play {
position: absolute;
left: 50%;
top: 50%;
z-index: 10;
transform: translate(-50%, -50%);
width: 96rpx;
height: 96rpx;
}
.status-bar {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 0 48rpx;
box-sizing: border-box;
height: 78rpx;
display: flex;
align-items: center;
flex-direction: row-reverse;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, #000000 100%);
>view,>image{
margin-right: 32rpx;
};
transition: all 0.8s;
.time {
font-size: 24rpx;
color: #ffffff;
}
.start {
font-size: 24rpx;
color: #ffffff;
}
}
.hide {
transform: translateY(100%);
}
}