場景:業務需要在點擊拍攝的時候提示一個用戶須知頁面,5秒后可以點擊下一步,這屬于一個js計時器的功能,這里用jQuery實作一下
效果圖:

html
<div style="text-align: center;">
<input type="button" value="https://blog.csdn.net/weixin_41937552/article/details/下一步" id="nextBtn" onclick="btnfunction()" disabled>
<!-- <button id="nextBtn">下一步</button> -->
</div>
css
#nextBtn{
font-size: 0.85rem;
color: white;
background-color: orangered;
height: 2.125rem;
width: 6.25rem;
border-radius: 0.9125rem;
border: none;
}
js
CSDN認證博客專家
HTTPS
Node.js
JavaScript
轉載請註明出處,本文鏈接:https://www.uj5u.com/qianduan/256396.html
標籤:其他
下一篇:高效使用CSDN的新方式
