sso

zzsc-demo.css 730B

1234567891011121314151617181920212223242526272829303132
  1. body, html { font-size: 100%; padding: 0; margin: 0;}
  2. /* Reset */
  3. *,
  4. *:after,
  5. *:before {
  6. -webkit-box-sizing: border-box;
  7. -moz-box-sizing: border-box;
  8. box-sizing: border-box;
  9. }
  10. /* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
  11. .clearfix:before,
  12. .clearfix:after {
  13. content: " ";
  14. display: table;
  15. }
  16. .clearfix:after {
  17. clear: both;
  18. }
  19. body{
  20. /* background: #494A5F; */
  21. color: #D5D6E2;
  22. font-weight: 500;
  23. font-size: 1.05em;
  24. font-family: "Microsoft YaHei","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif;
  25. }
  26. a{
  27. outline: none;text-decoration: none;-webkit-transition: 0.2s;transition: 0.2s;}
  28. a:hover,a:focus{color:#74777b;text-decoration: none;}