common.css 489 B

1234567891011121314151617181920212223242526272829303132333435
  1. @charset "utf-8";
  2. /* CSS Document */
  3. body, div, span, i, em, h2, h3, h4, h5, h6, h1, b, big,p, small, ul, li, a, img {
  4. margin: 0;
  5. padding: 0;
  6. border:none;
  7. font-weight:400;
  8. }
  9. input,button,textarea{
  10. outline: none;
  11. }
  12. li{
  13. list-style:none;
  14. }
  15. a{
  16. text-decoration:none;
  17. }
  18. .clear{
  19. clear: both;
  20. }
  21. .clear-fix:after{
  22. content:' ';
  23. width:0;
  24. height:0;
  25. clear:both;
  26. display:block;
  27. }
  28. em,i{
  29. font-style:normal;
  30. }
  31. .fa-angle-right,.fa-angle-down{
  32. font-size: 1.5rem !important;
  33. }