NGToolsCSharp/NGTools/obj/Release/Package/PackageTmp/Scripts/MUI/css/app.css
2024-09-13 16:44:30 +08:00

22 lines
457 B
CSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
*这是单独为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;
}