default.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. @font-face {
  2. font-family: 'icomoon';
  3. src:url('/Admin/Login/fonts/icomoon.eot?rretjt');
  4. src:url('/Admin/Login/fonts/icomoon.eot?#iefixrretjt') format('embedded-opentype'),
  5. url('/Admin/Login/fonts/icomoon.woff?rretjt') format('woff'),
  6. url('/Admin/Login/fonts/icomoon.ttf?rretjt') format('truetype'),
  7. url('/Admin/Login/fonts/icomoon.svg?rretjt#icomoon') format('svg');
  8. font-weight: normal;
  9. font-style: normal;
  10. }
  11. [class^="icon-"], [class*=" icon-"] {
  12. font-family: 'icomoon';
  13. speak: none;
  14. font-style: normal;
  15. font-weight: normal;
  16. font-variant: normal;
  17. text-transform: none;
  18. line-height: 1;
  19. /* Better Font Rendering =========== */
  20. -webkit-font-smoothing: antialiased;
  21. -moz-osx-font-smoothing: grayscale;
  22. }
  23. body, html {padding: 0; margin: 0;}
  24. /* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
  25. .clearfix:before,
  26. .clearfix:after {
  27. content: " ";
  28. display: table;
  29. }
  30. .clearfix:after {
  31. clear: both;
  32. }
  33. body{
  34. font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
  35. }
  36. a{color: #2fa0ec;text-decoration: none;outline: none;}
  37. a:hover,a:focus{color:#74777b;}