@@ -1,17 +1,4 @@
-/* 禁止文本内容被鼠标选中变蓝 */
-* {
- -o-user-select: none;
- -moz-user-select: none;
- /*火狐 firefox*/
- -webkit-user-select: none;
- /*webkit浏览器*/
- -ms-user-select: none;
- /*IE10+*/
- -khtml-user-select: none;
- /*早期的浏览器*/
- user-select: none;
-}
p,img,h1,h2,h3,h4,h5,ul,li,ol,li,dl,dt,dd,body{
margin: 0;
padding: 0;