PingAnYeXianSZCG_Web 前端代码

app.css 696B

12345678910111213141516171819202122232425262728
  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. }
  20. .mui-segmented-control.mui-segmented-control-inverted~.mui-slider-progress-bar{
  21. background-color:#57cebf!important;
  22. }
  23. .mui-segmented-control.mui-segmented-control-inverted~.mui-slider-progress-bar{
  24. background-color: #57cebf!important;
  25. }