js倒計(jì)時(shí)器可自定義時(shí)間和暫停,效果如下,點(diǎn)擊start 開始計(jì)時(shí),end結(jié)束計(jì)時(shí)
博樂網(wǎng)站建設(shè)公司成都創(chuàng)新互聯(lián)公司,博樂網(wǎng)站設(shè)計(jì)制作,有大型網(wǎng)站制作公司豐富經(jīng)驗(yàn)。已為博樂千余家提供企業(yè)網(wǎng)站建設(shè)服務(wù)。企業(yè)網(wǎng)站搭建\外貿(mào)網(wǎng)站制作要多少錢,請(qǐng)找那個(gè)售后服務(wù)好的博樂做網(wǎng)站的公司定做!
分別復(fù)制 H5 css js 代碼即可實(shí)現(xiàn),具體的算法在js控制函數(shù)中(都寫了注釋)
css
html,body{ width:100%;height:100%; } .content{ height:100%;width:100%; } .row-center{ display:flex;flex-direction:row;justify-content:center; align-items:center; } .tc-input-style{ outline:none;border:none;width:20%;height:80%;border-radius:10px; } .tc-span-style{ width:30%;height:100%;font-weight:bold; } .tc-font-style{ font-size:15px;font-weight:bold; } .tc-div-style1{ height:33%;width:100% } .tc-div-style0{ height:30%;width:100% } .tc-div-style2{ height:10%;width:100%; } .tc-div-style3{ height:100%;width:30% } .column-center{ display:flex;flex-direction:column;justify-content:center; align-items:center; } .column-start-center{ display:flex;flex-direction:column;justify-content:flex-start; align-items:center; } #timecount{ height:50%;width:20%; } .button-style-0{ border-radius:10px; } .row-space-around{ display:flex;flex-direction:row;justify-content:space-around; align-items:center; }
h6
小時(shí):分鐘:秒:
記得引入jq
JS
以上就是本文的全部?jī)?nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持創(chuàng)新互聯(lián)。