abbr[title] {
border-bottom: 1px dotted
}
b,strong {
font-weight: bold
}
dfn {
font-style: italic
}
hr {
height: 0;
-moz-box-sizing: content-box;
box-sizing: content-box
}
mark {
color: #000;
background: #ff0
}
……(css文件一共六千多行)
每一个样式前都要再加个.mulSel,怎么用正则实现啊 |
|