Skip to content

Instantly share code, notes, and snippets.

@nuysoft
Created August 22, 2013 10:22
Show Gist options
  • Save nuysoft/6305603 to your computer and use it in GitHub Desktop.
Save nuysoft/6305603 to your computer and use it in GitHub Desktop.
转义 CSS 中的点号
<style>
.a\.c\/b {
color: red;
}
</style>
<div class="a.c/b">
佛主对虾说:阿弥陀佛,煮红了,就不疼了。
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment