隧芒官网
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

65 lines
916 B

  1. @charset "utf-8";
  2. body,video,p,h1,h2,h3,h4,h5,h6,dl,ol,li,ul,dd,input,textarea,button{
  3. padding: 0;
  4. margin: 0;
  5. }
  6. img{
  7. vertical-align: top;
  8. border:0;
  9. }
  10. a{
  11. color: inherit;
  12. text-decoration: none;
  13. }
  14. li{
  15. list-style: none;
  16. }
  17. body{
  18. font-family: "微软雅黑","宋体",Arial;
  19. font-size: 12px;
  20. color: #666;
  21. }
  22. input{
  23. color: inherit;
  24. font-size: inherit;
  25. font-family: inherit;
  26. }
  27. textarea{
  28. resize:none;
  29. }
  30. input:focus,button:focus,textarea:focus,select:focus{
  31. outline: none;
  32. }
  33. /*input,button,textarea,select{
  34. outline: none;
  35. }*/
  36. input[type="button"],input[type="reset"],input[type="submit"]{
  37. cursor: pointer;
  38. }
  39. a:hover{
  40. color: #53cac3 !important;
  41. }
  42. .sl{
  43. white-space: nowrap;
  44. overflow: hidden;
  45. text-overflow:ellipsis;
  46. }
  47. .w{
  48. width: 1170px;
  49. margin-left: auto;
  50. margin-right: auto;
  51. }
  52. .cl:after{
  53. content: "";
  54. display: block;
  55. clear: both;
  56. height:0;
  57. overflow: hidden;
  58. visibility: hidden;
  59. }
  60. .cl{
  61. zoom: 1;
  62. }