eng/portal-front/action/watch?redirect_to=%2fjiapeng%2fportal-front%2fsrc%2f4ac0687764b081e5c18767237e17681754a2bde4%2fjs%2fjquery.page.js"> Watch 3
Star 0
Fork 0

portal html css js resource

jquery.page.js 2.9KB

    (function($){ var ms = { init:function(obj,args){ return (function(){ ms.fillHtml(obj,args); ms.bindEvent(obj,args); })(); }, //填充html fillHtml:function(obj,args){ return (function(){ obj.empty(); //上一页 if(args.current > 1){ obj.append('<a href="javascript:;" class="prevPage">上一页</a>'); }else{ obj.remove('.prevPage'); obj.append('<span class="disabled">上一页</span>'); } //中间页码 if(args.current != 1 && args.current >= 4 && args.pageCount != 4){ obj.append('<a href="javascript:;" class="tcdNumber">'+1+'</a>'); } if(args.current-2 > 2 && args.current <= args.pageCount && args.pageCount > 5){ obj.append('<span>...</span>'); } var start = args.current -2,end = args.current+2; if((start > 1 && args.current < 4)||args.current == 1){ end++; } if(args.current > args.pageCount-4 && args.current >= args.pageCount){ start--; } for (;start <= end; start++) { if(start <= args.pageCount && start >= 1){ if(start != args.current){ obj.append('<a href="javascript:;" class="tcdNumber">'+ start +'</a>'); }else{ obj.append('<span class="current">'+ start +'</span>'); } } } if(args.current + 2 < args.pageCount - 1 && args.current >= 1 && args.pageCount > 5){ obj.append('<span>...</span>'); } /*if(args.current != args.pageCount && args.current < args.pageCount -2 && args.pageCount != 4){ obj.append('<a href="javascript:;" class="tcdNumber">'+args.pageCount+'</a>'); }*/ //下一页 if(args.current < args.pageCount){ obj.append('<a href="javascript:;" class="nextPage">下一页</a>'); }else{ obj.remove('.nextPage'); obj.append('<span class="disabled">下一页</span>'); } })(); }, //绑定事件 bindEvent:function(obj,args){ return (function(){ obj.on("click","a.tcdNumber",function(){ var current = parseInt($(this).text()); ms.fillHtml(obj,{"current":current,"pageCount":args.pageCount}); if(typeof(args.backFn)=="function"){ args.backFn(current); } }); //上一页 obj.on("click","a.prevPage",function(){ var current = parseInt(obj.children("span.current").text()); ms.fillHtml(obj,{"current":current-1,"pageCount":args.pageCount}); if(typeof(args.backFn)=="function"){ args.backFn(current-1); } }); //下一页 obj.on("click","a.nextPage",function(){ var current = parseInt(obj.children("span.current").text()); ms.fillHtml(obj,{"current":current+1,"pageCount":args.pageCount}); if(typeof(args.backFn)=="function"){ args.backFn(current+1); } }); })(); } } $.fn.createPage = function(options){ var args = $.extend({ pageCount : 10, current : 1, backFn : function(){} },options); ms.init(this,args); } })(jQuery);
portal-front - Gogs: Go Git Service

portal html css js resource

sciproject.html 6.4KB

    <!-- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> --> <!-- // 科研项目--> <div class="workconitem"> <div class="workcontit">科研项目<!-- <span class="worksamlltit worksamlltit2 worksamlltitnow">我发起的项目</span><span class="worksamlltit worksamlltit2">我参与的项目</span> --></div> <div class="worksubcon"> <!--// 我发起的项目--> <div class="workmysrc workmysrc2 clearfix"> <!-- <div class="workmysrctit"><span class="workbtn resoumag">发起新项目</span></div> --> <div class="workmenubox clearfix"> <form class="workmenufrm floatR"> <div class="workselectbox floatL"> <span onclick="hide('downbox2')" id="showbox2" class="workselectmenu" >全部</span> <ul id="downbox2" class="workdropdown" style="display:none;"> <li onclick="pick2('全部')" class="cur workcurrent">全部</li> <li onclick="pick2('我发起的')" class="cur">我发起的</li> <li onclick="pick2('我参与的')" class="cur">我参与的</li> </ul> </div> <div class="workselectbox floatL"> <span onclick="hide('downbox3')" id="showbox3" class="workselectmenu" >全部</span> <ul id="downbox3" class="workdropdown" style="display:none;"> <li onclick="pick3('全部')" class="cur workcurrent">全部</li> <li onclick="pick3('进行中的')" class="cur">进行中的</li> <li onclick="pick3('已中止的')" class="cur">已中止的</li> <li onclick="pick3('已完成的')" class="cur">已完成的</li> </ul> </div> <div class="workselectbox floatL"> <span onclick="hide('downbox1')" id="showbox1" class="workselectmenu" >按发起时间排序</span> <ul id="downbox1" class="workdropdown workdropdown2" style="display:none;"> <li onclick="pick1('按发起时间排序')" class="cur workcurrent">按发起时间排序</li> <li onclick="pick1('按最后回复时间排序')" class="cur">按最后回复时间排序</li> <li onclick="pick1('按完成时间排序')" class="cur">按完成时间排序</li> </ul> </div> <div class="workselectbox floatL"> <div class="orderedbtn"><div></div></div> </div> </form> </div> <div class="workobjcon"> <div class="objectsrc newobjects"> <ul class="newobjectbox clearfix"> <li><span class="newobjecticon"> + </span></li> <li><span class="newobjectword">发布新项目</span></li> </ul> </div> <div class="objectsrc"> <div> <p>项目名项目名项目名项目名项目名项目名项目名称</p> <p class="objectstate"><img src="images/progressing.png"> 进行中</p> </div> </div> <div class="objectsrc"> <div> <p>项目名称</p> <p class="objectstate"><img src="images/progressing.png"> 进行中</p> </div> </div> <div class="objectsrc"> <div> <p>项目名称</p> <p class="objectstate"><img src="images/progressing.png"> 进行中</p> </div> </div> <div class="objectsrc"> <div> <p>项目名称</p> <p class="objectstate"><img src="images/progressing.png"> 进行中进行中进行中进行中</p> </div> </div> <div class="objectsrc"> <div> <p>项目名称</p> <p class="objectstate"><img src="images/progressing.png"> 进行中</p> </div> </div> </div> </div> <!--我发起的项目 //--> <!--// 我参与的项目--> <!-- <div class="workmysrc workmysrc2"> <div class="workmysrctit"></div> <div class="workobjcon"> <div class="objectsrc"> <div> <p>项目名项目名项目名项目名项目名项目名项目名称</p> <p class="objectstate">进行中</p> </div> </div> <div class="objectsrc"> <div> <p>项目名称</p> <p class="objectstate">进行中</p> </div> </div> <div class="objectsrc"> <div> <p>项目名称</p> <p class="objectstate">进行中</p> </div> </div> <div class="objectsrc"> <div> <p>项目名称</p> <p class="objectstate">进行中</p> </div> </div> <div class="objectsrc"> <div> <p>项目名称</p> <p class="objectstate">进行中</p> </div> </div> </div> </div> --> <!--我参与的项目 //--> </div> </div> <!-- 科研项目 // --> <script> /* /*科研项目菜单点击切换*/ /* $(".worksamlltit2").click(function(){ var index = $(this).index(); $(this).addClass("worksamlltitnow").siblings().removeClass("worksamlltitnow"); $(".workmysrc2").eq(index).show().siblings().hide(); }); */ </script>
portal-front - Gogs: Go Git Service

portal html css js resource

my-attention.js 3.1KB

    $(function(){ /*设置全局变量*/ var professorId = GetQueryString("professorId"); var resourceId = GetQueryString("resourceId"); var userid=$.cookie("userid"); var returnId; var ifurl = window.location.href; ifCollection(); $('.attentBtn').click(function(){ if (userid && userid != "null" && userid != null) { if($(this).is('.attented')){ cancelCollectionExpert(); }else{ collectionExpert(); } }else{ $.MsgBox.Alert('提示',"请先登录再进行关注"); $("#mb_btn_ok").val("去登录"); var aele = document.createElement('a'); $("#mb_btnbox").append(aele); $("#mb_btnbox a").css({ 'display': "block", 'width': '100%', 'height': '40px', 'position': 'absolute', 'bottom': '-6px', 'left': '0' }); aele.setAttribute('href', '../login.html'); } }) /*判断是非关注专家*/ function ifCollection() { if(ifurl.indexOf("professorId") >= 0){ var data = {"professorId": userid,"watchObject": professorId} }else{ var data = {"professorId": userid,"watchObject": resourceId} } //alert(JSON.stringify(data)) $.ajax({ url:"/ajax/watch/hasWatch", data:data, dataType: 'json', //数据格式类型 type: 'get', //http请求类型 timeout: 10000, async: false, success: function(data) { if(data.success && data.data != null) { $(".attentBtn").addClass('attented'); $('.attentBtn i').text('已关注'); returnId = data.data.watchObject; } else { $(".attentBtn").removeClass('attented'); $('.attentBtn i').text('关注'); } }, error: function() { $.MsgBox.Alert('提示',"服务器链接超时"); } }); } /*关注专家*/ function collectionExpert() { if(ifurl.indexOf("professorId") >= 0){ var data = {"professorId": userid,"watchObject": professorId,"watchType": 1} }else{ var data = {"professorId": userid,"watchObject": resourceId,"watchType": 2} } $.ajax({ url:"/ajax/watch", data:data, dataType: 'json', //数据格式类型 type: 'POST', //http请求类型 timeout: 10000, async: false, success: function(data) { //console.log(data.success) if(data.success) { returnId = data.data; $(".attentBtn").addClass('attented'); $('.attentBtn i').text('已关注'); //$.MsgBox.Alert('提示',"专家关注成功"); } }, error: function() { $.MsgBox.Alert('提示',"服务器链接超时"); } }); } /*取消收藏专家*/ function cancelCollectionExpert() { $.ajax({ url:"/ajax/watch/delete", data: { professorId: userid, watchObject: returnId }, dataType: 'json', //数据格式类型 type: 'post', //http请求类型 timeout: 10000, async: true, success: function(data) { //console.log(data.success) if(data.success) { $(".attentBtn").removeClass('attented'); $('.attentBtn i').text('关注'); //$.MsgBox.Alert('提示',"取消关注成功"); } }, error: function(data) { $.MsgBox.Alert('提示',"服务器链接超时"); } }); } })
portal-front - Gogs: Go Git Service

portal html css js resource

workclose.png 2.9KB

portal-front - Gogs: Go Git Service

portal html css js resource

index.js 1.8KB

    $(function(){ $(".headnav li").eq(0).addClass("navcurrent"); loginStatus();//判断个人是否登录 //加载页面时,判断企业账号是否登录 var orgid = $.cookie('orgId'); $("#cmpSettled").on("click",function(){ if (orgid && orgid != "null" && orgid != null) { location.href="cmp-portal/cmp-workspaces.html" }else{ location.href="cmp-portal/cmp-settled-reg.html" } }) $("#gocmp").on("click",function(){ if (orgid && orgid != "null" && orgid != null) { location.href="cmp-portal/cmp-workspaces.html" }else{ location.href="cmp-portal/cmp-settled-log.html" } }) /*发布需求*/ $("#postNow").click(function(){ if(userid=="null"||userid==undefined){ location.href="login.html"; } $.ajax({ url: "/ajax/professor/auth", type: "GET", timeout: 10000, dataType: "json", data: { "id": userid, }, success: function(data, textState) { if(data.success) { var $rta=data.data; if($rta.authStatus==3){ location.href="myDemand.html"; }else{ location.href="realname-authentication.html" } } }, error: function(XMLHttpRequest, textStats, errorThrown) { } }) }) /*我是专家*/ $("#JoinKeXiu").click(function(){ if(userid=="null"||userid==undefined){ location.href="login.html"; } location.href="expert-authentication.html" }) //热门领域 $(".field").bind("click",function(){ location.href = "searchNew.html?subject=" + encodeURI($(this).text()); }) //热门专家 $('.professor').hover(function() { $(this).find(".professor-data").stop(true, false).animate({ "padding": "94px 0", "top": "-50px" }) }, function() { $(this).find(".professor-data").stop(true, false).animate({ "padding": "25px 0", "top": "58%" }) }) })
jiapeng/portal-front - Gogs: Go Git Service

1 Commity (ec4a08607f7f480234ce0c05040ac61df6491bac)

Autor SHA1 Wiadomość Data
  luyanan b07e10b33d 添加身份标识 7 lat temu
bulomakaka/ekexiu.com.jFrameWork - Gogs: Go Git Service

1 Commits (60d6737d047f19cdc1191170bc297435f2349d5d)

Author SHA1 Message Date
  bulomakaka ead1d5dcfc Initial commit. 8 years ago
jiapeng/portal-front - Gogs: Go Git Service

22 Commits (8f757f8f9a94f9b19d9dba2e57776300c0732878)

Author SHA1 Message Date
  luyanan 5f56cf19f8 首页添加热门专家模块、修改关注模块的相关 7 years ago
  luyanan 70efc5c3e9 修改判断标识以及专家头像与企业logo的区别 7 years ago
  jack 36aa45638a 文章收藏及点赞 7 years ago
  luyanan f75b3aac15 文章信息分享样式 7 years ago
  luyanan 1d30586931 去掉资源文章企业信息的公司成立时间 7 years ago
  luyanan 8057de54bc 修改分享二维码样式 7 years ago
  luyanan da03470e4f 企业文章 7 years ago
  jack 41cd55a716 企业文章 7 years ago
  luyanan b07e10b33d 添加身份标识 7 years ago
  luyanan 39404d5d76 更改普通版头部导航 7 years ago
  luyanan bcbd58b638 提取公共底部导航footer.js,修改index顶部导航样式 7 years ago
  xuchunyang b6845c1a0b 修改微信修改 7 years ago
  happy 7a5362ffdc 11 7 years ago
  xuchunyang 2dd5ed00c4 修改工作台权限问题 7 years ago
  jack 57a4fc36a0 留言框旁图像和登录者头像一致,点击专家信息进入专家页,发表留言 7 years ago
  luyanan fa13214908 文章模块分享nav浮动问题 7 years ago
  xuchunyang 72f48f912a 添加微信分享功能 7 years ago
  xuchunyang 12cd0a8fdc 添加新闻分享功能 7 years ago
  jack 02adb7d7f7 点击文章进入文章详情页面 7 years ago
  jack f6bac0c056 文章详情 7 years ago
  jack ccbe753364 文章详情及专家浏览页面添加科研文章 7 years ago
  luyanan 1685f71e81 文章详情、分享至微信及留言页面 7 years ago
console-front - Gogs: Go Git Service

暫無描述

myindex.js 3.0KB

    ; spa_define(function() { return $.use(["spa", "pagedatagrid", "util"], function(spa, pdgf, util) { return { main: function() { var root = spa.findInMain(".sys_customer_myindex"); var pdg = pdgf.build(root); pdg.code.shell("showDay", function(env) { if (env.cd && env.cd[this.k]) { var day = env.cd[this.k]; return day.substring(0, 4) + "-" + day.substring(4, 6) + "-" + day.substring(6, 8); } return ""; }); pdg.code.listen($.dict.doTransfer); root.find(".opt-query").on("click", function() { pdg.load(); }); pdg.load(); root.find(".dt-tpl").on("click", "th.opt-check>i.icon-st-check", function() { var $this = $(this); $this.toggleClass("checked"); if($this.hasClass("checked")) { root.find(".dt-tpl td.opt-check>i.icon-st-check").addClass("checked"); } else { root.find(".dt-tpl td.opt-check>i.icon-st-check").removeClass("checked"); } }); root.find(".dt-tpl").on("click", "td.opt-check>i.icon-st-check", function() { var $this = $(this); $this.toggleClass("checked"); }); root.find(".opt-mail").on("click", function() { var $org = root.find("td.opt-check>i.checked"); if($org.length) { var emails = []; var phones = []; var inviteCodes = []; var names = []; $org.each(function() { emails.push($(this).attr("email")); phones.push($(this).attr("phone")); inviteCodes.push($(this).attr("inviteCode")); names.push($(this).attr("name")); }); var rd = {emails: emails, phones: phones,inviteCodes:inviteCodes,names:names}; spa.showModal("sys_customer_myindex_mail", rd); // util.boxMsg({ // }); } else { util.alert("请选择一个用户"); } }); root.on("click", ".icon-edit", function() { var $this = $(this); var powerId = $this.parent().attr("powerId"); util.get("../ajax/sys/mycustomer/id/" + powerId, null, function(rd) { if (rd) { spa.showModal("sys_customer_myedit", { data: rd, hand: function() { pdg.load() } }) } else { util.alert("客户选择有误", function() { pdg.load(); }); } }, {}); }); root.on("click",".table-opt a.name", function () { var professorId = $(this).parent().attr("professorId"); window.open('http://www.ekexiu.com/information-brow.html?professorId=' + professorId); }); } }; }); });
portal-front - Gogs: Go Git Service

portal html css js resource

iframe.css 388B

    /*可以在这里添加你自己的css*/ img { max-width: 100%; /*图片自适应宽度*/ } body { /*overflow-y: scroll !important;*/ } .view { word-break: break-all; } .vote_area { display: block; } .vote_iframe { background-color: transparent; border: 0 none; height: 100%; } #edui1_imagescale{display:none !important;} /*去除点击图片后出现的拉伸边框*/
jiapeng/portal-front - Gogs: Go Git Service

1 Commits (295760a5f79c87f24330aaf7d9f55db97615c7d5)

Author SHA1 Message Date
  luyanan 63d1a07dec 企业邀请员工注册科袖 7 years ago
portal-front - Gogs: Go Git Service

portal html css js resource

index.css 40KB

     @charset "utf-8"; /* CSS Document */ html, body{background: #FFFFFF;} input{ outline:none;} .emspace{letter-spacing: 2em; } /*banner部分*/ #banner{ height:auto;min-width:1120px; position:relative;} .banner{width:100%; height:500px;background: url(../images/banner/banner01.jpg) center center no-repeat;background-size: cover;} .theme{ width:100%; height:236px; position:absolute; top:40%;} .theme h1{font-size:46px;line-height:80px; color:#fff; text-align:center; text-shadow:0px 0px 10px #2d2524;} .theme h2{font-size:30px;line-height:50px; color:#fff; text-align:center; text-shadow:0px 0px 10px #2d2524;} .main-search{ width:670px; height:40px;border-radius:6px;box-shadow: 0px 0px 10px rgba(45, 38, 37, 0.6);margin:auto; margin-top:60px; position:relative} .main-search .lookwho{outline:none;position:absolute; height:40px; width:100px;border:none; box-shadow: 0px 0px 3px #ccc inset;border-radius:6px 0 0 6px; background:url(../images/downselect.png) no-repeat 70px center #fff; padding-left:16px; font-size:15px;line-height:38px; color:#ff9900;} .simuselect{position:relative;} .ulbox{ width:100px; height:40px;cursor:pointer; position:relative;} .lishow{background:#fff;overflow: hidden; border-radius:0 0 6px 6px;position:absolute; top:34px; width:99px;/* box-shadow: 0px 0px 3px #ccc inset; */z-index: 20;display:none;} .lishow li{ line-height:30px; list-style:none; padding:2px 16px;color:#888; margin-top:1px;cursor: pointer;} .lishow li:hover{ background:#f0f0f0;} .sear-txt{ width:530px; height:40px; background:#fff; border:none; border-radius: 6px 0 0 6px; float:left;font-size:15px;line-height:40px; padding-left:20px; color:#333;} .sear-btn{ width:140px; height:40px; background:#ff9900; border-radius: 0 6px 6px 0; float:left; cursor:pointer;font-size:16px;line-height:40px; color:#fff; text-align:center; } .bgProColor{background-color: #FF9900;} .btn-pro{color:#FFFFFF;background: #FF9900;position: absolute;bottom: 0;left: 50%; margin-left: -53px;} .btn{padding:6px 24px;} .btn:hover,.btn:focus{outline:none;box-shadow: none;color: #FFFFFF;} .link-btn-box{padding:20px 0;} .link-btn-block{ width: 96%;margin:auto;text-align: center;margin-top: 50px;padding:10px 20px 40px; border:1px solid #eaeaea;background:#f8fbfb;border-radius:4px;} .link-btn{position: relative; width: 32%;margin:auto;margin-bottom: 46px; background: #fff;height: 2px;top: -12px;} .link-btn-icon{position: absolute;top: -36px;left: 50%; margin-left: -40px;width:80px;height:80px;border-radius: 10px;background-position: center;background-repeat: no-repeat;} .link-btn-icon-fabu{background-image: url(../images/home_icon_fabuxuqiu_nor.png);} .link-btn-icon-ruzhu{background-image: url(../images/home_icon_qiyeruzhu_nor.png);} .link-btn-icon-pro{background-image: url(../images/home_icon_woshizhuanjia_nor.png);} .link-btn-tip{position: relative; min-height: 150px;padding:0 10px;font-size:16px;color:#666; line-height: 24px;} .link-tip-tit{font-size:20px;color:#333;line-height: 46px;} /*热门领域*/ .hot-field{ width:100%;min-width: 1120px; background:url(../images/fieldbg.jpg) center center no-repeat; background-size:cover;padding:40px 0 50px;} .con-tit{text-align: center;padding:30px 0 20px;} .con-tit .hh4{background: url(../images/home_line_nor.png) no-repeat center center;font-size:26px;line-height:48px;color:#333333;} .con-tit .hh4 .homeicon-area{background: url(../images/home_icon_remenlingyu_nor.png) no-repeat 0 center;padding-left:30px;} .con-tit .hh4 .homeicon-pro{background: url(../images/home_icon_remenzhuanjia_nor.png) no-repeat 0 center;padding-left:30px;} .con-tit .hh4 .homeicon-hezuo{background: url(../images/home_icon_hezuoqiye_nor.png) no-repeat 0 center;padding-left:30px;} .con-tit .hh4 .homeicon-fangtan{background: url(../images/home_icon_fangtan_nor.png) no-repeat 0 center;padding-left:30px;} .con-tit .showtip{font-size: 18px;line-height: 40px;color:#999999;} .con-ulList{margin-right:-20px;margin-bottom:-20px;} .con-ulList>li{width:31.5%;float:left;text-align:center;margin-right:20px;height:210px;margin-bottom:20px;border:1px solid #e5e5e5;} .con-ulList>li:hover{box-shadow:1px 1px 10px 1px #ddd;} .con-ulList>li>a{display: block;width:100%;} .con-ulList>li .h1Font{line-height:20px;font-size: 18px;color:#333;margin-bottom:6px;} .con-ulList>li .h3Font{font-size: 15px;line-height: 22px;margin-top:6px;} .con-ulList>li .qiyego{display: inline-block;max-width: 86%;line-height: 20px;} .con-ulList>li .authiconNew{top:-2px} .con-ulList>li .madiaHead{width:164px;height:110px;margin:16px auto;background-position:center;background-size:cover;overflow: hidden;} .con-ulList>li .madiaHead .boxBlock{width:164px;height:110px;} .con-ulList>li .madiaHead .boxBlock .boxBlockimg{transition: all 0.6s;} .con-ulList.con-ulListF>li{width:23.1%;height:180px;} .con-ulList>li .madiaOuter{background-size:cover;background-position:center;height:100%;position:relative;} .con-ulList>li .madiaInner{width:100%;height:100%;background:rgba(0,0,0,.5);padding:30px;text-align:left;} .con-ulList>li .madiaInner .ellipsisSty-2{-webkit-line-clamp:3;color:#fff;margin-bottom:16px;line-height:28px;max-height:80px;} .con-ulList>li .madiaInner .h3Font{color:#fff} .con-ulList.con-ulListO{margin-top: 10px;} .con-ulList.con-ulListO>li{height:140px;padding:16px} .con-ulList.con-ulListO>li .h1Font{margin-bottom:0;} .con-ulList.con-ulListO>li>a{padding-top:0;} .con-ulList.con-ulListO>li .madiaHead{width:68px;height:68px;position:absolute;top:50%;margin-top:-34px;border-radius:50%;} .con-ulList.con-ulListO>li .madiaInfo{padding-left:78px;text-align:left;} .con-ulList.con-ulListO>li .flexCenter{min-height:80px;} .con-ultab{margin:0 auto 10px;text-align:center;width:80%;max-height:80px;overflow: hidden} .con-ultab>li{display:inline-block;cursor:pointer;padding:4px 10px;text-align:center;margin-right:10px;margin-bottom:10px;border:1px solid #e5e5e5;border-radius:20px;} .con-ultab>li:hover{border-color:#ff9900;color:#ff9900;} .con-ultab>li.liNow{border-color:#ff9900;color:#ff9900;} /*.field-box{ overflow:hidden; margin:20px auto;} .field{border-radius:2px; border:1px solid #d0d0d0;padding:10px 0; float:left;} .field-name{ display:block;font-size:16px;line-height:40px; color:#fff; text-align:center;} .field-icon{ display:block; width:120px; height:120px; border-radius:50%; margin:auto;} .field-name:hover{color:#fff;} .field-icon1{ background:url(../images/fieldIcon/field20.png) no-repeat center center;} .field-icon2{ background:url(../images/fieldIcon/field11.png) no-repeat center center;} .field-icon3{ background:url(../images/fieldIcon/field16.png) no-repeat center center;} .field-icon4{ background:url(../images/fieldIcon/field04.png) no-repeat center center;} .field-icon5{ background:url(../images/fieldIcon/field18.png) no-repeat center center;} .field-icon6{ background:url(../images/fieldIcon/field07.png) no-repeat center center;} .field-icon7{ background:url(../images/fieldIcon/field02.png) no-repeat center center;} .field-icon8{ background:url(../images/fieldIcon/field05.png) no-repeat center center;} .more{position: relative; display:block; width:132px; height:35px; margin:auto;font-size:14px;line-height:32px;padding:0 30px; color:#fff;} .more em{ position: absolute; top: 50%;margin-top: -9px; margin-left: 4px;width: 16px; height: 16px; background:url(../images/more-white.png) center center no-repeat;background-size:100% 100%;} .hot-field .more{ color:#fff;}*/ /*热门专家*/ .hot-professor{ width:100%;min-width:1120px; } .hot-professor .carousel .carousel-caption{position:static;height: 450px;text-shadow: none;} .hot-professor .homeinfo{position:absolute;margin:60px 0;left:18%;max-width:36%;text-align:left;overflow:hidden;text-shadow:1px 1px 6px #666;} .hot-professor .homeinfo .h1Font{font-size: 22px;line-height:32px;color:#fff;font-weight:700;margin-bottom:20px;max-height:64px;} .hot-professor .homeinfo .h2Font{font-size: 16px;line-height:32px;font-weight:600;margin:2px 0;color:#fff;text-align:justify;text-justify:inter-ideograph;} .hot-professor .homebrief{max-height:228px;} .hot-professor .carousel .item{background: none;border:none;} .hot-professor .carousel .item.active{box-shadow: none;} .hot-professor .carousel .aitemLink{display:block;background-position:center center;background-size:cover;} .hot-professor .carousel .aitemLink>.carousel-caption{background-color:rgba(0,0,0,.2);} @media only screen and (min-width: 800px) and (max-width:1280px) { .hot-professor .homeinfo{max-width:45%} } @media only screen and (min-width: 100px) and (max-width:800px) { .hot-professor .homeinfo{max-width:60%} } /*友情链接*/ .urlLinkBox{background: #FAFAFA;padding: 10px 0;margin-bottom:-20px} .urlLinkBox .tit-M{color: #333;font-size: 18px;margin-bottom:10px;margin-top: 5px;} .urlLinkBox .link-box>ul{overflow: hidden;margin-right: -10px;} .urlLinkBox .link-box>ul>li{display: inline-block;float:left;margin-right: 10px;font-size: 14px;line-height:24px;width:19%;} .urlLinkBox .link-box>ul>li>a{color:#666} /*------------------------------------------------------------------------------------*/ /*账号设置*/ .account{ min-height:100px; margin:auto; padding-top: 40px;overflow: hidden;} .account-set{ width:12%; min-height: 280px; float:left; background:#f8f8f8; border-radius:6px; margin-top:50px; overflow:hidden;} .account-title{ height:58px; padding:0 20px;font-size:17px;line-height:68px;color:#a3a3a3;} .leftsidebar{ display:block; width:100%; height:40px; padding-left:30px;font-size:15px;line-height:40px; color:#313131;} .bgcolor{ background:#ff9900; color:#fff;} .leftsidebar:hover{ background:#ff9900; color:#fff;} .contentbox{ width:87%; float: right;overflow:hidden;margin:40px 0;} .content-set{ width:100%; min-height: 460px; background:#f8f8f8; border-radius:6px; padding-bottom: 20px;margin:10px 0; overflow:hidden; display:none;} .content-set:first-child{ display:block;} .content-set form{ width: 600px;margin: auto;padding: 10px;} .content-title{height:58px;padding:0 30px;font-size:17px;line-height:64px; color:#313131; border-bottom:1px #c8c8c8 solid;} .content-main{ padding:0 20px;} .note{ width:438px;padding: 10px; margin:20px auto 10px;font-size:14px;color:#818181; text-align:center; border-bottom:1px #c8c8c8 dashed;} .note p{line-height:20px;} .acountinfor{ width:60%; margin:10px auto; } .account-photo{ width:175px; height:175px; margin:auto;margin-top:25px; margin-bottom:25px; overflow:hidden;} .account-photo img{width:100%;} .account-name{ height:50px; padding: 0 40px;} .text-txt{font-size:18px;line-height:50px;color:#515151;} /*.edit2{ display:block;width:22px; height:22px; background:url(../images/edit.png) no-repeat left center;margin: 15px 6px;cursor:pointer;}*/ .text{ overflow: hidden;width:180px;margin: auto;} .text a{ overflow: hidden;font-size:14px;line-height:57px; color:#f5980b; padding-left:5px;} .account-wallet{margin:20px auto; padding: 20px; background: #E8E8E8; border-radius: 6px;} .mywallet{ font-size:16px; line-height:20px; color:grey; font-weight: 500;} .walletbox{overflow: hidden; padding:6px 14px;} .walletbrig{font-size: 14px; color: #666; margin-left:20px; } .walletbrig span{ color: #666; margin:2px 10px;font-weight:600; } .walletbrig span .amount{ font-size: 24px;} .walletbrig span .fen{ font-size:18px;} .walletrecords{font-size: 14px; line-height:40px; margin-left:20px; } .walletrecords span{ color:#666; margin:2px 6px; } .walletrecords .recordbtn{ color:#ff9900;cursor:pointer;} .name-txt{ float:left;font-size:18px;line-height:50px; color:#818181;} input[type='radio'].radio {opacity:0; display:inline-block; height:20px; float:left; } label.radio {background:url(../images/unredio.png) no-repeat; height:20px; padding-left:25px; float:left; margin-top:14px; margin-left:10px;font-size:18px;line-height:22px; color:#818181;} input[type='radio'].radio:checked + .radio {background:url(../images/redio.png) no-repeat;} .save{ clear:both; width:100px; height:30px;margin-left:220px; margin-top:20px;border-radius:6px; border:none; background:#ff9900;font-size:14px;line-height:30px; color:#fff;} /*修改密码*/ .msgs{font-size:14px;line-height:40px; color:#ff8500;padding-left:8px; float:left;cursor:pointer;} .msg{ clear:both;font-size:14px;line-height:26px;color:red; padding-left:120px; background:url(../images/info_warn.png) 100px center no-repeat; } .msg-yz{font-size:14px;line-height:26px; color:red; padding:0 30px;background:url(../images/info_warn.png) 10px center no-repeat; margin-bottom:10px; clear: both; } .marginT{ height:60px; width:100%;} .password{ width:100%; height:40px; clear:both; margin:6px 0; } .lable{ float:left; display:block; width:100px;font-size:16px;line-height:40px; color:#747474; padding-right:15px; text-align:right;} .psd{ width:350px; height:40px; float:left; border-radius:6px; border:1px #bdbdbd solid; box-shadow:0px 0px 2px #bdbdbd inset; padding-left:10px;} .forget{ display:block; height:40px;font-size:14px;line-height:40px; color:#ff8500; float:right;cursor:pointer; position:relative;} .forget:hover{ color:#ff8500;} /*账号绑定*/ .binding{ width:100%; height:44px;font-size:16px;line-height:66px;color:#818181;margin-left:70px;; margin-top:40px; display:none; } .unbinding{width:580px; height:44px;font-size:16px;line-height:66px; color:#ff9900;margin:auto; margin-top:40px; cursor:pointer; } .email-icon{display:block; width:30px; height:30px; background:url(../images/ep.png) 0 center no-repeat; float:left; margin-right:6px; margin-top:18px;} .phone-icon{display:block; width:30px; height:30px; background:url(../images/ep.png) -30px center no-repeat;float:left; margin-right:6px; margin-top:18px;} .replace{ width:60px; height:25px; background:#ff9900; border-radius:6px; border:none;font-size:13px;line-height:24px; color:#fff; margin-left:10px; cursor:pointer;} .replace3,.replace4{ display:none;color:#666;} .coverblock{ width:100%; height:100%; background:rgba(0,0,0,0.6); position:fixed; z-index:1004; display:none;} .floatbox{padding: 0 20px 10px 20px;box-shadow:1px 1px 8px #9f9d9d; border-radius:6px;background:#fff; position:absolute; top:80px; left:50%; margin-left:-240px; margin-bottom:40px;} .float-title{ height:60px;border-bottom: 1px #ff9900 solid;font-size:18px;line-height:60px; color:#818181; padding:0 20px;} .times{ background:url(../images/workclose.png) center center no-repeat; position:absolute; top:6px; right:-36px;width: 24px;height: 24px; z-index: 1005; cursor:pointer; } .bdfrm{ padding:20px 30px 40px 30px; } .yz{ width:350px; height:36px; border-radius:6px; border:1px #bdbdbd solid; box-shadow:0px 0px 2px #bdbdbd inset; padding-left:20px; margin:10px;} .cover p{ clear:both;font-size:15px;line-height:26px; color:#818181; text-align:center; margin:10px 0;} .coverset p{ clear:both;font-size:15px;line-height:26px; color:#818181; text-align:center; margin:10px 0;} .cover2 p{ clear:both;font-size:15px;line-height:26px; color:#818181; text-align:center; margin:10px 0;} .activate{ width:140px; height:32px; background:#fff;font-size:14px;line-height:30px; color:#333; cursor:pointer; border:none; border-radius:6px; margin:auto; margin-top:10px; } .act{margin-left:40px;} .act-color{background:#ff9900;color:#fff;} .back-btn:hover{background:#ff9900;color:#fff;cursor:pointer;} .input-code{ width: 210px;margin-left: 10px;} .infor-code{ width:130px; height:36px; background:#ff9900; border:none; border-radius:6px;font-size:14px;line-height:35px; color:#fff; cursor:pointer; margin-left:5px;} /*------------------------------------------------------------------------------------*/ /*专家信息页*/ /*咨询模块按钮入口*/ /*.coulstblock{position:fixed;width:100%;bottom:0;right:0;z-index:200;background:rgba(256,256,256,.9); border:1px solid #dddddd; border-radius:4px 4px 0 0; box-shadow: -3px -2px 8px -1px rgba(0,0,0,0.2); display:none;} .coulstblock .coulstbox{display:block;padding:10px 20px;width:90%;margin:auto; overflow:hidden;} .coulstblock .coulstbox .prohead{ width:80px;margin-left:40px; overflow:hidden;} .coulstblock .coulstbox .proinfomation{margin:0 2%;max-width:50%; overflow:hidden;} .coulstblock .coulstbox .coulstbtn{padding:24px 10px; margin-right: 20px;} .coulstbtn span,#conbtn span{display:inline-block;width:120px;text-align:center;padding:8px;margin-right:6px; border-radius:4px; text-align:center; color:#fff; background:#ff9900;cursor:pointer} .coulstbtn .shareWeixin{background: #52DA4D;} .shareCode{background:#FFFFFF;border:6px solid rgba(0,0,0,.2);padding:8px;position: absolute;bottom:40px;left:0;display: none;width:340px;} .shareCode img{width:120px;height:120px;} .shareCode .shareWord{width: 160px;margin:16px 10px;color:#666666;text-align: left;font-size: 16px; line-height: 28px;} .coulstbtn .attentBtn{position:relative;padding-left:20px;border:1px solid #ff9900;color:#ff9900;background: transparent;} .coulstbtn .attentBtn em{position:absolute;top:50%;margin-top:-8px;left:34px;display:inline-block; width:16px;height:18px;background:url(../images/favoricon.png) 0 -32px no-repeat;background-size:100% auto;} .coulstbtn .attentBtn i{font-style: normal;} .coulstbtn .attentBtn.attented{color:#ffffff;padding-left:24px;background: #f4c600;border:1px solid #f4c600;} .coulstbtn .attentBtn.attented em{background:url(../images/favoricon.png) 0 -48px no-repeat;background-size:100% auto;left:28px;}*/ /*专家信息头部*/ /*.replace-photo{ display:block; width:100%; height:50px; position:absolute; bottom:-50px;background:url(../images/take-photo.png) no-repeat center center; background-color:rgba(0,0,0,0.4);font-size:16px;line-height:44px; color:#fff; text-align:center;} .input-txt{ width:180px; height:26px; color:#666; border-radius:5px; border:1px #f99550 solid; box-shadow:0 0 1px #f99550 inset; float:left; padding-left:10px;} .infor{clear:both; width:100%;overflow:hidden; margin:10px; } .infor2{clear:both; width:100%; margin:10px; } .infor span,.infor2 span{ display:block; width:60px; height:26px; float:left;font-size:14px;line-height:26px; margin-left:10px;} .select{ width:173px; height:24px; border-radius:5px; border:1px #f99550 solid; box-shadow:0 0 1px #f99550 inset; background:url(../images/downselect.png) no-repeat 150px center; float:left; overflow:hidden;} .selectbtn{ width:200px; height:24px; border:none; background:url(../images/downselect.png) no-repeat 150px center; font-size:14px;line-height:26px; color:#999;}*/ /*.infor-save{ float:left; clear:both; width:130px; height:26px; background:#ff9900;box-shadow:none; border:none;cursor:pointer; color:#fff; border-radius:5px;font-size:14px;line-height:16px; margin-top:15px; margin-left:10px; } .close,.close2{float: left; width:130px; height:26px; border-radius:5px; font-weight:normal;background:none; box-shadow:none; border:none;cursor:pointer; padding:0;font-size:14px;line-height:26px; margin-top:15px; margin-left:5px;opacity: 1;color: #666; text-shadow:none; } .close:hover,.close2:hover{ background:#ff9900; color:#fff; opacity: 1; }*/ /*专家信息内容*/ /*.information-content{ width:1100px;height:auto; margin:auto;margin-top:20px; position:relative;overflow: hidden;} .content-left{min-height:394px;max-width: 252px;min-width: 250px;width:24%; float:left;overflow:hidden;z-index:100; } .menublock{ margin-bottom:10px;width:100%; background:#fff; border:1px #eaeaea solid; padding-bottom:10px;} .left-title{ width:165px; height:44px;font-size:20px;line-height:44px; border-bottom:1px #ffad55 solid; padding-left:10px; } .subsidebar{ display:block;cursor: pointer; width:100%; height:26px; padding-left:18px;font-size:14px;line-height:26px;color:#313131; margin-top:5px;} .subcolor{ background:#ff9900; color:#fff;}*/ /*.content-right{ width:820px;min-height:100px; float:left; background:#fff; } .right-box{ width:100%; margin-bottom:10px; } .right-title{ position:relative; overflow:hidden; padding-right:20px;} .right-title span{ float:left;font-size:20px;line-height:48px; /*color:#ff9900; *//*padding-left:15px;}*/ /*.edit-position-left{ background-position:left;}*/ /*.editbox{ clear:both; width:665px; margin:auto;font-size:14px;line-height:20px;color:#666;}*/ /*.reedit{ clear:both; width:100%; min-height:210px; padding:10px;border:1px #f99550 solid; box-shadow:0 0 1px #f99550 inset; font-size:14px;line-height:20px; color:#3e3e3e;resize:none; }*/ /*.addclick{position:absolute; right:0;top:50%;margin-top:-24px;font-size: 14px;background: url(../images/addclick.png) 0 14px no-repeat; padding-left: 22px;line-height: 48px;color: #ff9900;cursor: pointer;} .edit{ background:url(../images/edit.png) no-repeat left center;}*/ /*.exitlist{position:absolute;margin-top:2px;margin-left:6px; width:22px; height:22px; background:url(../images/edit.png) no-repeat left center;cursor:pointer;}*/ /*.btnbox{ overflow:hidden;padding:16px 20px;}*/ /*.btnbox .btn{margin:0 6px;}*/ /*.btnbox .deletebtn{color:#F00;box-shadow: none;border: none;background:none; float:right; }*/ /*.modifybox{ display:none;padding:10px 36px; margin: 6px -30px;background: #FFF9EF;}*/ /*.infor-browse{ clear:both;padding-bottom:16px;} .infor-browse2{padding-bottom:0;}*/ /*.btn-marL{cursor:pointer; } .btn-marB{ margin-bottom:30px;cursor:pointer;}*/ /*.btn{ width:105px; padding:0;cursor:pointer;} .btn:hover, .btn:focus { text-decoration: none; color:#fff;}*/ /*.select-sele{ clear:both; width:100%; height:26px;} .add{ float:left;} .addbtn{ float:left; clear:both; width:105px; height:26px; background:#ff9900;box-shadow:none; border:none;cursor:pointer; color:#fff; border-radius:5px;font-size:14px;line-height:26px; margin-left:10px;cursor:pointer; }*/ /*.listbox-browse{ min-height:26px; position:relative;} .list-browse{ height:24px;box-shadow:2px 2px 1px #c9c9c9 ; text-align:center;font-size:14px;line-height:26px; color:#666; margin-left:15px; float:left;cursor:pointer;padding-right: 8px;max-width: 60%;text-overflow: ellipsis;white-space: nowrap; overflow:hidden;} .plus{ float:left;display:block; width:26px; height:26px; cursor:pointer; background:url(../images/thumb-up.png) no-repeat 0 0; margin-left:10px; } .line{ width:110px; height:1px; background:#ccc; float:left; margin-left:30px; margin-top:12px;} .like-num{ float:right;max-width:38%;height:26px; padding:0 20px; overflow:hidden;cursor:pointer;} .like-people{ width:26px; height:26px; float:left; overflow:hidden; margin-right:5px; background:url(../images/default-photo.png) no-repeat center center; background-size:100% 100%;-moz-background-size:100% 100%;} .like-people img{ width:100%; height:100%;} .like-more{ display: block; border:1px solid #CCCCCC; background:url(../images/likemore.png) no-repeat center center;} .triangleR{ display:block; width:0; height:0; border:8px solid transparent; border-left-color:#f0f1f3; float:right; margin-right:20px;margin-top:6px; cursor: pointer;}*/ /*.acad{ height:26px;border:1px #c9c9c9 solid; border-radius:5px; text-align:center;font-size:14px;line-height:26px;color:#3e3e3e; margin:6px 0; margin-right:15px; float:left;cursor:pointer;padding:0 8px;}*/ /*.list{ height:26px;border:1px #c9c9c9 solid; border-radius:5px; text-align:center;font-size:14px;line-height:26px; color:#3e3e3e; margin-top:12px; margin-left:15px; float:left;cursor:pointer;padding-right: 8px; overflow:hidden;} .use{ height:26px;border:1px #c9c9c9 solid; border-radius:5px; text-align:center;font-size:14px;line-height:26px; color:#3e3e3e; margin-top:12px; margin-left:15px; float:left;cursor:pointer;padding:0 10px; overflow:hidden;} .like{ display:block; float:left; width:28px;background:#ff9900; color:#fff;font-size:10px;line-height:26px; margin-right:5px;}*/ /*.remove{ cursor:pointer; padding-left:5px;} .remove img{width:10px;margin-left:6px;}*/ /*.cancel{ cursor:pointer; padding-left:5px;} .ann{ clear:both; color:#7f7e7e;font-size:10px;line-height:10px; margin-left:50px;} .input-width{ width:326px;} .bus-title{ clear:both;font-size:14px;line-height:26px; color:#3e3e3e; } .check{ width:257px; height:26px; float:left;margin-left:35px;font-size:14px;line-height:26px;color:#3e3e3e;} .txt-width{ width:358px;} .txtType{ position:relative;} .txtExp{ position:relative;width: 60%;} .dateExp{ position:relative;} .lineTo{height: 1px;border: 1px solid #bbb;width: 20px;margin: 15px 0 0 10px;} .required_star{ color:#ff9900;float:left;background:url(../images/requiredicon.png) center center no-repeat;background-size:100% 100%; display:block;width:8px;height:8px;position:absolute; top: 6px;left: -10px; } .edu{ font-size:16px;line-height:30px; color:#868686;padding: 0 16px; margin: 10px;width: 100%;} .edu-h{ height:52px;} .edu-txt{ width:100%;margin-left: 8px;height: 30px;font-size: 14px;line-height: 18px;} .date-box{ } .datebox{ width:540px; overflow:hidden; height:26px;} hr{ width:18px; float:left; background:#ffc688; height:2px; border:none; margin:10px;} .checkbox{ float:left; width:60px;margin-left:15px;margin-top: -1px;} .date-btn{ float:left; width:180px; background:url(../images/select.png) no-repeat right #fff;background-size:13% 100%; z-index:999;} .opacity{ width:150px;} label.edu-radio{ float:none;font-size:16px;line-height:26px; color:#868686; } .edu-select{ margin-left:10px; width:240px; } .sf{ float:left;} .radiobox{ width:115px; float:left;} .date-title{float:left; margin-right: 4px;} .edu-sel{ float:right;} .edu-infor li{margin:0 35px;position: relative;} .edu-infor li:before{content: ' '; background: #666;display: block;width: 4px;height: 4px;border-radius: 50%; position: absolute;top:10px;left:0;} .edu-about li{ list-style:none;position:relative;padding-left: 0;} .edu-about li div.h4tit{position: relative;padding-left:12px;} .edu-about li div.h4tit:before{content: ' '; background: #666;display: block;width: 4px;height: 4px;border-radius: 50%; position: absolute;top:12px;left:0;} .edu-about li .listdata{position:relative;margin:0 35px; padding-left:16px;}*/ /*.edu-about li .listdata .listpoint{display: block;width: 5px;height: 5px; background: #888;border-radius: 50%; position: absolute;top: 10px;left:0;}*/ /* .edu-about li.listnone{margin: 0; list-style: none;padding-left: 0;} */ /*.edu-about{ list-style:inside;font-size:14px;line-height:26px;color:#868686;padding:10px 0 26px 0;cursor:pointer;} .edu-about span{ display:none;} .edu-infor2 li{padding-left:8px;} .infor-browse .edu-about{ color:#666;} .infor-browse .edu-infor { color:#666;} .infor-browse .showList li{padding:0 35px;} .infor-browse .showList2{padding:0 35px;} .infor-browse .showList2 li{padding-left:10px;} .infor-browse .showList2 li:before{content: ' '; background: #666;display: block;width: 4px;height: 4px;border-radius: 50%; position: absolute;top:10px;left:0;}*/ /*#industryShow li{padding-left:10px;}*/ /*企业头部*/ .cmpBasic span:before{content:"";display: inline-block; width: 0; height: 0;border:2px #999 solid;margin: 2px 6px; border-radius:100%;} .cmpBasic span:first-child:before{border:none;margin:0; } /*企业员工用户*/ .staffDlist{overflow: hidden;margin:0 35px;} .staffDlist h2{float:left;width: 58px; text-align: right;line-height: 60px;} .staffDlist dl{width: 78%;float: right;} .staffDlist dl .staffchild{width:60px;} .staffDlist dd{float:left;margin:2% 3%;} .needTopic{ display:inline-table; max-width:76%;} .needAim{margin-left:20px;} .cmpStaff dl{width:100%;float:none;margin-right:-4%;} .cmpStaff dd{max-width:120px;text-align: center;margin:2% 2.9% 1% 0;} .cmpStaff dd .staffChild{width:80px;margin:auto} /*企业需求*/ .infoList{ overflow: hidden;margin:0 35px;padding:6px 0;} .infoList li{margin:4px;position: relative;overflow: hidden;} .infoList .workitimg{ display:block;overflow:hidden;width:100px; height:100px;margin: 5px 0; } .infoList .rebackcon{ height:50px;width:600px;line-height: 24px; overflow:hidden;} .add-icon{ cursor:pointer;} .button{ float:left; width:40px; height:17px; margin-left:10px; margin-top:4px;} .modi{ cursor:pointer;padding-left:10px;} .addbox{ display:none;} /*下拉*/ .mr_sj {position: absolute;right: 18px;top: 12px;border: 6px solid #fff;border-color: #ff9900 transparent transparent;display: block;font-size: 0;height: 0;width: 0;} .mr_timed_div .mr_btn {border: 0;text-align: left;width: 160px;height: 28px;background-color: #fff;} .mr_timed_div {position: relative;width: 180px;height: 30px;cursor: pointer; background-color: #fff;} .xl_list {position: absolute;top: 30px;left: -1px;z-index: 2;background-color: #fff;box-shadow: 2px 2px 4px #efefe4; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;width:180px;} .ul_edubg { max-height: 182px;overflow: auto;display:none;border: 1px solid #e7e7e7;} .mr_timed_div .xl_list li {line-height: 36px;padding-left: 10px;list-style:none;margin: 0 10px;} /*日期组件*/ .mr_calendar_ym {position: absolute;top: 34px;left:6px;height: 160px;width: 244px;background-color: #fff;z-index: 5000;border: 1px solid #e7e7e7;border-radius: 4px;box-shadow: 2px 2px 4px #e7e7e7;cursor:pointer;display:none;} .mr_calendar_ym ul {float: left;} .mr_calendar_ym span{display:block;} .mr_calendar_ym .mr_year {width: 34%;height: 158px;border-right: 1px solid #efefef;overflow: auto;} .mr_calendar_ym .mr_year li {list-style:none;margin:0;cursor: pointer;line-height: 32px;background-color: #fff;color: #333;text-align: center;} .mr_calendar_ym .mr_month { word-wrap: normal;padding: 10px 10px 10px 16px;background-color: #fff; width:66%;height:158px;} .mr_calendar_ym .mr_month li {list-style:none;margin:0;float: left;cursor: pointer;width: 33%;height: 22px;line-height: 22px;color: #333;background-color: #fff;margin: 0 0 10px;} .mr_calendar_ym .full_year{width: 100%;height: 158px;border-right: 1px solid #efefef;overflow: auto;} .mr_calendar_ym .full_year li{list-style:none;margin:0;cursor: pointer;line-height: 32px;background-color: #fff;color: #333;text-align: left;padding-left:16px;} .mr_calendar_ym .active { background-color: #ff9900!important;color: #fff!important;} /*<!--城市选择器-->*/ .citybox{float:left; width:340px;} .infolist{width:100%;/*padding-left:5em;font-size:14px;position:relative;color:#494949;min-height:38px;margin:5px 0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;float:left;clear:both;*/} .infolist .liststyle span{position:relative;height:26px;line-height:26px;width:164px;display:inline-block;padding:0 0 0 6px;cursor:pointer;float:left;margin:0;background:#fff;} .infolist .liststyle span .mr_show{ font-style:normal;width:160px;display:inline-block;height:26px;line-height:26px;position:relative;} .infolist .liststyle span .mr_sj{right:4px;top:10px;} .infolist .liststyle span ul{width:100%;border-radius:0 0 5px 5px;position:absolute;border:1px solid #E8E8E8;background:white;left:-1px;top:25px;margin-bottom:10px;display:none;z-index:10;max-height:280px; overflow:auto;} .infolist .liststyle span ul li{width:100%;float:left;overflow:hidden;border-top:1px solid #E8E8E8;} .infolist .liststyle span ul li:first-child{border-top:0;} .infolist .liststyle span ul li a{display:block;height:30px;line-height:30px;padding:0 8px;color:#494949;} .radio+.radio, .checkbox+.checkbox { margin-top: 2px; } /*------------------------------------------------------------------------------------*/ /*科研资源*/ /*.shareabout{ position:relative; margin:0 20px;} .sharesrcbox{overflow:hidden; position:relative; margin:auto;width: 96%; } .sharescrollbox{ overflow:hidden;width:30000em; position:relative; left:0;} .sharescrollbox .sharesrc{ width:200px; margin:10px 6px; float:left;} .sharescrollbox .restit{ color:#666; margin-top: 6px;} .sharescrollbox .briefinfor{ width:100%; max-height:100px; text-overflow:ellipsis; overflow:hidden; color:#777; } .sharescrollbox .shareshow{ position: relative; width: 200px; height: 200px;border-radius: 4px; overflow: hidden;} .shareopeart{ position:absolute; bottom:0px; left:0px; z-index:100; overflow:hidden; width:100%;} .sharebtn{ display:block; text-align:center; float:left; cursor:pointer; width:100%; height:30px;font-size:14px;line-height:30px; background:rgba(0,0,0,.2); color:#fff;} .sharebtn:hover{ color:#fff; background:#ff9900;} .resoubtn{ position:absolute;top:40%; width:30px; height:41px; background:#ccc; border-width:1px 1px 0 1px; display:none; cursor:pointer;} .resouprev{left:-4px;background:url(../images/arrows.png) -30px 0 no-repeat;} .resounext{right:-4px;background:url(../images/arrows.png) 0 0 no-repeat;} .resouprev:hover{ background:url(../images/arrows.png) -30px -41px no-repeat;} .resounext:hover{ background:url(../images/arrows.png) 0 -41px no-repeat;}*/ /*合作历史及评价*/ /*.evaluate2{ overflow:hidden; border-bottom:1px dashed #d6d6d6; padding:10px 0;} .evaluate2 .lefteva{ float:left; max-height:200px; width:12%; max-width:200px; text-align:center; margin-top:10px;} .evaluate2 .evaimg{ display:block; width:60px; height:60px; overflow:hidden;margin:auto;} .evaluate2 .righteva{ padding:0 10px; float:right; width:88%;} .evaluate2 .evasort{ } .evaluate2 .evasort li{ text-overflow:ellipsis; overflow:hidden; white-space:nowrap;} .evaluate2 .evastarbox{ overflow:hidden;} .evaluate2 .evastar{ display:block; width:20px; height:20px; cursor:pointer; float:left; background:url(../images/evastar.png) 0 -25px no-repeat;} .evaluate2 .evabrief{ display:block; max-height:80px; overflow:hidden; text-overflow:ellipsis; } .shareabout .morebtn{ text-align:right; overflow:hidden; margin:10px;} .shareabout .morebtn .morelink{ color:#333;font-size:14px;line-height:60px;float:right; margin-right:20px;}*/ /*个人修改页面科研资源*/ /*.enterwork{ color:#333;position:absolute; bottom:10px; left:102px; cursor: pointer;} .enterwork:hover{color:#ff9900;}*/ /*机构信息页面*/ /*.head-org{ float:left; position: relative;width:180px; height:180px; overflow:hidden;} .similarblock{ overflow:hidden; margin:0 10px; padding:10px; border-bottom:1px dashed #d6d6d6;} .similarblock .evaimg{ display:block; width:60px; height:60px; overflow:hidden; border:1px solid #999; border-radius:4px; float:left; margin-right:20px;} .rightsim{ max-width:160px; overflow:hidden; float:left;} .rightsim p{text-overflow:ellipsis; white-space:nowrap;overflow:hidden;font-size:12px; line-height:16px;} .subuser{ overflow:hidden;} .subuser li{ overflow:hidden; float:left; text-align:center; padding:10px; width:24%; list-style:none;} .subuser li .evaimg{ display:block; width:60px; height:60px; overflow:hidden; border:1px solid #999; border-radius:4px; margin:auto;} #evastarboxx .staspan{background: url(../images/evastar.png) 0 -3px no-repeat;}*/ /*资源详细信息页面*/ /*.resouLeft{ width: 79%;} .resTop{padding:6px;position: relative;padding:20px 10px;background:#FFFFFF;} .resBrief{width:60%;min-height: 300px;margin-right:1%;} .resBrief .h2Font{line-height: 26px;} .resBrief .h2Font small{color:#888888;line-height: 12px;} .subtit{color:#888888; padding-right:6px; } .resAbout{margin:6px 0;padding: 4px 6px; background: #F4F4F4;margin-bottom: 46px;} .resAbout .subtit{line-height: 36px; } .resUlbox {margin: 1% 2%;} .resUl {width:85%;color:#666666} .resUl li{ float: left; margin: 1%;padding:4px 16px; background: #FFFFFF; border-radius: 6px;} .resBottom{margin:10px 0;padding:20px 10px;background:#FFFFFF;} .resMore{margin:10px 30px 30px 30px; overflow: hidden; border:1px solid #eaeaea;padding:15px;line-height: 24px;color: #666; min-height: 640px;} .resMore p{line-height:2;margin:6px 0;} .resouRight{ width: 20%;} .rightBlock{ min-height: 340px;padding:16px 10px;margin-bottom:10px; background: #FFFFFF;} .proImg{ text-align: center;} .proImg img{ width:180px;margin: auto;} .proInfo{padding:10px 16px;} .otherRes{padding:10px;} .otherRes li{border: 1px solid #e4e5e7;overflow:hidden;margin:10px 0;border-radius: 6px;cursor: pointer;} .otherRes li a{display: block;} .otherRes li .resoumag .resourceImgBox{ max-width:168px;width:168px;height: 168px;} .otherRes li .resoumag h2{color: #666666; text-align: center; padding:10px;}*/ /*科研文章*/ /*.otherRes.shareshow{height:220px;overflow:hidden;width:100%;padding:10px 0;margin-right:-12px;} .otherRes.shareshow li{ width: 202px;float:left;border: 1px solid #e4e5e7;margin:0 14px 14px 0;border-radius: 6px;cursor: pointer;} .otherRes.shareshow li:last-child{margin:0 0 12px 0;}*/ /*文章详细信息页面*/ /*.resBrief2{width: 98%;margin: auto;min-height:80px;} .resBrief2 .subtit{line-height: 42px; } .resBrief2 .resAbout{margin-bottom: 20px;} .art_topicBox{position: relative;display: block;} .art_tbox{ position:absolute;top:0;width:100%;height:100%; background: -webkit-linear-gradient( rgba(0,0,0,0), rgba(0,0,0,0.2)); background: -o-linear-gradient( rgba(0,0,0,0), rgba(0,0,0,0.2)); background: -moz-linear-gradient( rgba(0,0,0,0), rgba(0,0,0,0.2)); background: linear-gradient( rgba(0,0,0,0), rgba(0,0,0,0.2)); } #artical_topic{position: absolute;bottom:0;padding:6px 10px;font-size:14px;line-height:16px;color:#FFFFFF} .art_img{ width: 100%; height:160px; overflow: hidden; background-image: url(../images/default-artical.jpg); background-repeat:no-repeat; background-position:center center; background-size:cover; -moz-background-size:cover; -webkit-background-size:cover;}*/ /*.tagsBox{padding:4%; overflow: hidden;text-overflow: ellipsis; white-space: nowrap;} .tagsBox span{color:#666;margin:0 2px;font-size: 13px;} .main_content{width:94%; margin: auto;} #artical_real p{margin:6px 0;padding:2px;font-size: 15px; line-height: 26px;color:#666666;} #artical_real p.indentNone{text-indent: 0;text-align: center;} #artical_real p.indentNone img{width:90%; margin: 10px 0;} #artical_real .indentNone .imgTit{ font-size: 12px;line-height: 20px;} #artical_real .artSTit{text-indent: 0.5em;font-size:16px; color:#069E21;}*/ /*.share-nav{position:static;background:rgba(245, 248, 251, 0.94); padding:10px 20px;border-top:1px solid transparent;border-bottom:1px solid transparent;} .share-nav.fixed{position:fixed;width:810px;bottom:0;display:block;border-top:1px solid #d3d7db;border-bottom:1px solid #d3d7db;} .navOperate{color:#888888;margin:6px 8px;} .navOperate:hover{color:#ff9900;} .share-nav .wrapicon{display: inline-block;cursor:pointer;padding:0 10px;width: 24px;height: 24px;} .share-nav .upTop{background: url(../images/wrapIcon.png) 0 0 no-repeat; background-size:100% auto ;} .share-nav .upTop:hover{background: url(../images/wrapIcon.png) 0 -24px no-repeat; background-size:100% auto ;} .share-nav .shareBttn{display: inline-block;position:relative;border:1px solid #52DA4D;color: #52DA4D; border-radius: 999em;cursor:pointer;padding:2px 24px;} .share-nav .shareCode{margin-left: -40px;} .share-nav .shareBttn:hover{background: #52DA4D;color: #FFFFFF;} .share-nav .wordHave{background: url(../images/wrapIcon.png) 0 -47px no-repeat; background-size:100% auto ;} .share-nav .wordHave:hover{background: url(../images/wrapIcon.png) 0 -69px no-repeat; background-size:100% auto;} .share-nav .listtit2{line-height: 40px;margin-left:10px;width:86%;color:#888;text-overflow:ellipsis;white-space: nowrap; overflow:hidden;}*/ .commentsArea{padding-bottom: 40px;} .comments-title{font-size:22px;line-height:40px;margin: 10px 0 40px 0;padding-bottom: 6px;border-bottom: 1px solid #dadada;} .respondBtn.frmtype{display:block;width:96%;margin:auto;color:#666666;text-align: center;cursor: pointer;line-height: 40px;} .respondBtn.frmtype:focus{border:1px solid #dadada;} .commentsArea .media-body{width: 90%;margin-left: 10px;} .commentsArea .media-body .listtit{color:#ff9900;line-height: 24px;font-size:15px} .commentsArea .media-body .listtit3{color:#666666;line-height: 21px;font-size:14px} .commentList li{padding:20px 10px;border-bottom:1px dashed #dadada;overflow:hidden;} .commentList li:last-child{border-bottom:1px dashed transparent;} .commentsArea .goMsgbox{padding:20px 10px;width: 100%;} .commentsArea .goMsgbox .frmbtn:focus{border:1px solid transparent;} .commentsArea textarea{ background-color: #fafafa; color: #55636D; outline: none; padding: .2rem; width: 100%; border: 1px solid #d3d7db; border-radius: 3px; font-size: 14px; resize: vertical; margin-bottom: 15px; height: 5rem; } .commentsArea .msgContbox{width:90%;} .commentsArea .msgCont{ min-height:160px;width: 100%;padding:4px 6px;margin-left:10px} /*专家认证*/ .IdentityState{margin: 20px;background: #fff;padding: 100px 10px 100px 10px; text-align:center;} .IdentityState p{padding:10px; margin:10px;} .identBtn{ padding:10px 26px; background:#ff9900; border-radius:4px; color:#fff;cursor: pointer;} .nowState{display:none;} .nowState:first-child{display:block;} .identProcess{font-size:20px; color:#777;} .identts{font-size:15px;color:#999;line-height: 34px;} .IdentityUp{padding-bottom: 20px;} .webupArea .littip{color:#999;padding:10px 30px;font-size:14px;} .webupArea .webuploadMut{min-height:250px;padding:10px;margin:0 20px; background: #fff;border: 2px #f0f0f0 dashed;} .webupArea .subUp{margin-right:20px;}
bulomakaka/ekexiu.app - Gogs: Go Git Service

1 次代码提交 (92424e4ae429715b20ae57d17cde831f4e2d11d6)

作者 SHA1 备注 提交日期
  lipengtao 3c4fd4d120 添加学生,企业专家,专家的模块,加上认证标示 8 年之前
jiapeng/portal-front - Gogs: Go Git Service

1 Commits (3f718107548585738f64762b396a6f283b05a85c)

Auteur SHA1 Message Date
  luyanan d60cd98165 完善信息身份选择,特邀专家首次登录设置密码 7 ans auparavant
ekexiu.app - Gogs: Go Git Service

Sin Descripción

manifest.json 11KB

    { "@platforms": ["android", "iPhone", "iPad"], "id": "H57740BC4",/*应用的标识,创建应用时自动生成,勿手动修改*/ "name": "ekexiu",/*应用名称,程序桌面图标名称*/ "version": { "name": "1.0.0",/*应用版本名称*/ "code": "83" }, "description": "",/*应用描述信息*/ "icons": { "72": "icon.png" }, "launch_path": "index.html",/*应用的入口页面,默认为根目录下的index.html;支持网络地址,必须以http://或https://开头*/ "developer": { "name": "",/*开发者名称*/ "email": "",/*开发者邮箱地址*/ "url": "http://www.dcloud.io" }, "permissions": { "Accelerometer": { "description": "访问加速度感应器" }, "Audio": { "description": "访问麦克风" }, "Cache": { "description": "管理应用缓存" }, "Camera": { "description": "访问摄像头" }, "Console": { "description": "跟踪调试输出日志" }, "Contacts": { "description": "访问系统联系人信息" }, "Device": { "description": "访问设备信息" }, "Downloader": { "description": "文件下载管理" }, "Events": { "description": "应用扩展事件" }, "File": { "description": "访问本地文件系统" }, "Gallery": { "description": "访问系统相册" }, "Geolocation": { "description": "访问位置信息" }, "Invocation": { "description": "使用Native.js能力" }, "Messaging": { "description": "访问通讯能力" }, "Orientation": { "description": "访问方向感应器" }, "Proximity": { "description": "访问距离感应器" }, "Storage": { "description": "管理应用本地数据" }, "Uploader": { "description": "管理文件上传任务" }, "Runtime": { "description": "访问运行期环境" }, "XMLHttpRequest": { "description": "跨域网络访问" }, "Zip": { "description": "文件压缩与解压缩" }, "Barcode": { "description": "管理二维码扫描插件" }, "Maps": { "description": "管理地图插件" }, "Speech": { "description": "管理语音识别插件" }, "Webview":{ "description": "窗口管理" }, "NativeUI":{ "description": "原生UI控件" }, "Navigator":{ "description": "浏览器信息" }, "NativeObj":{ "description": "原生对象" } }, "plus": { "splashscreen": { "autoclose": true,/*是否自动关闭程序启动界面,true表示应用加载应用入口页面后自动关闭;false则需调plus.navigator.closeSplashscreen()关闭*/ "waiting": true }, "runmode": "liberate",/*应用的首次启动运行模式,可取liberate或normal,liberate模式在第一次启动时将解压应用资源(Android平台File API才可正常访问_www目录)*/ "signature": "Sk9JTiBVUyBtYWlsdG86aHIyMDEzQGRjbG91ZC5pbw==",/*可选,保留给应用签名,暂不使用*/ "distribute": { "apple": { "appid": "",/*iOS应用标识,苹果开发网站申请的appid,如io.dcloud.HelloH5*/ "mobileprovision": "",/*iOS应用打包配置文件*/ "password": "",/*iOS应用打包个人证书导入密码*/ "p12": "",/*iOS应用打包个人证书,打包配置文件关联的个人证书*/ "devices": "universal",/*iOS应用支持的设备类型,可取值iphone/ipad/universal*/ "frameworks": [] }, "google": { "packagename": "",/*Android应用包名,如io.dcloud.HelloH5*/ "keystore": "",/*Android应用打包使用的密钥库文件*/ "password": "",/*Android应用打包使用密钥库中证书的密码*/ "aliasname": "",/*Android应用打包使用密钥库中证书的别名*/ "permissions": ["<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>","<uses-permission android:name=\"android.permission.READ_CONTACTS\"/>","<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.READ_LOGS\"/>","<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>","<uses-feature android:name=\"android.hardware.camera.autofocus\"/>","<uses-permission android:name=\"android.permission.WRITE_CONTACTS\"/>","<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>","<uses-permission android:name=\"com.android.launcher.permission.UNINSTALL_SHORTCUT\"/>","<uses-permission android:name=\"android.permission.CAMERA\"/>","<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>","<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>","<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>","<uses-permission android:name=\"com.android.launcher.permission.INSTALL_SHORTCUT\"/>","<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>","<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>","<uses-permission android:name=\"android.permission.CALL_PHONE\"/>","<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>","<uses-feature android:name=\"android.hardware.camera\"/>","<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"] }, "orientation": ["portrait-primary", "portrait-secondary"],/*应用支持的方向,portrait-primary:竖屏正方向;portrait-secondary:竖屏反方向;landscape-primary:横屏正方向;landscape-secondary:横屏反方向*/ "icons": { "ios": { "prerendered": true, /*应用图标是否已经高亮处理,在iOS6及以下设备上有效*/ "auto": "", /*应用图标,分辨率:512x512,用于自动生成各种尺寸程序图标*/ "iphone": { "normal": "",/*iPhone普通屏幕程序图标,分辨率:57x57*/ "retina": "",/*iPhone高分屏程序图标,分辨率:114x114*/ "retina7": "",/*iPhone iOS7高分屏程序图标,分辨率:120x120*/ "spotlight-normal": "", /*iPhone Spotlight搜索程序图标,分辨率:29x29*/ "spotlight-retina": "", /*iPhone高分屏Spotlight搜索程序图标,分辨率:58x58*/ "spotlight-retina7": "",/*iPhone iOS7高分屏Spotlight搜索程序图标,分辨率:80x80*/ "settings-normal": "", /*iPhone设置页面程序图标,分辨率:29x29*/ "settings-retina": "" }, "ipad": { "normal": "", /*iPad普通屏幕程序图标,分辨率:72x72*/ "retina": "", /*iPad高分屏程序图标,分辨率:144x144*/ "normal7": "", /*iPad iOS7程序图标,分辨率:76x76*/ "retina7": "", /*iPad iOS7高分屏程序图标,分辨率:152x152*/ "spotlight-normal": "", /*iPad Spotlight搜索程序图标,分辨率:50x50*/ "spotlight-retina": "", /*iPad高分屏Spotlight搜索程序图标,分辨率:100x100*/ "spotlight-normal7": "",/*iPad iOS7 Spotlight搜索程序图标,分辨率:40x40*/ "spotlight-retina7": "",/*iPad iOS7高分屏Spotlight搜索程序图标,分辨率:80x80*/ "settings-normal": "",/*iPad设置页面程序图标,分辨率:29x29*/ "settings-retina": "" } }, "android": { "mdpi": "", /*普通屏程序图标,分辨率:48x48*/ "ldpi": "", /*大屏程序图标,分辨率:48x48*/ "hdpi": "", /*高分屏程序图标,分辨率:72x72*/ "xhdpi": "",/*720P高分屏程序图标,分辨率:96x96*/ "xxhdpi": "" } }, "splashscreen": { "ios": { "iphone": { "default": "", /*iPhone3启动图片选,分辨率:320x480*/ "retina35": "",/*3.5英寸设备(iPhone4)启动图片,分辨率:640x960*/ "retina40": "" }, "ipad": { "portrait": "", /*iPad竖屏启动图片,分辨率:768x1004*/ "portrait-retina": "",/*iPad高分屏竖屏图片,分辨率:1536x2008*/ "landscape": "", /*iPad横屏启动图片,分辨率:1024x748*/ "landscape-retina": "", /*iPad高分屏横屏启动图片,分辨率:2048x1496*/ "portrait7": "", /*iPad iOS7竖屏启动图片,分辨率:768x1024*/ "portrait-retina7": "",/*iPad iOS7高分屏竖屏图片,分辨率:1536x2048*/ "landscape7": "", /*iPad iOS7横屏启动图片,分辨率:1024x768*/ "landscape-retina7": "" } }, "android": { "mdpi": "", /*普通屏启动图片,分辨率:240x282*/ "ldpi": "", /*大屏启动图片,分辨率:320x442*/ "hdpi": "", /*高分屏启动图片,分辨率:480x762*/ "xhdpi": "", /*720P高分屏启动图片,分辨率:720x1242*/ "xxhdpi": "" } } } }, "dependencies": { "pages": { "index.html": { "resources": [ "fonts/mui.ttf", "css/mui.min.css", "libs/mui.min.js", "html/login.html", "css/app.css", "images/field18.png", "images/qq.png", "images/weixin.png", "images/authicon.png", "images/default-photo.jpg", "images/field-icon8.png", "html/proinforbrow.html", "html/fillinfo.html" ], "refer": [ "html/reg.html", "html/setpass.html" ], "priority": 0 }, "html/login.html": { "resources": [ "images/logo.png", "css/app.css", "images/workclose.png", "libs/mui.js", "css/reset.css", "images/sinaweibo.png", "images/weixin.png", "images/qq.png", "index.html", "fonts/mui.ttf", "css/mui.min.css" ], "refer": [], "priority": 0 }, "html/reg.html": { "resources": [ "images/logo.png", "css/app.css", "images/workclose.png", "libs/mui.js", "images/sinaweibo.png", "images/weixin.png", "images/qq.png", "css/reset.css", "images/agreenicon.png", "css/mui.min.css" ], "refer": [], "priority": 0 }, "html/fillinfo.html": { "resources": [ "css/app.css", "css/mui.min.css", "libs/mui.min.js", "images/default-photo.jpg", "index.html", "images/requiredicon.png" ], "refer": [], "priority": 0 }, "html/proinforbrow.html": { "resources": [ "images/dialogue.png", "css/app.css", "fonts/mui.ttf", "css/mui.min.css", "images/authicon.png", "libs/mui.min.js", "images/default-photo.jpg", "index.html", "images/zan.png", "images/goto.png", "html/proinforbrow-more.html" ], "refer": [], "priority": 0 }, "html/proinforbrow-more.html": { "resources": [ "images/icon-acad.png", "images/icon-honor.png", "images/icon-project.png", "images/icon-work.png", "images/icon-edu.png", "images/icon-mono.png", "html/proinforbrow.html" ], "refer": [], "priority": 0 } }, "idle": { "resources": [ "css/mui.css" ] } } }
Sign In - Gogs: Go Git Service

Sign In