Files
xhs-examples/xhs-mini-demos/api-case/video/video.css
2025-09-14 00:21:54 +08:00

12 lines
226 B
CSS

.page-body-info {
display: flex;
margin-top: 20px;
padding: 0;
height: 330px;
border-top: 1px solid var(--weui-FG-3);
border-bottom: 1px solid var(--weui-FG-3);
align-items: center;
justify-content: center;
}