30 lines
502 B
Plaintext
30 lines
502 B
Plaintext
/* subpages/liverecord/liverecord.wxss */
|
|
.video-box {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: flex-start;
|
|
width: 95%;
|
|
padding: 20rpx 0rpx;
|
|
}
|
|
|
|
.video-box video {
|
|
width: 100%;
|
|
height: 400rpx;
|
|
border-radius: 10rpx;
|
|
|
|
}
|
|
|
|
.txt {
|
|
color: #242424;
|
|
font-size: 28rpx;
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
.page {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
margin-top: 20rpx;
|
|
} |