html
<div class="giveLikeOne">
<img src="./img/takePictures02.png" alt="">
<span>6</span>
</div>
js
('.bottom').show();
// alert(('.bottom').children('input[type=text]'));
e.preventDefault();//阻止A标签跟随url
// ('.bottom').children('input[type=text]').focus();
})
css
.bottom {
position: fixed;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 50px;
background-color: #FFFFFF;
text-align: center;
}
.bottom input {
text-indent: 0.1rem;
margin-top: 0.08rem;
width: 86%;
height: 65%;
background: #EEEEEE;
}
.bottom button {
color: red;
}
效果图
点击前
image.png
点击后
image.png