input{
position: absolute;
color: #fff;
opacity:0;// 這個(gè)是解決默認(rèn)藍(lán)色樣式的代碼
width:234px;
height:35px;
font-size:12px;
left: 70px;
border:none;
-webkit-user-select:initial; /*取消禁用選擇頁(yè)面元素*/
z-index:9;
padding:0;
borde:0;
}
如下:
clipboard.png