Heim > Web-Frontend > CSS-Tutorial > Hauptteil

Einführung eines globalen CSS-global.css

零下一度
Freigeben: 2017-04-27 14:09:47
Original
3617 Leute haben es durchsucht

Dieser Artikel stellt Ihnen ein globales css-global.css vor. Freunde, die mehr wissen möchten, können einen Blick darauf werfen

@charset "utf-8";

/* =Reset default browser CSS. Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, p, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0;}
:focus { outline:0;}
ol, ul { list-style:none;}
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal;}
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse:separate; border-spacing:0;}
caption, th, td { font-weight:normal; text-align:left;}
blockquote:before, blockquote:after,
q:before, q:after { content:'';}
blockquote, q { quotes:'' '';}
a img { border:0;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display:block;}

/* =Structure
----------------------------------------------- */
body { font:12px/1.5 'Microsoft yahei', Tahoma, Geneva, sans-serif; color:#666; background:#d5d8dd;}
a { text-decoration:none; color:#4a5566;}
a:hover { text-decoration:underline; color:#3061b0;}
.area { width:960px; margin:auto;}
.pt { padding-top:20px; !important;}
.mb { margin-bottom:20px !important;}
.clearfix:after { content:'.'; display:block; height:0; clear:both; visibility:hidden; font-size:0;}
.clearfix { min-height:1%;}
.red { color:#c33;}
.tright { text-align:right;}
.dis { display:none !important;}

/* = Layout
----------------------------------------------- */
/* header */


/* body */


/* footer */
Nach dem Login kopieren

Das obige ist der detaillierte Inhalt vonEinführung eines globalen CSS-global.css. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!

Verwandte Etiketten:
Quelle:php.cn
Erklärung dieser Website
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage