Files
xhs-examples/xhs-mini-demos/common/component/example/index.css
2025-09-14 00:21:54 +08:00

15 lines
174 B
CSS

.container {
margin-bottom: 20px;
}
.container view{
text-align: center;
}
._ui-space > * {
margin-bottom: 20px;
}
._ui-space > *:last-child {
margin-bottom: 0;
}