商丘12345 前端

index.css 277B

123456789101112131415161718192021222324
  1. html,
  2. body {
  3. background-color: #efeff4;
  4. }
  5. .mui-bar-nav {
  6. background-color: #323137 !important;
  7. padding-right: 15px;
  8. }
  9. /*#title {
  10. color: #fff;
  11. line-height: 50px;
  12. }*/
  13. #menu {
  14. color: #fff;
  15. font-size: 30px;
  16. }
  17. .mui-bar .mui-icon {
  18. font-size: 20px !important;
  19. }