TimePlus
TimePlus copied to clipboard
移动端细节优化
在点击button 标签按钮出现蓝色背景
解决办法
body {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}