摘要: //当屏幕宽度小于480px的时候,引入demo.css//当屏幕大于685px的时候,启用的css样式,(内联写法)@media screen and (min-width : 685px){ .header-top,.search-left,.search-right,.header-n... 阅读全文
posted @ 2015-09-13 17:54 向着太阳生 阅读(889) 评论(0) 推荐(0) 编辑
摘要: a,input,button{outline: none; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); -webkit-focus-ring-color: rgba(0, 0, 0, 0);}或a,button,input{outline... 阅读全文
posted @ 2015-09-13 04:17 向着太阳生 阅读(1855) 评论(0) 推荐(0) 编辑