天天看點

移動端input常用樣式

input{
			text-indent: 0;
		    background: transparent;
		    border: 0 none;
		    resize:none; 
		    outline:none;  /*清除選中效果的預設藍色邊框 */
		    -webkit-appearance:none;  /*清除浏覽器預設的樣式 */
		    line-height: normal;   //光标問題 
		}
		input::-webkit-input-placeholder { /* WebKit browsers */
			line-height: 0.44rem;   //placeholder
		}
		input:focus {
			color: #8b8791;
		}



	


           

繼續閱讀