1
0

app.css 457 B

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