我在上傳按鈕里面放了一張圖片,但是邊緣有一個小細節。如何防止它出現?

<input type="file" name="imgfile" id="imgupload" class="small ui left labeled left floated camera" data-toggle="tooltip" data-placement="bottom" title="Add Picture" />
#imgupload {
background: url('../img/camera.png') no-repeat scroll 0 0 transparent;
cursor: pointer;
height: 30px;
width: 30px;
font-size: 0px;
border-radius: 50%;
border: 0px;
background-size: 27px 27px;
}
uj5u.com熱心網友回復:
那是顯示的默認檔案圖示。要洗掉它,請將其添加到您的 CSS 中:
#imgupload::file-selector-button {
display: none;
}
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/405857.html
標籤:
上一篇:使用多個HTML按鈕來傳遞Flask中的ifelse功能
下一篇:HTML按鈕和事件監聽器
