Files
gongxue-base/apps/taro/src/app.css
2026-06-29 11:40:32 +08:00

18 lines
226 B
CSS

page {
min-height: 100%;
background: #f6f8fb;
color: #172033;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
view,
text,
input,
button {
box-sizing: border-box;
}
button {
margin: 0;
}