CINXE.COM
登录 - 腾云网 - 10,000+用户的信赖选择
<!doctype html> <html> <head><meta charset="utf-8" /><meta http-equiv="X-UA-Compatible" content="IE=edge" /><title> 登录 - 腾云网 - 10,000+用户的信赖选择 </title><meta id="description" name="description" content="始创于2008年,智慧网络营销服务提供商,历经10多年,服务客户超万家,遍布国内600多个城市。" /><meta id="keywords" name="keywords" content="腾云网,网站建设,做网站,建站,建网站,网站制作,腾云官网,网络营销推广,SEO优化,百度关键词排名" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/fresh/css/ty_login.css" /><link rel="stylesheet" href="/fresh/layui-v2.7.6/layui/css/layui.css" /> <script src="/fresh/js/ML_jquery.min.js"></script> <script src="/fresh/layui-v2.7.6/layui/layui.js"></script> <link rel="stylesheet" href="/fresh/css/ML_animate.min.css" /> <script src="/fresh/js/ML_wow.js"></script> <script src="/js/spm.js" type="text/javascript"></script> <script> function enter() { if (event.keyCode == 13) { event.returnValue = false; switch (document.activeElement.id) { case "txt_password": document.getElementById('button1Log').click(); break; } } } </script> <style> .layui-input:hover { border-color: #b3b3b3; outline: 0; } .layui-input:focus { border-color: #f60; outline: 0; } </style> </head> <body> <div class="ty_login wow animated fadeIn"> <div class="ty_login_con"> <div class="ty_login_left wow animated fadeInUp"> <a href="/" class="loginlogo"><img src="/fresh/images/loginlogo.png" alt=""></a> <div class="digital"> <p> <span class="timer" id="count-number" data-to="10000" data-speed="1500"></span> +用户的信赖选择 </p> </div> <script type="text/javascript"> //窗口显示才加载 var wrapTop = $(".digital").offset().top; var istrue = true; $(window).on("scroll", function() { var s = $(window).scrollTop(); if (s > wrapTop - 500 && istrue) { $(".timer").each(count); function count(a) { var b = $(this); a = $.extend({}, a || {}, b.data("countToOptions") || {}); b.countTo(a) }; istrue = false; }; }) //设置计数 $.fn.countTo = function(options) { options = options || {}; return $(this).each(function() { //当前元素的选项 var settings = $.extend({}, $.fn.countTo.defaults, { from: $(this).data('from'), to: $(this).data('to'), speed: $(this).data('speed'), refreshInterval: $(this).data('refresh-interval'), decimals: $(this).data('decimals') }, options); //更新值 var loops = Math.ceil(settings.speed / settings.refreshInterval), increment = (settings.to - settings.from) / loops; //更改应用和变量 var self = this, self = $(this), loopCount = 0, value = settings.from, data = self.data('countTo') || {}; self.data('countTo', data); //如果有间断,找到并清除 if (data.interval) { clearInterval(data.interval); }; data.interval = setInterval(updateTimer, settings.refreshInterval); //初始化起始值 render(value); function updateTimer() { value += increment; loopCount++; render(value); if (typeof(settings.onUpdate) == 'function') { settings.onUpdate.call(self, value); } if (loopCount >= loops) { //移出间隔 self.removeData('countTo'); clearInterval(data.interval); value = settings.to; if (typeof(settings.onComplete) == 'function') { settings.onComplete.call(self, value); } } } function render(value) { var formattedValue = settings.formatter.call(self, value, settings); self.html(formattedValue); } }); }; $.fn.countTo.defaults = { from: 0, //数字开始的值 to: 0, //数字结束的值 speed: 1000, //设置步长的时间 refreshInterval: 30, //隔间值 decimals: 0, //显示小位数 formatter: formatter, //渲染之前格式化 onUpdate: null, //每次更新前的回调方法 onComplete: null //完成更新的回调方法 }; function formatter(value, settings) { return value.toFixed(settings.decimals); } //自定义格式 $('#count-number').data('countToOptions', { formmatter: function(value, options) { return value.toFixed(options.decimals).replace(/\B(?=(?:\d{3})+(?!\d))/g, ','); } }); //定时器 $('.timer').each(count); function count(options) { var $this = $(this); options = $.extend({}, options || {}, $this.data('countToOptions') || {}); $this.countTo(options); } </script> <ul> <li> <img src="/fresh/images/gou.png" alt=""> <span>国内网站建设专业品牌</span> </li> <li> <img src="/fresh/images/gou.png" alt=""> <span>覆盖全行业的解决方案</span> </li> <li> <img src="/fresh/images/gou.png" alt=""> <span>阿里云数据中心,快速、稳定</span> </li> </ul> </div> <div class="ty_login_right"> <div class="ty_login_box"> <h1>密码登录</h1> <form class="layui-form" action=""> <!-- 登录错误提示 --> <div class="login_warn tc-msg"> <div class="login_warnbox"> <img src="/fresh/images/warn.png" alt=""> <span class="tip-info">登录错误提示</span></div> </div> <div class="form_item"> <input type="text" name="title" id="txt_name" placeholder="请输入手机号码" autocomplete="off" class="layui-input"> </div> <div class="form_item"> <input type="password" name="password" autocomplete="off" maxlength="18" placeholder="密码" onkeydown="enter();" id="txt_password" class="layui-input"> </div> <button type="button" onclick="return checkNull()" id="button1Log" class="layui-btn loginbtn">登录</button> <div class="login_actions"> <a href="/findpwd">忘记密码</a> <a href="/register">免费注册</a> </div> <div class="quicklogin"> <div class="quicklogin_title"> <strong>快捷登录</strong> </div> <ul> <li onclick="window.open('https://graph.qq.com/oauth2.0/authorize?client_id=101185543&response_type=token&scope=all&redirect_uri=http%3a%2f%2fwww.400301.com%2ftools%2fqqlogin%2findex.aspx%3fjump%3d%24http%3a%2f%2fwww.400301.com','_self')"> <div class="login_iconbox"> <img src="/fresh/images/login_qq.png" alt=""> </div> <p>QQ帐号</p> </li> <li onclick="window.open('/page/wxlogin/','_self')"> <div class="login_iconbox"> <img src="/fresh/images/login_wx.png" alt=""> </div> <p>微信帐号</p> </li> <li onclick="window.open('#','_self')"> <div class="login_iconbox"> <img src="/fresh/images/login_wx.png" alt=""> </div> <p>微信公众号</p> </li> </ul> </div> </form> </div> </div> </div> <div class="login_foot"> <div class="login_foot_con"> <span>© 2008-<script> document.write(new Date().getFullYear())</script> 腾云网 版权所有</span> <a href="/">返回首页</a></div> </div> </div> <input name="URL" type="hidden" id="URL" /> <script type="text/javascript"> function checkNull() { //判断用户名是否为空 if ($("#txt_name").val() == "") { $("#txt_name").focus(); $(".tip-info").html("请输入手机号码"); $(".tc-msg").show(); return false; } //判断密码是否为空 else if ($("#txt_password").val() == "") { $("#txt_password").focus(); $(".tip-info").html("请输入密码"); $(".tc-msg").show(); return false; } else { setMessage(); return false; } } function setMessage() { $("#button1Log").html("登录中...").attr("disabled", "disabled").css({ "cursor": "not-allowed"}); $.ajax({ data: { UserName: $("#txt_name").val(), Pwd: $("#txt_password").val(), Spm: GetCode(9) }, type: "post", dataType: "text", url: "/Tools/Login/Check.aspx", success: function (msg) { if (msg == "false") { $("#txt_name").focus(); $(".tip-info").html("账号不存在或密码错误,请重新输入"); $(".tc-msg").show(); $("#button1Log").html("登 录").removeAttr("disabled").css({ "cursor": "pointer", "background": "#f60" }); return false; } else { if (document.getElementById("URL").value != "") { window.location = document.getElementById("URL").value; } else { if (document.getElementById("URL").value != "") { window.location = document.getElementById("URL").value; } else { window.location = "/"; } } } }, error: function () { $(".tip-info").html("出错了,请重试"); $(".tc-msg").show(); $("#button1Log").html("登 录").removeAttr("disabled").css({ "cursor": "pointer", "background": "#f60" }); return false; } }) } </script> </body> <script> new WOW().init() </script> </html>