forked from wangziqi/gongxue-base
18 lines
226 B
CSS
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;
|
|
}
|