leuisken.github.io/_posts/2015-04-05-CSS-selector.html
2015-08-01 21:12:25 +08:00

9 lines
912 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: CSS的点击事件
labels: [前端]
description: 很久以前做过一个国外的项目对浏览器要求到了IE10非常开心。于是就有了对CSS高级选择器的大胆尝试。
---
<p>很久以前做过一个国外的项目对浏览器要求到了IE10非常开心。于是就有了对CSS高级选择器的大胆尝试。</p>
<p>其中就有一个让我现在都觉得很棒的例子修改input type="checkbox"的默认样式少说废话上demo。<a href="/demo/2015-04-05/checkBox.html">checkBox修改默认样式</a>直接查看原代码应该就ok。</p>
<p>这个灵感来源于我老大之前的一个demo我自己实现了一下就是这个样子。<a href="/demo/2015-04-05/tabMenu.html">通过CSS实现的tab</a></p>
<p>总之感觉CSS通过checkBox就相当于获得了点击事件之后沿着这个思路就可以搞定很多纯CSS效果。</p>