forked from wangziqi/gongxue-base
feat: scaffold taro h5 frontends
This commit is contained in:
17
apps/taro/src/app.css
Normal file
17
apps/taro/src/app.css
Normal file
@@ -0,0 +1,17 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user