1 @charset "utf-8";
 2 /*=========================Reset_start==========================*/
 3 body,h1,h2,h3,h4,h5,h6,div,p,dl,dt,dd,ol,ul,li,form,table,th,td,a,img,span,strong,var,em,input,textarea,select,option
 4     {
 5         margin: 0; padding: 0;
 6         font-size: 12px;
 7     }
 8 html,body
 9     {
10         font-family:"微软雅黑","宋体",Arail,Tabhoma;
11         text-align: left;
12         width: 100%;
13         height: 100%;
14     }
15 ul,ol
16     {
17         list-style: none;
18     }
19 img
20     {
21         border: 0 none;/*浏览器兼容问题,边框问题*/
22     }
23 input,select,textarea
24     {
25         outline:0;/*去除外面的实线*/
26     }
27 textarea
28 {
29     resize:none;/*固定文本框*/
30     overflow: auto;/*自定义的出现滚动条*/
31 }
32 table
33     {
34         border-collapse: collapse; 
35         border-spacing: 0;
36     }
37 th,strong,var,em
38     {
39         font-weight: normal; 
40         font-style: normal;
41     }
42 a
43     {
44         text-decoration: none;
45     }
46 
47 /*==========================Reset_End===========================*/
reset.css

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-15
  • 2022-01-07
  • 2022-12-23
  • 2021-12-05
猜你喜欢
  • 2021-11-25
  • 2022-12-23
  • 2022-01-28
  • 2022-12-23
  • 2021-05-14
  • 2021-08-30
  • 2022-02-03
相关资源
相似解决方案