如何清除HTML样式

如何清除HTML样式,第1张

body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input{

margin: 0

padding: 0

}aaa

body{font-size:12px}

img{border:none}

li{list-style:none}

input,select,textarea{outline:none}

a{text-decoration:none}

/* 清除浮动 */

.clearfix:after{content:""display:blockclear:both}

.clearfix{zoom:1}

你给span加个class不就行了吗?比如说

<span class="edit"></span>

css里写

.edit{.....}

标签选择器的优先级没有class高嘀!


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/7191591.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-02
下一篇 2023-04-02

发表评论

登录后才能评论

评论列表(0条)

保存