/*
 *这是单独为hello mui准备的个性化css，可以覆盖标准mui的css定义；
 * 在实际项目开发时，建议为App单独写一个css文件，从而实现项目的自定义皮肤功能；
 * 
 * */
div, p, span, li, ul, input, button, img, select, option,h1,h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}
ul{
	list-style-type:none;
}
em {
	font-style: normal;
}
.mui-btn.mui-active:enabled,
.mui-btn:enabled:active,
button.mui-active:enabled,
button:enabled:active,
input[type=button].mui-active:enabled,
input[type=button]:enabled:active,
input[type=reset].mui-active:enabled,
input[type=reset]:enabled:active,
input[type=submit].mui-active:enabled,
input[type=submit]:enabled:active{
	background-color: #fff;
}
body {
	background:rgba(238,238,238,1);
}
.mui-content {
	background-color: initial;
}
.mui-plus.mui-android header.mui-bar{
	display: none;
}
.mui-plus.mui-android .mui-bar-nav~.mui-content{
	padding: 0;
}