|
|
@@ -1,13 +1,47 @@
|
|
|
/**
|
|
|
-*全局样式,以 App- 前缀命名
|
|
|
+*全局公共样式
|
|
|
*/
|
|
|
* {
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
}
|
|
|
-body,html{
|
|
|
- overflow: hidden;
|
|
|
+
|
|
|
+page,
|
|
|
+view,
|
|
|
+scroll-view,
|
|
|
+swiper,
|
|
|
+movable-area,
|
|
|
+cover-view,
|
|
|
+text,
|
|
|
+icon,
|
|
|
+rich-text,
|
|
|
+progress,
|
|
|
+button,
|
|
|
+checkbox-group,
|
|
|
+checkbox,
|
|
|
+form,
|
|
|
+input,
|
|
|
+label,
|
|
|
+picker,
|
|
|
+picker-view,
|
|
|
+radio-group,
|
|
|
+slider,
|
|
|
+switch,
|
|
|
+textarea,
|
|
|
+navigator,
|
|
|
+audio,
|
|
|
+image,
|
|
|
+video,
|
|
|
+live-player,
|
|
|
+live-pusher,
|
|
|
+open-data,
|
|
|
+web-view {
|
|
|
+ // font-family: 'Microsoft Yahei';
|
|
|
+ -webkit-box-sizing: border-box;
|
|
|
+ -moz-box-sizing: border-box;
|
|
|
+ box-sizing: border-box;
|
|
|
}
|
|
|
+
|
|
|
page,
|
|
|
body {
|
|
|
font-family: "microsoft yahei";
|