Moving end style reset (CSS RESET)

/**********
 * reset
 *********/
* {box-sizing: border-box; -webkit-tap-highlight-color: rgba(0,0,0,0);}
body,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea,
p, blockquote, th, td, hr, button,
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
}
/ * Default Do not underline * / 
A { text-Decoration : none ;}
 / * button text is not selectable * / 
the Button { the User-the SELECT : none ;} 
img { Vertical Number of-align = left : Middle ;}
 / * load is not out of the picture do not display gray border * / 
IMG: Not ([the src]), IMG [the src = ""] { Opacity : 0 ;} 
UL, OL { List-style : none ;} 
Table { border-Collapse : Collapse ; border-spacing: 0;}
input, select, button, textarea {font-size: 100%; font: inherit;}
html, body {height: 100%; overflow-x: hidden;}

 

Guess you like

Origin www.cnblogs.com/jiahuasir/p/11690216.html