Files
market_page/miniprogram/src/pages/cart/cart.scss
jeremygan2021 2d090cd0f4 mi
2026-02-11 01:31:21 +08:00

9 lines
188 B
SCSS

.page-container {
min-height: 100vh;
background-color: #f7f8fa;
display: flex;
justify-content: center;
align-items: center;
}
.empty { color: #999; font-size: 16px; }