摘要:
去掉点击后的阴影 -webkit-tap-highlight-color:rgba(0,0,0,0) ; 将a标签做成一个按钮 a { display: block; height: 34px; width: 107px; line-height: 2; text-align: center; ba 阅读全文
摘要:
☆☆☆☆☆ input:disabled { -webkit-text-fill-color: rgba(0, 0, 0, 1); -webkit-opacity: 1; } 去掉button/select的默认按钮样式 appearance:none; -moz-appearance:none; 阅读全文