common.css 248 B

1234567891011121314151617181920
  1. body{
  2. font-size: 1em;
  3. font-family: "Microsoft YaHei";
  4. color: #535353;
  5. box-sizing: border-box;
  6. }
  7. *{
  8. margin: 0;
  9. padding: 0;
  10. }
  11. a{
  12. text-decoration: none;
  13. color:#374782;
  14. }
  15. input{
  16. outline: none;
  17. }