> 웹 프론트엔드 > CSS 튜토리얼 > 글로벌 CSS-global.css 소개

글로벌 CSS-global.css 소개

零下一度
풀어 주다: 2017-04-27 14:09:47
원래의
3631명이 탐색했습니다.

이 글에서는 글로벌 CSS-global.css를 소개합니다. 더 알고 싶은 친구들은 한 번 살펴보세요

@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 */
로그인 후 복사

위 내용은 글로벌 CSS-global.css 소개의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!

관련 라벨:
원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