Server : nginx/1.20.1 System : Linux iZ2ze9ojcl78uluczwag69Z 4.18.0-240.22.1.el8_3.x86_64 #1 SMP Thu Apr 8 19:01:30 UTC 2021 x86_64 User : www ( 1000) PHP Version : 7.3.28 Disable Function : passthru,exec,system,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv Directory : /www/wwwroot/0531yanglao.com/public/js/ |
var swiper = new Swiper(".mySwiper", { loop: true, //环路,让Swiper看起来是循环的 autoplay:2000, navigation: { nextEl: ".swiper-button-next", prevEl: ".swiper-button-prev", }, }); var swiper2 = new Swiper(".mySwiper2", { loop: true, //环路,让Swiper看起来是循环的 autoplay:2000, pagination: { el: ".swiper-pagination", type: "fraction", }, navigation: { nextEl: ".swiper-button-next", prevEl: ".swiper-button-prev", }, }); var mySwiper = new Swiper ('.swiper-container', { autoplay:2000, loop: true, pagination: '.swiper-pagination', paginationClickable:true, nextButton: '.swiper-button-next', prevButton: '.swiper-button-prev', }) // getData() // function getData() { $(function(){ var nav=$(".tab-nursing"); //得到导航对象 var win=$(window); //得到窗口对象 var sc=$(document);//得到document文档对象。 win.scroll(function(){ if(sc.scrollTop()>=750){ nav.removeClass('fixednava'); nav.addClass("fixednav"); $(".tab-nursing").fadeIn(); // 滚动事件调用 // $(window).scroll(function(){ // chil() // }) }else{ nav.removeClass('fixednav'); nav.addClass('fixednava'); $(".tab-nursing").fadeIn(); } }) }) $(window).scroll(function(){ var css = $('.fixednav').css('position') if(css =='fixed'){ chil() } }) function chil(){ // 获取屏幕位置 var widTop = $(window).scrollTop() + 180 ; // 获取元素节点位置 var NodeTop = [$('#jigoujianjie').offset().top,$('#fuwuxiangmu').offset().top,$('#shoufeibiaozhun').offset().top, $('#ruzhuxuzhi').offset().top,$('#peitaosheshi').offset().top,$('#lianxiwomen').offset().top,$('#jigouzixun').offset().top,$('#kehudianping').offset().top] if(widTop >= NodeTop[0] && widTop< NodeTop[1]){ $('.tab-nursing ul li').removeClass('two') $('.tab-nursing ul li:nth-child(1)').addClass('two') } else if(widTop >= NodeTop[1] && widTop<= NodeTop[2]){ $('.tab-nursing ul li').removeClass('two') $('.tab-nursing ul li:nth-child(2)').addClass('two') } else if(widTop >= NodeTop[2] && widTop<= NodeTop[3]){ $('.tab-nursing ul li').removeClass('two') $('.tab-nursing ul li:nth-child(3)').addClass('two') } else if(widTop >= NodeTop[3] && widTop<= NodeTop[4]){ $('.tab-nursing ul li').removeClass('two') $('.tab-nursing ul li:nth-child(4)').addClass('two') }else if(widTop >= NodeTop[4] && widTop<= NodeTop[5]){ $('.tab-nursing ul li').removeClass('two') $('.tab-nursing ul li:nth-child(5)').addClass('two') }else if(widTop >= NodeTop[5] && widTop<= NodeTop[6]){ $('.tab-nursing ul li').removeClass('two') $('.tab-nursing ul li:nth-child(6)').addClass('two') }else if(widTop >= NodeTop[6] && widTop<= NodeTop[7]){ $('.tab-nursing ul li').removeClass('two') $('.tab-nursing ul li:nth-child(7)').addClass('two') }else if(widTop >= NodeTop[7] && widTop<= NodeTop[8]){ $('.tab-nursing ul li').removeClass('two') $('.tab-nursing ul li:nth-child(8)').addClass('two') } } $(document).ready(function(){ $('.tab-nursing ul li').click(function(){ $(this).addClass("two") .siblings().removeClass(); // //获取当前标签的索引值 // var content_idnex = $('.box ul li').index(this); // $('.ct').eq(content_idnex).show() // .siblings().hide(); }); }); // } // var lias = document.querySelector('.tab-nursing li') // for (var i = 0; i < lias.length; i++) { // // console.log(lis[i]+'1') // lias[i].setAttribute('index', i); // lias[i].onclick = function() { // for (var i = 0; i < lias.length; i++) { // // console.log(lis[i]+'2') // lias[i].className = ''; // } // this.className = 'two'; // // //以下是显示内容模块 // // var index = this.getAttribute('index'); // // console.log(index); // // //排他,显示索引值相同的li // // for (var i = 0; i < items.length; i++) { // // items[i].style.display = 'none'; // // } // // items[index].style.display = 'block'; // } // } $(".selemenu").click(function(){ $(this).next().slideToggle(); $(this).parents().siblings().find(".citylist").slideUp(); $(this).siblings().css('color','pink'); }) $(".citylist span").click(function(){ var text=$(this).text(); $(this).parent().prev().html(text); $(this).parent().prev().css("color","#f28731") $(this).parent().fadeOut(); }) // var screening = document.querySelector('.screening') // var citylists = screening.querySelectorAll('.citylist') // var zezaho2 = document.querySelector('.zezaho2') // for(var i=0;i<citylists.length;i++){ // if(citylists[i].style.display = 'block'){ // zezaho2.style.display = 'block' // } // } var btn = document.querySelector("#btn7") var username = document.querySelector("#username") var age = document.querySelector("#age") var sex = document.querySelector("#sex") var open = document.querySelector("#open") var sch = document.querySelector("#sch") var textarea = document.querySelector("#textarea") var newname = document.querySelector("#newname") var phone = document.querySelector("#phone") var code = document.querySelector("#verCode") var scheel = document.querySelector("#scheel") $('#btn7').click(function() { const usernameval = username.value.trim() const newnameval = newname.value.trim() const mobile = phone.value.trim() const userinfo = code.value.trim() const ageval = age.value.trim() const sexval = sex.value.trim() const schval = sch.value.trim() const textareaval = textarea.value.trim() const openval = open.value.trim() const scheelval = scheel.value.trim() var data = { 'name': usernameval, 'contacts': newnameval, 'contacts_tel': mobile, 'code': userinfo, 'age': ageval, 'sex': sexval, 'living_ability': openval, 'budget': schval, 'health': textareaval, 'relationship': scheelval }; $.ajax({ url: 'http://yl.jnbinzang.com/api/guestbook', type: 'POST', data: JSON.stringify(data), contentType: "application/json", dataType: "json", success: function(res) { console.log(res) if(res.code===200){ alert('提交成功') window.location.href="http://yl.jnbinzang.com/" } // console.log(res.arr) // console.log(res.code) } }) }) // 验证码 var counts = 60; function settime(val) { if (counts == 0) { val.removeAttribute("disabled"); val.value = "获取验证码"; counts = 60; return false; } else { val.setAttribute("disabled", true); val.value = "重新发送(" + counts + ")"; counts--; } setTimeout(function() { settime(val); }, 1000); } //获取验证码 $(function() { $("#verCodeBtn").click(function() { var userinfo = { "mobile": $("input[name='phone']").val() } $.ajax({ url: "http://yl.jnbinzang.com/api/sendSms", type: "post", data: userinfo, dataType: "json", success: function(data) { if( userinfo.mobile === '86//') { alert("验证码发送失败") } else { alert("验证码发送成功,请耐心等待") } // alert("验证码发送成功,请耐心等待") }, error: function() { alert("发送失败"); } }); }); }) // 机构入组 // $.ajax({ // url:'http://yl.jnbinzang.com/api/join', // type:'post', // success:function(res){ // console.log(res) // } // }) // 轮播 var swiper = new Swiper(".mySwiper", { loop: true, //环路,让Swiper看起来是循环的 navigation: { nextEl: ".swiper-button-next", prevEl: ".swiper-button-prev", }, }); var swiper2 = new Swiper(".mySwiper2", { loop: true, //环路,让Swiper看起来是循环的 pagination: { el: ".swiper-pagination", type: "fraction", }, navigation: { nextEl: ".swiper-button-next", prevEl: ".swiper-button-prev", }, }); // 社区/居家服务中心推荐切换 $(".tui_content_banxin") .eq(0) .mousemove(function() { $(".tui_content_banxin h4 img").eq(0).attr("src", "./images/1a.png"); }) .mouseout(function() { $(".tui_content_banxin h4 img").eq(0).attr("src", "./images/tuceng 11.png"); }); $(".tui_content_banxin") .eq(1) .mousemove(function() { $(".tui_content_banxin h4 img").eq(1).attr("src", "./images/2b.png"); }) .mouseout(function() { $(".tui_content_banxin h4 img").eq(1).attr("src", "./images/2a.png"); }); $(".tui_content_banxin") .eq(2) .mousemove(function() { $(".tui_content_banxin h4 img").eq(2).attr("src", "./images/3b.png"); }) .mouseout(function() { $(".tui_content_banxin h4 img").eq(2).attr("src", "./images/3a.png"); }); $(".tui_content_banxin") .eq(3) .mousemove(function() { $(".tui_content_banxin h4 img").eq(3).attr("src", "./images/4b.png"); }) .mouseout(function() { $(".tui_content_banxin h4 img").eq(3).attr("src", "./images/4a.png"); }); $(".tui_content_banxin") .eq(4) .mousemove(function() { $(".tui_content_banxin h4 img").eq(4).attr("src", "./images/5b.png"); }) .mouseout(function() { $(".tui_content_banxin h4 img").eq(4).attr("src", "./images/5a.png"); }); $(".tui_content_banxin") .eq(5) .mousemove(function() { $(".tui_content_banxin h4 img").eq(5).attr("src", "./images/6b.png"); }) .mouseout(function() { $(".tui_content_banxin h4 img").eq(5).attr("src", "./images/6a.png"); }); $(".tui_content_banxin") .eq(6) .mousemove(function() { $(".tui_content_banxin h4 img").eq(6).attr("src", "./images/7b.png"); }) .mouseout(function() { $(".tui_content_banxin h4 img").eq(6).attr("src", "./images/7a.png"); }); // tab选项啊uing卡封装声明函数 // 声明函数 function box(abc) { var box2 = document.querySelector(abc); var navs = box2.querySelectorAll(".nav li"); var lists = box2.querySelectorAll(".display_box div "); // 给每个事件添加active for (var i = 0; i < navs.length; i++) { // 保存索引值 (下标) navs[i].index = i; navs[i].onclick = function() { // 清空样式 for (var j = 0; j < navs.length; j++) { navs[j].className = ""; // 隐藏其他div内容 lists[j].className = ""; } // 给当前被选中的添加样式/ this.className = "active"; // 通过下标获取特定的div lists[this.index].className = "actives"; console.log(this.index); }; } } // 鼠标移入 $(function() { var oldColor = ""; $(".mouse-in-out") .mouseover(function() { originalColor = $(this).css("background-color"); $(this).css("background-color", "#d9e8fb"); }) .mouseout(function() { $(this).css("background-color", originalColor); }); }); // 回到顶部 $(function() { $(window).scroll(function() { // 判断scrollTop的兼容 var scrollTop = document.documentElement.scrollTop || document.body.scrollTop; // 判断滚动的距离 if (scrollTop > 1) { // 大于150显示回到顶部按钮 $(".top").show(); } }); $(".top").click(function() { // 调用jq的animate函数实现动画效果 $("html,body").animate({ scrollTop: 0, }, 1000 ); }); }); // // 预约参观信息弹出 // var onOff = true; // $("#btn1").click(function() { // console.log(onOff); // if (onOff) { // $(".login").css("display", "block"); // } // }); // $("#close").click(function() { // console.log(onOff); // if (onOff) { // $(".login").css("display", "none"); // } // }); // app // 返回上一页 function goBack() { history.go(-1); } // 微信号复制 // $(document).ready(function() { // var clipboard = new Clipboard("#copy_btn"); // clipboard.on("success", function(e) { // alert("复制成功,打开微信搜索添加吧", 1500); // e.clearSelection(); // console.log(e.clearSelection); // }); // }); // 淡入淡出 $(function() { let flag = false; $(".but").bind("click", function() { // console.log('aa') $(".nav_top").toggle(500, function() { flag == true?$("").text(""):$("").text(""); flag = !flag; }); }); $(".zezaho").bind("click", function() { // console.log('aa') $(".nav_top").toggle(500,function() { // flag == true?$("").text(""):$("").text(""); flag = false; }); }); }); // app旅居切换 $(document).ready(function() { $(".ct:gt(0)").hide(); $(".box_lj ul li").click(function() { $(this).addClass("one").siblings().removeClass(); //获取当前标签的索引值 var content_idnex = $(".box_lj ul li").index(this); $(".ct").eq(content_idnex).show().siblings().hide(); }); }); $(document).ready(function() { $(".ctb:gt(0)").hide(); $(".box_ljb ul li").click(function() { $(this).addClass("one").siblings().removeClass(); //获取当前标签的索引值 var content_idnex = $(".box_ljb ul li").index(this); $(".ctb").eq(content_idnex).show().siblings().hide(); }); }); $(document).ready(function() { $(".ctc:gt(0)").hide(); $(".box_ljb ul li").click(function() { $(this).addClass("one").siblings().removeClass(); //获取当前标签的索引值 var content_idnex = $(".box_ljb ul li").index(this); $(".ctc").eq(content_idnex).show().siblings().hide(); }); }); // 机构详情切换 $(document).ready(function() { $(".app_ct:gt(0)").hide(); $(".app_jgxq ul li").click(function() { $(this).addClass("one").siblings().removeClass(); //获取当前标签的索引值 var content_idnex = $(".app_jgxq ul li").index(this); $(".app_ct").eq(content_idnex).show().siblings().hide(); }); }); // 机构详情切换 $(document).ready(function() { $(".cta:gt(0)").hide(); $(".box.lja ul li").click(function() { $(this).addClass("one").siblings().removeClass(); //获取当前标签的索引值 var content_idnex = $(".box.lja ul li").index(this); $(".cta").eq(content_idnex).show().siblings().hide(); }); }); // 关于我们 $(document).ready(function() { $(".tab_son:gt(0)").hide(); $("#tab_father ul li").click(function() { $(this).addClass("choice").siblings().removeClass(); //获取当前标签的索引值 var content_idnex = $("#tab_father ul li").index(this); $(".tab_son").eq(content_idnex).show().siblings().hide(); }); $(".app_gywm_son:gt(0)").hide(); $(".app_guanyuwomen ul li").click(function() { $(this).addClass("two").siblings().removeClass(); //获取当前标签的索引值 var content_idnex = $(".app_guanyuwomen ul li").index(this); $(".app_gywm_son").eq(content_idnex).show().siblings().hide(); }); }); // 按钮随机颜色 var buttons = document.querySelector(".buttons") var sss= document.querySelectorAll(".sss") // console.log(sss) for (var i = 0; i < sss.length; i++) { var buttonss = sss[i].getElementsByTagName('input') var generateRandomHexColor = () => `#${Math.floor(Math.random() * 0xffffff).toString(16)}` for (var j = 0; j < buttonss.length; j++) { buttonss[j].style.borderColor=generateRandomHexColor() buttonss[j].style.color=buttonss[j].style.borderColor } } var tab_list = document.querySelector('.tab_list'); var list = tab_list.querySelectorAll('li'); //获取所有的选项卡标签 var items = document.querySelectorAll('.item'); //获取所有的内容显示模块 //在循环中添加点击事件,为每个选项卡添加索引index for (var i = 0; i < list.length; i++) { list[i].setAttribute('index', i); //排他思想 list[i].onclick = function() { //1.点击后先消除所有选项卡的样式 for (var i = 0; i < list.length; i++) { list[i].className = ''; } //2.绑定当前选项卡的样式(实现背景色变红) this.className = 'current'; //内容显示模块 var index = this.getAttribute('index'); //先获得当前点击选项卡的索引值 //1.将所有模块隐藏 for (var i = 0; i < items.length; i++) { items[i].style.display = 'none'; } //2.再显示对应index下的模块 items[index].style.display = 'block'; } }