【发布时间】:2022-01-03 13:11:30
【问题描述】:
我在上传按钮里面放了一张图片,但是边缘有一个小细节。如何防止它出现?
<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;
}
【问题讨论】: