Sale

A collection page of Naturehike

sale
Products
5
Active ads
0
Depth
Published
2022/04/29

About

Free shipping to US on all orders. DISCOUNT AUTOMATICALLY APPLIES AT CHECKOUT $(document).ready(function(){ // 获取.promo_bar_time 的 data-starttime 属性值 var startTime = $('.best-deal-time').data('starttime'); // console.log(startTime) // 以startTime为结束时间,实现倒计时 var endTime = new Date(startTime); var nowTime = new Date(); var time = endTime.getTime() - nowTime.getTime(); if(time > 0){ // 倒计时 var timer = setInterval(function(){ time -= 1000; var day = Math.floor(time / (1000 * 60 * 60 * 24)); var hour = Math.floor(time / (1000 * 60 * 60)) % 24; var minute = Math.floor(time / (1000 * 60)) % 60 + 1; var second = Math.floor(time / 1000) % 60; // 不满两位数时前面补0 if(day span > span { color: #191919; border-radius: 4px; padding: 8px 6px; } .best-deal-time > span { font-size: 28px; font-weight: 500; color: #191919; } .best-deal-time{ text-align: center; } -->