如果商品詳情中使用了H1等標(biāo)簽后,在PC里,H1文字并沒有加粗變大,在reset.css中設(shè)置了樣式
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
請(qǐng)問這種怎么處理呢?現(xiàn)在H1等標(biāo)簽沒有樣式了,如果這兩行刪除,可能要影響其他樣式,能不能把詳情里的樣式不受reset.css影響。