摘要:
1、css样式(选择器)的优先级 1)计算权重确定 2)!important优先级最高,能覆盖它就再写个!important 3) 内联样式优先级也比较高 4)后写的优先级高 <style> .hahha { color: green !important; } </style> <body> < 阅读全文
posted @ 2019-02-02 17:42
wzndkj
阅读(193)
评论(0)
推荐(0)
摘要:
checkbox选择按钮要用我们自己的样式,看到这个的时候,很可能会以为需要checkbox才能实现,用css可能很难。其实狠简单。 <style> .checkbox input{ display: none; } .checkbox input + label { background: url 阅读全文
posted @ 2019-02-02 17:11
wzndkj
阅读(260)
评论(0)
推荐(0)
摘要:
字重(粗体) font-weight 斜体 font-style:itatic itatic跟意大利很像,最早是来自于意大利 下划线 text-decoration 用的比较多的是text-decoration:none 指针 cursor 用的比较多的是cursor:none font-weigh 阅读全文
posted @ 2019-02-02 14:51
wzndkj
阅读(226)
评论(0)
推荐(0)

浙公网安备 33010602011771号