css 適配ios Android中的input

input{
  -webkit-tap-highlight-color:transparent;/**ios下面input選中會出現短暫的陰影**/
  outline: none;/**清楚input在Android機上面點擊會出現的高亮**/
  border: none;
  -webkit-appearance: none; 
  background-color: none;border-radius: 0;
}
text-transform: lowercase;//將文字轉換成大寫(uppercase) 小寫(lowercase) 以大寫字母開頭(capitalize)

    

pre{/*數字、漢字的換行 white-space: pre-wrap;只能讓漢字換行 數字不行*/ 換行
    white-space: pre-wrap;
    word-break: break-all;
}
相關文章
相關標籤/搜索