58 次代碼提交 (6c1c3d4e5b40e484413ac2c95344bea90571c102)

作者 SHA1 備註 提交日期
  luyanan 72c224b91f 首页科袖访谈最小宽 7 年之前
  luyanan 867f806d99 首页鼠标移入效果 7 年之前
  luyanan a43b47d657 在H5分享页面中,所有点击跳转app下载页面的按钮,增加判断:当前手机是否已下载科袖app: 7 年之前
  luyanan 4e2639deb4 首页改版 7 年之前
  luyanan ccea30ade7 企业认证上传文件样式 7 年之前
  luyanan ffd66b9cda 改变首页发布需求规则,修改需求列表按钮样式 7 年之前
  luyanan 356a838af6 新版个人浏览页和新版企业浏览页面 7 年之前
  jack a82fd847e3 微信样式修改及分享页面 7 年之前
  luyanan 8f757f8f9a 去掉首页搜索类别的选择 7 年之前
  luyanan e824d2ed4e 首页添加友情链接 7 年之前
  luyanan f64be2495a 资源发布、预览、浏览、工作台资源列表 7 年之前
  luyanan 4ec079af5c 搜索条和导航头像 7 年之前
  luyanan 5f56cf19f8 首页添加热门专家模块、修改关注模块的相关 7 年之前
  luyanan b23d724f2b 标志样式 企业信息 7 年之前
  luyanan 70efc5c3e9 修改判断标识以及专家头像与企业logo的区别 7 年之前
  luyanan 6c7e6c9ccb 专家认证和实名认证的问题 7 年之前
  luyanan 20e2b81022 科袖普通版的导航条和新版登录 7 年之前
  jack a1da4b057d 苹果浏览器兼容问题 7 年之前
  luyanan 85602e8ae9 可视区域的调整,文字溢出的隐藏 7 年之前
  luyanan 37d6330239 保存按钮样式、发布需求弹出问题 7 年之前
  luyanan e9d72ca397 企业版顶部导航下拉菜单ie兼容问题以及ie表单行高问题 7 年之前
  luyanan 068be14c82 修改企业浏览页面中的企业资质展示样式 7 年之前
  luyanan bdba58b090 发现模块页面 7 年之前
  luyanan 748acb2b86 添加企业入驻入口 7 年之前
  luyanan a3ccaa810b 科袖网首页添加入驻企业的入口 7 年之前
  luyanan 39404d5d76 更改普通版头部导航 7 年之前
  luyanan eb90125b3b 科袖网企业信息浏览 7 年之前
  luyanan 075f0d61d3 首页发布需求入口完善 7 年之前
  luyanan 25e5f0b535 首页添加我是专家和发布需求入口,更换首页底部footer 7 年之前
  luyanan 7e5400df9f 1、增加【需求发布】功、【需求确认】 7 年之前
  luyanan ad433407a9 实名认证和专家认证 7 年之前
  luyanan f368567e4f 底部二维码被遮盖问题 7 年之前
  luyanan 50f1f11e81 专家基本信息展示 7 年之前
  luyanan 322af5ce68 资源详细信息页面,图片显示不出来的问题 7 年之前
  luyanan d74a7a41a7 文章 7 年之前
  luyanan b10bb2f328 完善文章详情页面和专家浏览页面滚动监听事件 7 年之前
  luyanan 80857ff413 文章留言样式调整 7 年之前
  luyanan 4092603c1a 文章留言样式调整,去掉console 7 年之前
  luyanan ed57da1fcf 用户身份不换行 7 年之前
  luyanan b55038b348 专家信息浏览与修改的菜单导航定位 7 年之前
  luyanan fa13214908 文章模块分享nav浮动问题 7 年之前
  luyanan 8f28278a18 科研文章显示浏览【专家浏览】、【我的工作台】、【科研文章】 7 年之前
  luyanan 68d369221c main内容区域完善 7 年之前
  luyanan 8fd24b162f 研究方向点击查看详情 7 年之前
  luyanan 1685f71e81 文章详情、分享至微信及留言页面 7 年之前
  luyanan ad58a55bc4 用户邀请成功页面 7 年之前
  luyanan 4fcd64a97e 【我的工作台】上加入我的文章模块 7 年之前
  luyanan 0d2e13d8f6 【我的工作台】添加关注模块 7 年之前
  luyanan 7f4c90b669 专家信息浏览页内容显示样式有问题。 7 年之前
  luyanan 92cd414eba 资源分享页面专家信息样式块 7 年之前
