forked from zhouruizhe/gmTouringMiniApp
Initial commit: gmTouringMiniApp project
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/**app.wxss**/
|
||||
page {
|
||||
font-family: -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif;
|
||||
color: #333;
|
||||
background: #fff8ec;
|
||||
}
|
||||
|
||||
/* 通用按钮重置:去掉小程序 button 默认的边框和圆角 */
|
||||
button::after {
|
||||
border: none;
|
||||
}
|
||||
Reference in New Issue
Block a user