input類型web
input{ outline:none; border-width:0; }
盒子模型chrome
div{ box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */ }
默認邊距瀏覽器
*{ padding:0; margin:0; }
ul,ol,aapp
ul,ol{ list-style: none; } a{ text-decoration:none; }
table樣式spa
table { border-collapse: collapse; border-spacing: 0; }
默認button樣式及圓角:scala
input{ -webkit-appearance:none; border-radius: 0; }
點擊以後樣式code
a,button,input,textarea{ -webkit-tap-highlight-color: rgba(0,0,0,0;) }
input輸入框高光orm
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only; }
meta設置ci
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1, user-scalable=no, width=device-width"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-title" content=""> <meta name="apple-mobile-web-app-status-bar-style" content="" /> <meta name="format-detection"content="telphone=no"/> <base target="_blank">