 
						注:请在移动端查看效果,PC端无效果
ICalendar.js中:
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | '<div class="date_btn_box">'+'<div class="date_btn lcalendar_cancel">取消</div>'+'<div class="date_btn lcalendar_finish">确定</div>'+'</div>'+'<div class="date_roll_mask">'+'<div class="datetime_roll">'+'<div>'+'<div class="gear date_yy" data-datetype="date_yy"></div>'+'<div class="date_grid">'+'<div>年</div>'+'</div>'+'</div>'+'<div>'+'<div class="gear date_mm" data-datetype="date_mm"></div>'+'<div class="date_grid">'+'<div>月</div>'+'</div>'+'</div>'+'<div>'+'<div class="gear date_dd" data-datetype="date_dd"></div>'+'<div class="date_grid">'+'<div>日</div>'+'</div>'+'</div>'+'<div>'+'<div class="gear time_hh" data-datetype="time_hh"></div>'+'<div class="date_grid">'+'<div>时</div>'+'</div>'+'</div>'+'<div>'+'<div class="gear time_mm" data-datetype="time_mm"></div>'+'<div class="date_grid">'+'<div>分</div>'+'</div>'+'</div>'+'<div>'+'<div class="gear time_ss" data-datetype="time_ss"></div>'+'<div class="date_grid">'+'<div>秒</div>'+'</div>'+'</div>'+'</div>'+ //date_roll'</div>'+ //date_roll_mask'</div>'; | 
已经精确到秒,如果不想要秒值,请删除:
| 1 2 3 4 5 6 7 8 9 10 11 | '<div>'+'<div class="gear time_ss" data-datetype="time_ss"></div>'+'<div class="date_grid">'+'<div>秒</div>'+'</div>'+'</div>'+vartime_ss = _self.gearDate.querySelector(".time_ss");time_ss.addEventListener('touchstart', gearTouchStart);time_ss.addEventListener('touchmove', gearTouchMove);time_ss.addEventListener('touchend', gearTouchEnd);dateArr.sc = parseInt(rs[4].replace(/:0?/g, "")) | 
联系QQ:1536820919
特别申明:
			本站所有资源都是由网友投稿发布,或转载各大下载站,请自行检测软件的完整性!
			本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!
			如有侵权请联系我们删除下架,联系方式:lei1294551502@163.com