【发布时间】:2017-05-12 03:17:20
【问题描述】:
html, body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong,
sup, sub, tt, var, u, i, center, ul, ol, li, dl, dt, dd, tfoot, caption, form, fieldset,
legend, input, button, textarea, select, label, applet, object, iframe, audio, video,
canvas, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu,
nav, section, summary {
font-family: inherit; line-height: inherit;
vertical-align: baseline; border: 0; outline: 0; padding: 0; margin: 0;
}
我不希望这影响div.base 中的任何元素。
你有解决办法吗?
【问题讨论】:
-
“我相信 OP 希望他在问题中包含的声明适用于所有案例,但不适用于 div.base 的孩子 – Patrick Moore”
-
只需用
!important重写div.base的那些属性
标签: css