portal-front - Gogs: Go Git Service

portal html css js resource

genCom.js 14KB

    $(document).ready(function () { $(".unlogin").show(); $(".onlogin").hide(); var footerHeight = $("footer").outerHeight(true); $('#container').css("padding-bottom", footerHeight + "px"); $(".footer_tools").css("bottom", (footerHeight + 10) + "px"); $(window).resize(function () { //窗口大小变更事件 footerHeight = $("footer").outerHeight(true); $('#container').css("padding-bottom", footerHeight + "px"); }); //底部企业入驻 var orgid = $.cookie('orgId'); $("#cmpSet2").on("click", function () { if (orgid && orgid != "null" && orgid != null) { location.href = "cmp-portal/cmp-needList.html" } else { location.href = "cmp-portal/cmp-settled-reg.html" } }) $("#cmpSet3").on("click", function () { if (orgid && orgid != "null" && orgid != null) { location.href = "/cmp-portal/cmp-needList.html" } else { location.href = "/cmp-portal/cmp-settled-reg.html" } }) //搜索框跳转页面 $("#search").on("click", function () { var searchContent = $.trim($("#searchContent").val()); if (searchContent) { wlog("kw", searchContent) setTimeout(function () { location.href = "searchNew.html?searchContent=" + encodeURI(searchContent) }, 300); } }); //enter绑定时间 $("#searchContent").keydown(function (e) { if (e.which == 13) { var searchContent = $.trim($("#searchContent").val()); if (searchContent) location.href = "searchNew.html?searchContent=" + encodeURI(searchContent); } }) $("#hsearchContent").keydown(function (e) { if (e.which == 13) { var searchContent = $.trim($("#hsearchContent").val()); if (!searchContent) { return; } if ($(this).siblings()[0].id == "searchh") { location.href = "/searchNew.html?searchContent=" + encodeURI(searchContent); return; } location.href = "searchNew.html?searchContent=" + encodeURI(searchContent); } }) $("#hsearch").on("click", function () { var searchContent = $.trim($("#hsearchContent").val()); if (searchContent) { wlog("kw", searchContent) setTimeout(function () { location.href = "searchNew.html?searchContent=" + encodeURI(searchContent); }, 300) } }); $("#searchh").on("click", function () { var searchContent = $.trim($("#hsearchContent").val()); if (searchContent) setTimeout(function () { location.href = "/searchNew.html?searchContent=" + encodeURI(searchContent); }, 300) }); /*向下滚动时,header背景变半透明*/ $(document).scroll(function () { var top = $(document).scrollTop(); if (top == 0) { $(".navheader").removeClass("navhdown"); } else { $(".navheader").addClass("navhdown"); } if (top >= 300) { $(".content-left").css({ "position": "fixed", "top": "80px" }) } else { $(".content-left").css({ "position": "static" }) } }); /*选择省份*/ $(document).on("click", "#Province li a", function () { var aVal = $(this).text(); $(this).parent().parent().parent().find('.mr_show').text(aVal); $(this).parent().parent().parent().find('input[name=cho_Province]').val(aVal); if ($("#oprovince").text() == "请选择省/直辖市") { $("#oprovince").removeClass("mr_select"); $("#ocity").removeClass("mr_select"); } else { $("#oprovince").addClass("mr_select"); $("#ocity").removeClass("mr_select"); } }); /*选择城市填充js */ $(document).on("click", "#City li a", function () { var aVal = $(this).text(); $(this).parent().parent().parent().find('.mr_show').text(aVal); $(this).parent().parent().parent().find('input[name=cho_City]').val(aVal); if ($("#ocity").text() == "请选择城市") { $("#ocity").removeClass("mr_select"); } else { $("#ocity").addClass("mr_select"); } }); /*多行文本框样式(带有限制数字)模拟focus效果*/ $(".msgContbox textarea").focus(function () { $(this).parent().css("border-color", "#ff9900"); }).blur(function () { $(this).parent().css("border-color", "#E5E5E5"); }) }); var userid; function exit() { $.cookie('userid', null); $.cookie('userAuth', null); $.cookie('userEmail', null); $.cookie('userMobilePhone', null); $.cookie('userName', null); $.cookie('userType', null); location.href = "index.html" } function exitStaticize() { $.cookie('userid', null, { path: '/' }); $.cookie('userAuth', null, { path: '/' }); $.cookie('userEmail', null, { path: '/' }); $.cookie('userMobilePhone', null, { path: '/' }); $.cookie('userName', null, { path: '/' }); $.cookie('userType', null, { path: '/' }); location.href = "/index.html" } function valUser() { var userid = $.cookie('userid'); var userAuth = $.cookie('userAuth'); if (userid == undefined || userid.length == 0 || userid == "null" || userAuth == false) { location.href = "login.html"; } } function loginStatus() { userid = $.cookie('userid'); userAuth = $.cookie('userAuth'); authentication = $.cookie('authentication'); if (userid && userid != "null" && userid != null) { if (userAuth == "false" && authentication == "null") { location.href = "loginInviteFirst.html"; } if (userAuth == "true" && authentication == "null") { location.href = "fillinfo-select.html"; } if (userAuth == "true" && authentication != "null") { $(".onlogin").show(); $(".unlogin").hide(); $(".portrait-p").attr("src", "/images/head/" + userid + "_m.jpg"); $(".portrait-p").load(function () { //判断图片是否加载,加载不成功默认有默认的图像 }) .error(function () { $(".portrait-p").attr("src", "/images/default-photo.jpg"); }); unReadedCount(userid); unInformCount(userid) } $(".portrait-p").on("click", function () { location.href = "userInforShow.html?professorId=" + userid; }) $(".onlogin").on("click", ".goMyInf", function () { $(this).attr("href", "userInforShow.html?professorId=" + userid) }) } else { $(".unlogin").show(); $(".onlogin").hide(); } } function loginYesOrNo() { userid = $.cookie('userid'); userAuth = $.cookie('userAuth'); authentication = $.cookie('authentication'); if (userid && userid != "null" && userid != null) { if (userAuth == "false" && authentication == "null") { location.href = "/loginInviteFirst.html"; } if (userAuth == "true" && authentication == "null") { location.href = "/fillinfo-select.html"; } if (userAuth == "true" && authentication != "null") { $(".onlogin").show(); $(".unlogin").hide(); $(".portrait-p").attr("src", "/images/head/" + userid + "_m.jpg"); $(".portrait-p").load(function () { //判断图片是否加载,加载不成功默认有默认的图像 }) .error(function () { $(".portrait-p").attr("src", "/images/default-photo.jpg"); }); unReadedCount(userid); } $(".portrait-p").on("click", function () { location.href = "/userInforShow.html?professorId=" + userid; }) $(".onlogin").on("click", ".goMyInf", function () { $(this).attr("href", "/userInforShow.html?professorId=" + userid) }) } else { $(".unlogin").show(); $(".onlogin").hide(); } } function unReadedCount(id) { //查询指定用户的未读消息数量 $.ajax({ type: "get", url: "/ajax/webMsg/unReadedCount", async: true, data: { "id": id }, success: function (data) { console.log(data) if (data.success) { platMessageTotal(id, data.data) } } }); } function unInformCount(id) { //查询指定用户的未读通知数量 $.ajax({ type: "get", url: "/ajax/notify/idx", async: true, data: { "id": id }, success: function (data) { console.log(data) if (data.success && data.data) { if (data.data.unRead != 0) { $(".myinform").find(".badge").text(data.data.unRead); } else { $(".myinform").find(".badge").text(""); } } } }); } function platMessageTotal(id, num) { $.ajax({ url: "/ajax/platform/msg/unread", type: "GET", timeout: 10000, dataType: "json", traditional: true, data: { provider: id }, success: function (data) { console.log(data) if (data.success) { if (data.data) { console.log(data.data + num) if (data.data + num != 0) { $(".mymessage").find(".badge").text(data.data + num); } else { $(".mymessage").find(".badge").text(""); } } } }, error: function () { $.MsgBox.Alert('提示', '链接服务器超时') } }) } //轮播滚动函数 function Carousel(inde, num, show, childcount, obj, next, prev) { var tapnum = 0; //按钮可点击次数 if (childcount > num) { next.css("display", "block"); prev.css("display", "none"); } else { next.css("display", "none"); prev.css("display", "none"); } next.click(function () { if (!obj.is(":animated")) { if (num < childcount) { tapnum++; prev.css("display", "block"); if (tapnum == childcount - show) { next.css("display", "none"); } num++; obj.animate({ left: "-=212px" }, 600); } } }); prev.click(function () { if (!obj.is(":animated")) { if (num > inde) { tapnum--; next.css("display", "block"); if (tapnum == 0) { prev.css("display", "none"); } num--; obj.animate({ left: "+=212px" }, 600); } } }); } /*判断是否收藏资源文章或者是否关注专家*/ function ifcollectionAbout(watchObject, sel, num) { var that = sel; $.ajax('/ajax/watch/hasWatch', { data: { "professorId": userid, "watchObject": watchObject }, dataType: 'json', //数据格式类型 type: 'get', //http请求类型 timeout: 10000, async: false, success: function (data) { if (data.success && data.data != null) { if (num == "1" || num == "6" || num == "12") { //已关注专家 $(that).addClass("attenedSpan"); $(that).text("已关注"); } else { //已收藏资源或文章 $(that).removeClass("icon-collect"); $(that).addClass("icon-collected"); } } else { if (num == "1" || num == "6" || num == "12") { //关注专家 $(that).removeClass("attenedSpan"); $(that).text("关注"); } else { //收藏资源或文章 $(that).addClass("icon-collect"); $(that).removeClass("icon-collected"); // } } }, error: function (data) { $.MsgBox.Alert('提示', "服务器链接超时"); } }); } /*收藏资源、文章或者关注专家*/ function collectionAbout(watchObject, sel, num) { var that = sel; $.ajax('/ajax/watch', { data: { "professorId": userid, "watchObject": watchObject, "watchType": num, "uname": $.cookie("userName") }, dataType: 'json', //数据格式类型 type: 'POST', //http请求类型 timeout: 10000, async: false, success: function (data) { if (data.success) { console.log(data) if (num == "1" || num == "6" || num == '12' ) { $(that).addClass("attenedSpan"); $(that).text("已关注"); } else { $(that).removeClass("icon-collect"); $(that).addClass("icon-collected"); } } }, error: function (data) { $.MsgBox.Alert('提示', "服务器链接超时"); } }); } /*取消收藏资源、文章或者取消关注专家*/ function cancelCollectionAbout(watchObject, sel, num) { var that = sel; $.ajax({ url: '/ajax/watch/delete', data: { professorId: userid, watchObject: watchObject }, dataType: 'json', //数据格式类型 type: 'post', //http请求类型 timeout: 10000, async: true, success: function (data) { console.log(data.success) if (num == "1" || num == "6" || num == "12") { //关注专家 $(that).removeClass("attenedSpan"); $(that).text("关注"); } else { //收藏资源或文章 $(that).addClass("icon-collect"); $(that).removeClass("icon-collected"); } }, error: function (data) { $.MsgBox.Alert('提示', "服务器链接超时"); } }); } //反馈意见成功 function backSuccessed() { $(".correctCon").val(""); $(".correctSubmit").attr("disabled", true); $(".correctSubmit").parents(".correctBlock").fadeOut(); $.MsgBox.Alert('提示', '感谢您的反馈,我们马上处理。'); $("#mb_msgicon").css("background", 'url("images/sign_icon_chenggong_nor.png") 0% 0% / contain'); } function suImg() { $("#mb_msgicon").css("background", 'url("/images/sign_icon_chenggong_nor.png") 0% 0% / contain'); $("#mb_ico").css("background", 'url(/images/sign_icon_guanbi_nor.png) center center no-repeat'); } //发现上方轮播 var bannerRotate = { // banner rotating _time: 3000, _i: 0, _interval: null, _navId: "#slide-tab", _navBox: "#slide-list", bannerShow: function () { $(this._navId).find("li").removeClass("slide-tab-item-active"); $(this._navId).find("li:eq(" + this._i + ")").addClass("slide-tab-item-active"); $(this._navBox).find("li").removeClass("slide-item-active"); $(this._navBox).find("li:eq(" + this._i + ")").addClass("slide-item-active"); }, bannerStart: function () { var _this = this; _this._interval = setInterval(function () { if (_this._i >= 4) { _this._i = 0; } else { _this._i++; } _this.bannerShow(); }, _this._time); }, bannerInit: function () { var _this = this; _this.bannerStart(); $(_this._navId).find("li").bind("mouseover", function () { clearInterval(_this._interval); _this._i = $(this).index(); _this.bannerShow(); _this.bannerStart(); }); } }; $(document).ready(function () { //处理点击事件,需要打开原生浏览器 $("body").on("click", "a.advertsub", function () { var adId = this.getAttribute('data-id'); console.log(adId) wlog("ad", adId, "1"); return true; }) })