阜外心血管项目前端

serve.css 505B

123456789101112131415161718192021222324252627282930313233343536
  1. .mui-h5{
  2. font-size: 14px !important;
  3. }
  4. .mui-nav {
  5. position: fixed;
  6. width: 100%;
  7. top: 0px;
  8. height: 44px;
  9. line-height: 44px;
  10. text-align: center;
  11. /*background: #22c9a8;*/
  12. background: #FFFFFF;
  13. z-index: 333;
  14. color: #000000;
  15. /*color: #FFFFFF;*/
  16. font-size: 17px;
  17. display: none;
  18. }
  19. .mui-nav a {
  20. position: absolute;
  21. left: 15px;
  22. line-height: 44px;
  23. color: #000000;
  24. }
  25. .mui-nav span {
  26. position: absolute;
  27. right: 15px;
  28. line-height: 44px;
  29. font-size: 13px;
  30. }
  31. /*.cont-margin{
  32. margin-top: 54px;
  33. }*/