ホームページ >ウェブフロントエンド >htmlチュートリアル >緊急の背景:なし!重要 これはどういう意味ですか_html/css_WEB-ITnose
CSSを学習する過程で、
次のような使い方に出会いました。
背景:なし!重要
と
カーソル: ポインター !重要
専門家の皆様にお聞きしたいのですが、これはどういう意味ですか? ?
IE7 は、background:none; とcursor:pointer もサポートするはずです
そうあるべきだと思います、使ってください!重要な属性スタイル。Firefox、Opera、およびその他のブラウザではその優先順位が認識されますが、IE では認識されません。重要なスタイル、つまりこれら 2 行のコードは IE をフィルタリングするためのものです、個人的な意見です。
これ我们开公開团队默认的样式表 希望对你有帮助
/*
著者: cuikai msty@tom.com
*/
/* reset */
body,div,dl,dt,dd,ウル,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse; border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
ol,ul {list-style:none}
caption,th {text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%}
q:before,q:after{content:' '}
/* font */
.f12{font-size:12px! important}
.f14{font-size:14px! important}
.bold{font-weight:bold}
.normal{font-weight :normal}
.font_none{font-size:0px; line-height:0px}
/* color */
.red , .red a{color:#f00! important}
.gray, .gray a {color:#666! important}
.green , .green a {color:#76c56a! important}
.orange, .orange a {color:#fd864a! important}
/*レイアウト*/
.block{display:block}
.hidden{display:none}
.bg_none{背景:なし!重要}
.float_left{float:left}
.float_right{float:right}
.clear{clear:両方!重要}
.margin_10{margin:10px}
.margin_20{margin:20px}
. margin_top{margin-top:10px}
.margin_right{margin-right:10px}
.margin_bottom{margin-bottom:10px}
.margin_left{margin-left:10px}
.padding_10{padding:10px}
.padding_20{ padding:20px}
.padding_top{padding-top:10px}
.padding_right{padding-right:10px}
.padding_bottom{padding-bottom:10px}
.padding_left{padding-left:10px}
.nopadding{padding: 0!重要}
/*
著者: guoxiaoling
*/
/*
著者: shiwenliang
*/* { margin:0; パディング:0;}
html { text-align:center; 背景:#fff;}
本文 { 幅:960px; 位置:相対; マージン:0 自動; パディング:10px 0; テキスト整列:左; フォント:12px/1.6em Tahoma、Verdana、Lucida、Arial、Helvetica、宋体、サンセリフ; color:#666;}
h1, h2, h3, h4, h5, h6 { font-size:100%;}
address, caption, cite, code, dfn, em, strong, th, var,b,i {フォントスタイル:標準; font-weight:normal;}
table { border-collapse:collapse; 境界線の間隔:0; empty-cells:show;}
ol, ul { list-style:none outside;}
:focus { outline :0;}
fieldset, img { border:0;}
caption, th { text-align :left; }
q:before, q:after { content:'';}
a { text-decoration:none; }
a:hover { text-decoration:underline;}
input,select,textarea { font-size:12px; パディング:2px;}
.clearfix { overflow:hidden; zoom:1;}
私は学校CSSの進行中、
遇到了下面的この種の使用法。
想问一下各高位手、これは何ですか??呵呵~~小弟学习一下~~
qweqweqwe
学习了,呵呵
还是没看明白重要是指什么
!重要なのは优先级の意思、会优先使用idまたはクラス定義の種類