CSS Reset
1 /** 2 * Created by linjie on 2015/9/1. 3 */ 4 5 body,h1,h2,h3,h4,h5,h6,p,dl,dd,ul,ol,form,button,select,input,textarea,th,td{ margin: 0; padding: 0;} 6 body,button,input,select,textarea{ font: 12px/1 Arial, "Microsoft Yahei", "宋体", sans-serif; } 7 :focus{ outline: none;} 8 em,i,strong{ font-style: normal; font-weight: normal;} 9 h1,h2,h3,h4,h5,h6{ font-size: 100%; font-weight: normal;} 10 ul,ol{ list-style: none;} 11 a{ text-decoration: none; cursor: pointer;} 12 a:hover{ text-decoration: none;} 13 img{ border: none; vertical-align: top;} 14 button,input,select,textarea{ font-size: 100%;} 15 textarea{ overflow: auto; resize: none;} 16 table{ border-collapse: collapse; border-spacing: 0;}