You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
462 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

/*
*这是单独为hello mui准备的个性化css可以覆盖标准mui的css定义
* 在实际项目开发时建议为App单独写一个css文件从而实现项目的自定义皮肤功能
*
* */
.mui-plus header.mui-bar{
display: none;
}
.mui-plus .mui-bar-nav~.mui-content{
padding: 0;
}
/*hm开头的表示仅为 Hello MUI示例定义*/
.hm-description{
margin: .5em 0;
}
.hm-description>li {
font-size: 14px;
color: #8f8f94;
}