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.
22 lines
276 B
22 lines
276 B
.container {
|
|
padding: 20rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.video-player {
|
|
width: 100%;
|
|
height: 450rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.controls {
|
|
display: flex;
|
|
gap: 20rpx;
|
|
}
|
|
|
|
button {
|
|
font-size: 32rpx;
|
|
padding: 20rpx 40rpx;
|
|
}
|