摘要: function checkIdcard(gets){ var Wi = [ 7, 9, 10, 5, 8, 4, 2, 1, 6, 3, 7, 9, 10, 5, 8, 4, 2, 1 ];// 加权因子; var ValideCode = [ 1, 0, 10, 9, 8, 7, 6, 5, 4 阅读全文
posted @ 2020-02-07 10:07 武向前 阅读(681) 评论(0) 推荐(0)
摘要: 直接上代码 function display(optionID){ var all_options = document.getElementById("SFLX2").options; for (i=0; i<all_options.length; i++){ if (all_options[i] 阅读全文
posted @ 2020-02-06 18:53 武向前 阅读(4966) 评论(0) 推荐(0)
摘要: 直接代码 window.location.href="/weChat/identity/companyIdentity?input_B="+input_B+"&input_A="+encodeURI(input_A)+"&input_C="+encodeURI(input_C)+"&input_D= 阅读全文
posted @ 2020-02-06 18:51 武向前 阅读(650) 评论(0) 推荐(0)
摘要: 这个问题百度一下也不少答案,是可以的也,只想做个记录。不知道为啥之前写的没有碰到这个问题,可能也有,但是那个项目要求不严格吧,这次碰到了解决方案是 .q:after{ content: ''; position: absolute; top: 0; left: 0; border: 1px soli 阅读全文
posted @ 2020-02-06 12:19 武向前 阅读(168) 评论(0) 推荐(0)
摘要: .animated { animation-duration: 2s; /*动画时间*/ animation-fill-mode: both; /*播放后的状态*/ } .animated { animation-iteration-count: infinite; /*动作循环的次数:infini 阅读全文
posted @ 2020-01-17 22:14 武向前 阅读(145) 评论(0) 推荐(0)
摘要: app,pc都一样,如果是app加上这个会更好一点 <meta name="viewport" content="initial-scale=1.0, user-scalable=no"> 首先百度高地地图,进入开放api部分,没有的话先注册账号。个人的,企业的都可以 然后点击控制台,应用管理部分创 阅读全文
posted @ 2020-01-11 13:51 武向前 阅读(357) 评论(0) 推荐(0)
摘要: 主要用的是swiper,pc,app都适用,根据实际需要,添加或者删除一些东西 其中必须:swiper.css,swiper.js,jquery.js,几张图片 接下来贴入代码结构html部分 <!DOCTYPE html> <html lang="en"> <head> <meta charset 阅读全文
posted @ 2020-01-10 11:37 武向前 阅读(4714) 评论(0) 推荐(0)
摘要: var tongTime; var me = 0; var cheText = ""; var setImet = ""; function tongji(){ clearInterval(tongTime); var liuTimes = $("#liuTime").val();//编码 cheT 阅读全文
posted @ 2020-01-09 19:51 武向前 阅读(417) 评论(0) 推荐(0)
摘要: 话不多说,上代码: .ui-mobile .ui-page{ height: 106px !important; min-height: 106px !important; } .ui-mobile [data-role=page], .ui-mobile [data-role=dialog], . 阅读全文
posted @ 2020-01-09 14:32 武向前 阅读(123) 评论(0) 推荐(0)
摘要: 解决方法,把tab换成click document.getElementById("dingPhone").addEventListener('click', function() {}) 阅读全文
posted @ 2019-12-28 17:40 武向前 阅读(672) 评论(0) 推荐(0)