| @@ -16,63 +16,50 @@ | |||
| <body> | |||
| <div class="main" id="page"> | |||
| <!--顶部Title--> | |||
| <div class="bg-f7 txc"> | |||
| <div class="w-1200 topDress"> | |||
| <div class="fr" id="userLogin" style="display: none;"> | |||
| <a href="view/login/login.html">请登录</a> | |||
| <a href="view/login/register.html">免费注册</a> | |||
| <!--LOGO search--> | |||
| <div class="logoSearch"> | |||
| <div class="logoSearch-div"> | |||
| <div class="logo" onclick="goIndex()"></div> | |||
| <div class="login_block" id="userLogin" style="display: none;"> | |||
| <img src="static/images/login_icon.png" alt=""> | |||
| <a href="view/login/login.html">登录 </a>/ | |||
| <a href="view/login/register.html"> 免费注册</a> | |||
| </div> | |||
| <div class="fr" id="userInfo" style="display: none;"> | |||
| <img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 3px" alt=""/> | |||
| <img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/> | |||
| <a href="user.html" class="fl userName" id="userRealName">Sherry</a> | |||
| <div class="clear"></div> | |||
| <div class="userInfo_main" id="userInfo" style="display: none;"> | |||
| <img src="../../static/images/login_icon.png" class="block m-r-10" alt=""/> | |||
| <a href="user.html" class="userName" id="userRealName">Sherry</a> | |||
| </div> | |||
| <div class="headHover" id="headHover" style="display: none;"> | |||
| <ul> | |||
| <li> | |||
| <li style="display: none;"> | |||
| <p id="userRealName2">Sherry</p> | |||
| </li> | |||
| <li class="m-t-5"> | |||
| <li> | |||
| <img src="../../static/images/user_icon1.png" class="fl" alt=""/> | |||
| <a href="view/user/user.html?type=info" class="fl">我的资料</a> | |||
| <div class="clear"></div> | |||
| </li> | |||
| <li> | |||
| <img src="../../static/images/user_icon2.png" class="fl" alt=""/> | |||
| <a href="view/user/user.html?type=demand" class="fl">我的供求</a> | |||
| <div class="clear"></div> | |||
| </li> | |||
| <li> | |||
| <img src="../../static/images/user_icon3.png" class="fl" alt=""/> | |||
| <a href="view/user/user.html?type=interact" class="fl">我的咨询</a> | |||
| <div class="clear"></div> | |||
| </li> | |||
| <li> | |||
| <img src="../../static/images/user_icon9.png" class="fl" alt=""/> | |||
| <a href="view/user/user.html?type=application" class="fl">我的报名</a> | |||
| <div class="clear"></div> | |||
| </li> | |||
| <li class="m-b-5"> | |||
| <img src="../../static/images/user_icon4.png" class="fl" alt=""/> | |||
| <a href="view/user/user.html?type=bidding" class="fl">我的竞价</a> | |||
| <div class="clear"></div> | |||
| </li> | |||
| <li onclick="outLogin()"> | |||
| <img src="../../static/images/user_icon5.png" class="fl" alt=""/> | |||
| <a class="fl">退出登录</a> | |||
| <div class="clear"></div> | |||
| </li> | |||
| </ul> | |||
| </div> | |||
| <div class="clear"></div> | |||
| </div> | |||
| </div> | |||
| <!--LOGO search--> | |||
| <div class="logoSearch"> | |||
| <div class="logoSearch-div"> | |||
| <div class="logo" onclick="goIndex()"></div> | |||
| </div> | |||
| <div class="clear"></div> | |||
| </div> | |||
| @@ -81,13 +68,11 @@ | |||
| <div class="top"> | |||
| <ul class="container w-1200"> | |||
| <li class="active"><a href="javascript:void(0)">首页</a></li> | |||
| <li><a href="view/listingItems/itemsList.html">交易项目</a></li> | |||
| <li><a href="view/bidding/biddingList.html">竞价大厅</a></li> | |||
| <li><a href="view/announcement/announcement.html">公示公告</a></li> | |||
| <!-- <li><a href="view/demand/demand.html">个人供求</a></li>--> | |||
| <!-- <li><a href="view/new/newList.html">新闻资讯</a></li>--> | |||
| <!-- <li><a href="view/policy/policy.html">政策法规</a></li>--> | |||
| <!-- <li><a href="view/interact/interactList.html">互动交流</a></li>--> | |||
| <li><a href="view/listingItems/itemsList.html">供应项目</a></li> | |||
| <li><a href="view/listingItems/itemsNeedsList.html?clickType=collectiveAssets">需求项目</a></li> | |||
| <li><a href="view/announcement/announcement.html">交易公告</a></li> | |||
| <li><a href="view/announcement/announcementNew.html">招标公告</a></li> | |||
| </ul> | |||
| </div> | |||
| <!--banner及左侧导航 --> | |||
| @@ -85,6 +85,46 @@ table{ | |||
| text-align: center; | |||
| } | |||
| .newList #inviteTendersInformationContent li p:nth-child(1){ | |||
| width: 25%; | |||
| padding-left: 15px; | |||
| } | |||
| .newList #inviteTendersInformationContent li p:nth-child(2){ | |||
| width: 35%; | |||
| text-align: left; | |||
| } | |||
| .newList #inviteTendersInformationContent li p:nth-child(3){ | |||
| width: 20%; | |||
| text-align: right; | |||
| } | |||
| .newList #inviteTendersInformationContent li p:nth-child(4){ | |||
| width: 20%; | |||
| text-align: center; | |||
| } | |||
| .newList #winTheBiddingInformationContent li p:nth-child(1){ | |||
| width: 25%; | |||
| padding-left: 15px; | |||
| } | |||
| .newList #winTheBiddingInformationContent li p:nth-child(2){ | |||
| width: 35%; | |||
| text-align: left; | |||
| } | |||
| .newList #winTheBiddingInformationContent li p:nth-child(3){ | |||
| width: 20%; | |||
| text-align: right; | |||
| } | |||
| .newList #winTheBiddingInformationContent li p:nth-child(4){ | |||
| width: 20%; | |||
| text-align: center; | |||
| } | |||
| .newHead,.newHead_attestation{ | |||
| background: #f1f1f1; | |||
| padding: 15px 0; | |||
| @@ -13,10 +13,6 @@ | |||
| } | |||
| #userLogin{ | |||
| color: #adadad; | |||
| text-align: left; | |||
| font-size: 12px; | |||
| padding: 10px 0; | |||
| } | |||
| #userLogin a{ | |||
| @@ -107,11 +103,13 @@ | |||
| top: 39px; | |||
| width: 1200px; | |||
| margin: 0 auto; | |||
| display: flex; | |||
| align-items: center; | |||
| justify-content: space-between; | |||
| } | |||
| .logoSearch-div a { | |||
| margin-left: 20px; | |||
| color: #b8b8b8; | |||
| color: #333333; | |||
| } | |||
| .logoSearch-div a:hover { | |||
| @@ -1407,7 +1405,7 @@ label input[type="radio"]:checked+span { | |||
| font-size: 12px; | |||
| color: #000!important; | |||
| margin: 0!important; | |||
| padding: 10px 0; | |||
| /*padding: 10px 0;*/ | |||
| } | |||
| .userName:hover{ | |||
| @@ -1417,8 +1415,8 @@ label input[type="radio"]:checked+span { | |||
| .headHover{ | |||
| position: absolute; | |||
| top: 38px; | |||
| right: 0; | |||
| top: 72px; | |||
| right: -36px; | |||
| background: #FFF; | |||
| padding: 15px 10px; | |||
| width: 142px; | |||
| @@ -1433,6 +1431,10 @@ label input[type="radio"]:checked+span { | |||
| color: #000; | |||
| } | |||
| .headHover ul li img{ | |||
| width: 14px; | |||
| } | |||
| .headHover ul li a:hover{ | |||
| cursor: pointer; | |||
| color: var(--color); | |||
| @@ -1445,6 +1447,8 @@ label input[type="radio"]:checked+span { | |||
| .headHover ul li{ | |||
| padding: 8px 5px; | |||
| display: flex; | |||
| align-items: center; | |||
| } | |||
| .headHover ul li:first-child{ | |||
| @@ -1,5 +1,5 @@ | |||
| .registerBody{ | |||
| background: url("../../images/loginBg.png"); | |||
| background: url("../../images/loginBg.jpg"); | |||
| width: 100%; | |||
| background-size: 100% 100%; | |||
| border-top: 2px solid var(--color); | |||
| @@ -49,7 +49,7 @@ | |||
| } | |||
| .titleTab{ | |||
| background: var(--color); | |||
| background: linear-gradient(to right,#479ef1,#095dcc); | |||
| } | |||
| .titleTab p{ | |||
| @@ -58,7 +58,8 @@ | |||
| line-height: 76px; | |||
| width: 50%; | |||
| text-align: center; | |||
| color: #7fbdba; | |||
| color: rgba(255,255,255,0.6); | |||
| font-size: 18px; | |||
| } | |||
| .titleTab p:hover{ | |||
| @@ -119,4 +120,4 @@ | |||
| #userLogin{ | |||
| padding: 0; | |||
| } | |||
| } | |||
| @@ -1,5 +1,5 @@ | |||
| .registerBody{ | |||
| background: url("../../images/loginBg.png"); | |||
| background: url("../../images/loginBg.jpg"); | |||
| width: 100%; | |||
| background-size: 100% 100%; | |||
| border-top: 2px solid var(--color); | |||
| @@ -2615,4 +2615,18 @@ Basic Swiper Styles | |||
| background: #ffffff; | |||
| box-shadow: 0px 0px 10px rgba(0,0,0,0.2); | |||
| padding: 10px; | |||
| } | |||
| } | |||
| .login_block{ | |||
| display: flex; | |||
| align-items: center; | |||
| } | |||
| .login_block img{ | |||
| margin-right: 20px; | |||
| } | |||
| .userInfo_main{ | |||
| display: flex; | |||
| align-items: center; | |||
| } | |||
| @@ -131,7 +131,7 @@ require(["jquery", "Tools","addressApi"], function ($, Tools) { | |||
| // document.getElementById('dressList').style.display = 'none'; | |||
| // }; | |||
| if(tools.getCookie('Admin-Token') != ''){ | |||
| document.getElementById('userInfo').style.display = 'block'; | |||
| document.getElementById('userInfo').style.display = 'flex'; | |||
| document.getElementById('userLogin').style.display = 'none'; | |||
| document.getElementById('userRealName').innerHTML = tools.getCookie('userName'); | |||
| document.getElementById('userRealName2').innerHTML = tools.getCookie('userName'); | |||
| @@ -148,7 +148,7 @@ require(["jquery", "Tools","addressApi"], function ($, Tools) { | |||
| document.getElementById('headHover').style.display = 'none'; | |||
| }; | |||
| }else{ | |||
| document.getElementById('userLogin').style.display = 'block'; | |||
| document.getElementById('userLogin').style.display = 'flex'; | |||
| } | |||
| outLogin = function(){ | |||
| @@ -433,7 +433,7 @@ define(['jquery', 'dialog','jsencrypt'], function ($, dialog,JSEncrypt) { | |||
| */ | |||
| skip: function (url) { | |||
| if (url != '') { | |||
| window.open(url) | |||
| window.location = url | |||
| } | |||
| }, | |||
| /** | |||
| @@ -14,7 +14,7 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio | |||
| module.init = function (page) { | |||
| //获取焦点图信息 | |||
| tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
| //tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
| //成交公告 | |||
| tools.doGet(announDetail+'/'+getQueryVariable('id'), {}, module.announInformation,true); | |||
| //网站配置信息(网站名称 底部联系方式 公安备案号 网站备案号) | |||
| @@ -141,4 +141,4 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio | |||
| } | |||
| return module; | |||
| }); | |||
| }); | |||
| @@ -257,7 +257,7 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio | |||
| searchAllNew = function (type) { | |||
| var searchAllTitle = $('#searchAllTitle').val(); | |||
| var type = getQueryVariable('type'); | |||
| var type = window.location.href; | |||
| module.data.announcementInformationList = []; | |||
| module.data.attestationInformationList = []; | |||
| module.data.inviteTendersInformationList = []; | |||
| @@ -270,10 +270,11 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio | |||
| $('#page_s3').html('') | |||
| $('.page_s4').html('') | |||
| $('#page_s4').html('') | |||
| if(type != undefined && type != ''){ | |||
| console.log(type.indexOf('announcementNew')) | |||
| if(type.indexOf('announcementNew') > 0){ | |||
| //成交公告 | |||
| tools.doGet(tenderList, {deptId:100,pageNum:module.data.pageNum,pageSize:module.data.pageSize}, module.inviteTendersInformation,true); | |||
| tools.doGet(winList, {deptId:100,pageNum:module.data.pageNum,pageSize:module.data.pageSize}, module.winTheBiddingInformation,true); | |||
| tools.doGet(tenderList, {projectName:searchAllTitle,deptId:100,pageNum:module.data.pageNum,pageSize:module.data.pageSize}, module.inviteTendersInformation,true); | |||
| tools.doGet(winList, {projectName:searchAllTitle,deptId:100,pageNum:module.data.pageNum,pageSize:module.data.pageSize}, module.winTheBiddingInformation,true); | |||
| }else{ | |||
| tools.doGet(announList, {projectName:searchAllTitle,deptId:100,pageNum:module.data.pageNum,pageSize:module.data.pageSize}, module.announInformation,true); | |||
| tools.doGet(attestationList, {projectName:searchAllTitle,deptId:100,pageNum:module.data.pageNum,pageSize:module.data.pageSize}, module.attestationInformation,true); | |||
| @@ -14,7 +14,7 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio | |||
| module.init = function (page) { | |||
| //获取焦点图信息 | |||
| tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
| //tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
| //底部友情链接 | |||
| tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | |||
| //鉴证公告 | |||
| @@ -158,4 +158,4 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio | |||
| } | |||
| return module; | |||
| }); | |||
| }); | |||
| @@ -15,7 +15,7 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio | |||
| module.init = function (page) { | |||
| //获取焦点图信息 | |||
| tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
| //tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
| //底部友情链接 | |||
| tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | |||
| //鉴证公告 | |||
| @@ -103,9 +103,11 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio | |||
| bizPath: 'transaction', | |||
| tableId:content.id | |||
| } | |||
| var announcementInformationData = template('announcementInformationData', module.data); | |||
| $("#announcementInformationContent").html(announcementInformationData); | |||
| tools.doGet(attachmentQuery, query, module.attachmentQuery,true); | |||
| //竞价方式字典 | |||
| tools.doGet(Dictionaries+'/tenderbid_type', {}, module.biddingTypeDictionaries,true); | |||
| //tools.doGet(Dictionaries+'/tenderbid_type', {}, module.biddingTypeDictionaries,true); | |||
| } | |||
| } | |||
| @@ -14,7 +14,7 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio | |||
| module.init = function (page) { | |||
| //获取焦点图信息 | |||
| tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
| //tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
| //底部友情链接 | |||
| tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | |||
| //成交公告 | |||
| @@ -149,4 +149,4 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio | |||
| } | |||
| return module; | |||
| }); | |||
| }); | |||
| @@ -14,7 +14,7 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio | |||
| module.init = function (page) { | |||
| //获取焦点图信息 | |||
| tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
| //tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
| //底部友情链接 | |||
| tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | |||
| //鉴证公告 | |||
| @@ -29,7 +29,7 @@ define(['jquery', "template", "Tools", "demandApi", "paging", 'swiper'], functio | |||
| module.init = function (page) { | |||
| //获取焦点图信息 | |||
| tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
| //tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
| //底部友情链接 | |||
| tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | |||
| //个人供应 | |||
| @@ -210,4 +210,4 @@ define(['jquery', "template", "Tools", "demandApi", "paging", 'swiper'], functio | |||
| } | |||
| } | |||
| return module; | |||
| }); | |||
| }); | |||
| @@ -29,7 +29,7 @@ define(['jquery', "template", "Tools", "demandApi", "paging","user", 'swiper'], | |||
| module.init = function (page) { | |||
| //获取焦点图信息 | |||
| tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
| //tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
| //底部友情链接 | |||
| tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | |||
| //网站配置信息(网站名称 底部联系方式 公安备案号 网站备案号) | |||
| @@ -119,4 +119,4 @@ define(['jquery', "template", "Tools", "demandApi", "paging","user", 'swiper'], | |||
| } | |||
| } | |||
| return module; | |||
| }); | |||
| }); | |||
| @@ -27,7 +27,7 @@ define(['jquery', "template", "Tools", "interactApi", "paging", 'swiper'], funct | |||
| module.init = function (page) { | |||
| //获取焦点图信息 | |||
| tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
| //tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
| //底部友情链接 | |||
| tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | |||
| if(getQueryVariable('keyWord')){ | |||
| @@ -203,4 +203,4 @@ define(['jquery', "template", "Tools", "interactApi", "paging", 'swiper'], funct | |||
| } | |||
| } | |||
| return module; | |||
| }); | |||
| }); | |||
| @@ -18,7 +18,7 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi',"cupload"], function | |||
| module.init = function (page) {//底部友情链接 | |||
| // var wp = new WritingPad(); | |||
| //获取焦点图信息 | |||
| tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
| //tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
| tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | |||
| document.getElementById('realName').value = tools.getCookie('userName'); | |||
| document.getElementById('userNum').value = tools.getCookie('phone'); | |||
| @@ -21,7 +21,7 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi', 'swiper'], function | |||
| module.init = function (page) { | |||
| //获取焦点图信息 | |||
| tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
| //tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
| //底部友情链接 | |||
| tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | |||
| @@ -22,7 +22,7 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi', 'swiper'], function | |||
| module.init = function (page) { | |||
| //获取焦点图信息 | |||
| tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
| //tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
| //底部友情链接 | |||
| tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | |||
| @@ -14,7 +14,7 @@ define(['jquery', "template", "Tools", "itemsApi", "paging", 'swiper'], function | |||
| module.init = function (page) { | |||
| //获取焦点图信息 | |||
| tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
| //tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
| //成交公告 | |||
| tools.doGet(needProject+'/'+getQueryVariable('id'), {translate_dict:1}, module.announInformation,true); | |||
| //网站配置信息(网站名称 底部联系方式 公安备案号 网站备案号) | |||
| @@ -133,4 +133,4 @@ define(['jquery', "template", "Tools", "itemsApi", "paging", 'swiper'], function | |||
| } | |||
| return module; | |||
| }); | |||
| }); | |||
| @@ -23,7 +23,7 @@ define(['jquery', "template", "Tools", "newApi", "paging", 'swiper'], function ( | |||
| module.init = function (page) { | |||
| //获取焦点图信息 | |||
| tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
| //tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
| //底部友情链接 | |||
| tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | |||
| if(getQueryVariable('title') ){ | |||
| @@ -130,4 +130,4 @@ define(['jquery', "template", "Tools", "newApi", "paging", 'swiper'], function ( | |||
| } | |||
| } | |||
| return module; | |||
| }); | |||
| }); | |||
| @@ -14,7 +14,7 @@ define(['jquery', "template", "Tools", "newApi", 'swiper'], function ($, templat | |||
| module.init = function (page) { | |||
| //获取焦点图信息 | |||
| tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
| //tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
| //底部友情链接 | |||
| tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | |||
| //console.log(getQueryVariable('id')) | |||
| @@ -94,4 +94,4 @@ define(['jquery', "template", "Tools", "newApi", 'swiper'], function ($, templat | |||
| } | |||
| return module; | |||
| }); | |||
| }); | |||
| @@ -27,7 +27,7 @@ define(['jquery', "template", "Tools", "policyApi", "paging", 'swiper'], functio | |||
| module.init = function (page) { | |||
| //获取焦点图信息 | |||
| tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
| //tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
| //底部友情链接 | |||
| tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | |||
| var type = getQueryVariable('type'); | |||
| @@ -229,4 +229,4 @@ define(['jquery', "template", "Tools", "policyApi", "paging", 'swiper'], functio | |||
| } | |||
| } | |||
| return module; | |||
| }); | |||
| }); | |||
| @@ -14,7 +14,7 @@ define(['jquery', "template", "Tools", "newApi", 'swiper'], function ($, templat | |||
| module.init = function (page) { | |||
| //获取焦点图信息 | |||
| tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
| //tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
| //底部友情链接 | |||
| tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | |||
| console.log(getQueryVariable('id')) | |||
| @@ -105,4 +105,4 @@ define(['jquery', "template", "Tools", "newApi", 'swiper'], function ($, templat | |||
| } | |||
| return module; | |||
| }); | |||
| }); | |||
| @@ -46,7 +46,7 @@ define(['jquery', "template", "Tools", "user", "paging","cupload","kindeditor", | |||
| var tools = new Tools(); | |||
| module.init = function (page) { | |||
| //获取焦点图信息 | |||
| tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
| //tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
| //底部友情链接 | |||
| tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | |||
| //用户资料 | |||
| @@ -16,56 +16,9 @@ | |||
| <body> | |||
| <div class="main" id="page"> | |||
| <div class="swiper-container" id="bannerFocusWrapTop"> | |||
| <script id="bannerFocusDataTop" type="text/html"> | |||
| {{each focusListTop as value i}} | |||
| <div class="swiper-slide"> | |||
| <img src="{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| </div> | |||
| {{/each}} | |||
| </script> | |||
| <div class="swiper-wrapper" id="bannerFocusTopContent"></div> | |||
| <!-- <div class="page-pagination"></div>--> | |||
| </div> | |||
| <!--顶部Title --> | |||
| <div class="bg-f7 txc"> | |||
| <div class="w-1200 topDress"> | |||
| <p class="topTit fl">Hi,欢迎来到农村产权交易中心</p> | |||
| <div class="searchDiv fl"> | |||
| <input type="text" placeholder="请输入关键词搜索" id="searchAllTitle" class="searchClass" /> | |||
| <input type="button" value="搜索" onclick="searchAllNew()" class="searchButton" /> | |||
| </div> | |||
| <!-- <div class="topTit02 fl" id="dress">--> | |||
| <!-- <img src="../../static/images/icon3.png" alt="" class="fl"/>--> | |||
| <!-- <p class="fl">威海市</p>--> | |||
| <!-- <div class="clear"></div>--> | |||
| <!-- </div>--> | |||
| <a href="javascript:void(0);" class="topTit02 fl">返回主站</a> | |||
| <!-- <a href="../bidding/biddingBigData.html" target="_blank" class="topTit02 fl">竞价大厅</a>--> | |||
| <div class="dressPc" id="dressList" style="display: none;"> | |||
| <ul> | |||
| <li> | |||
| <p class="fl">文登区</p> | |||
| <i class="jiantou"></i> | |||
| <div class="clear"></div> | |||
| </li> | |||
| <li> | |||
| <p class="fl">文登区</p> | |||
| <i class="jiantou"></i> | |||
| <div class="clear"></div> | |||
| </li> | |||
| <li> | |||
| <p class="fl">文登区</p> | |||
| <i class="jiantou"></i> | |||
| <div class="clear"></div> | |||
| </li> | |||
| <li> | |||
| <p class="fl">文登区</p> | |||
| <i class="jiantou"></i> | |||
| <div class="clear"></div> | |||
| </li> | |||
| </ul> | |||
| </div> | |||
| <div class="fr" id="userLogin" style="display: none;"> | |||
| <a href="../login/login.html">请登录</a> | |||
| <a href="../login/register.html">免费注册</a> | |||
| @@ -120,7 +73,6 @@ | |||
| <div class="logoSearch w-1200"> | |||
| <div class="wid50 logoSearch-div fl"> | |||
| <div class="logo" onclick="goIndex()"></div> | |||
| <h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
| <div class="clear"></div> | |||
| </div> | |||
| <div class="clear"></div> | |||
| @@ -130,13 +82,11 @@ | |||
| <div class="top"> | |||
| <ul class="container w-1200"> | |||
| <li><a href="../../index.html">首页</a></li> | |||
| <li><a href="../listingItems/itemsList.html">交易项目</a></li> | |||
| <li><a href="../bidding/biddingList.html">竞价大厅</a></li> | |||
| <li class="active"><a href="../announcement/announcement.html">公示公告</a></li> | |||
| <li><a href="../demand/demand.html">个人供求</a></li> | |||
| <li><a href="../new/newList.html">新闻资讯</a></li> | |||
| <li><a href="../policy/policy.html">政策法规</a></li> | |||
| <li><a href="../interact/interactList.html">互动交流</a></li> | |||
| <li><a href="../listingItems/itemsList.html">供应项目</a></li> | |||
| <li><a href="../listingItems/itemsNeedsList.html?clickType=collectiveAssets">需求项目</a></li> | |||
| <li class="active"><a href="../announcement/announcement.html">交易公告</a></li> | |||
| <li><a href="../announcement/announcementNew.html">招标公告</a></li> | |||
| </ul> | |||
| </div> | |||
| <div class="w-1200"> | |||
| @@ -12,6 +12,7 @@ | |||
| <link href="../../static/css/main.css" rel="stylesheet" type="text/css" /> | |||
| <link href="../../static/css/index.css" rel="stylesheet" type="text/css" /> | |||
| <link href="../../static/css/new/new.css" rel="stylesheet" type="text/css" /> | |||
| <link href="../../static/css/announcement/announcement.css" rel="stylesheet" type="text/css" /> | |||
| <link href="../../static/css/iconfont.css" rel="stylesheet" type="text/css" /> | |||
| <link href="https://at.alicdn.com/t/font_426541_j8s6z8ejoo.css" rel="stylesheet" type="text/css" /> | |||
| <link href="../../static/css/page_common.css" rel="stylesheet" type="text/css" /> | |||
| @@ -94,13 +95,20 @@ | |||
| </div> | |||
| <div class="w-1200"> | |||
| <div class="breadcrum"> | |||
| <ul class="bre_news"> | |||
| <a onclick="tabList('announcement')" style="display: none;" id="announcement"><i class="iconfont icon-dongtai"></i>成交公告</a> | |||
| <a onclick="tabList('attestation')" style="display: none;" id="attestation"><i class="iconfont icon-meitibaodao"></i>鉴证公告</a> | |||
| <p>首页 > 交易公告</p> | |||
| <div class="search_main"> | |||
| <ul class="bre_news"> | |||
| <a onclick="tabList('announcement')" style="display: none;" id="announcement"><i class="iconfont icon-dongtai"></i>成交公告</a> | |||
| <a onclick="tabList('attestation')" style="display: none;" id="attestation"><i class="iconfont icon-meitibaodao"></i>鉴证公告</a> | |||
| <a onclick="tabList('inviteTenders')" id="inviteTenders" class="active"><i class="iconfont icon-yunyingfuwu"></i>招标公告</a> | |||
| <a onclick="tabList('winTheBidding')" id="winTheBidding"><i class="iconfont icon-xuanchuanzhaoshang"></i>招标结果</a> | |||
| </ul> | |||
| <a onclick="tabList('inviteTenders')" id="inviteTenders" class="active"><i class="iconfont icon-yunyingfuwu"></i>招标公告</a> | |||
| <a onclick="tabList('winTheBidding')" id="winTheBidding"><i class="iconfont icon-xuanchuanzhaoshang"></i>招标结果</a> | |||
| </ul> | |||
| <div class="searchDiv"> | |||
| <input type="text" placeholder="请输入关键词搜索" id="searchAllTitle" class="searchClass" /> | |||
| <input type="button" value="搜索" onclick="searchAllNew()" class="searchButton" /> | |||
| </div> | |||
| </div> | |||
| </div> | |||
| <div class="newList"> | |||
| <!-- 成交公告 --> | |||
| @@ -131,12 +139,18 @@ | |||
| <!-- 招标公告 --> | |||
| <script id="inviteTendersInformationData" type="text/html"> | |||
| <div class="newHead"> | |||
| <p>项目名称</p> | |||
| <p>招标方</p> | |||
| <p>中标情况</p> | |||
| <p>招标评审时间</p> | |||
| </div> | |||
| {{each inviteTendersInformationList as value i}} | |||
| <li> | |||
| <a href="inviteTendersDetail.html?id={{value.id}}" class="fl"><i class="sanjiao-right"></i>{{# value.projectName}}</a> | |||
| <p class="fr">{{# value.logintime}}</p> | |||
| <div class="clear"></div> | |||
| <p class="m-t-5">招标方:{{# value.tenderName}}</p> | |||
| <li onclick="window.location='inviteTendersDetail.html?id={{value.id}}'"> | |||
| <p>{{# value.projectName}}</p> | |||
| <p>{{# value.tenderName}}</p> | |||
| <p>{{# value.tenderStatus == 'Y' ? '招标成功':'招标失败'}}</p> | |||
| <p>{{# value.logintime}}</p> | |||
| </li> | |||
| {{/each}} | |||
| </script> | |||
| @@ -144,16 +158,24 @@ | |||
| <!-- 中标公告 --> | |||
| <script id="winTheBiddingInformationData" type="text/html"> | |||
| <div class="newHead"> | |||
| <p>项目名称</p> | |||
| <p>招标方</p> | |||
| <p>中标方</p> | |||
| <p>中标时间</p> | |||
| </div> | |||
| {{each winTheBiddingInformationList as value i}} | |||
| <li> | |||
| <a href="winTheBiddingDetail.html?id={{value.id}}" class="fl"><i class="sanjiao-right"></i>{{# value.projectName}}</a> | |||
| <p class="fr">{{# value.dealTime}}</p> | |||
| <div class="clear"></div> | |||
| {{if value.dealType == '1'}} | |||
| <p class="m-t-5">中标方:{{# value.assignee}}</p> | |||
| {{else}} | |||
| <p class="m-t-5" style="color: #c12e2a;">招标失败</p> | |||
| {{/if}} | |||
| <li onclick="window.location='winTheBiddingDetail.html?id={{value.id}}'"> | |||
| <p>{{# value.projectName}}</p> | |||
| <p>{{# value.tenderName}}</p> | |||
| <p> | |||
| {{if value.dealType == '1'}} | |||
| {{# value.assignee}} | |||
| {{else}} | |||
| <span style="color: #c12e2a;">招标失败</span> | |||
| {{/if}} | |||
| </p> | |||
| <p>{{# value.dealTime}}</p> | |||
| </li> | |||
| {{/each}} | |||
| </script> | |||
| @@ -16,56 +16,9 @@ | |||
| <body> | |||
| <div class="main" id="page"> | |||
| <div class="swiper-container" id="bannerFocusWrapTop"> | |||
| <script id="bannerFocusDataTop" type="text/html"> | |||
| {{each focusListTop as value i}} | |||
| <div class="swiper-slide"> | |||
| <img src="{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| </div> | |||
| {{/each}} | |||
| </script> | |||
| <div class="swiper-wrapper" id="bannerFocusTopContent"></div> | |||
| <!-- <div class="page-pagination"></div>--> | |||
| </div> | |||
| <!--顶部Title --> | |||
| <div class="bg-f7 txc"> | |||
| <div class="w-1200 topDress"> | |||
| <p class="topTit fl">Hi,欢迎来到农村产权交易中心</p> | |||
| <div class="searchDiv fl"> | |||
| <input type="text" placeholder="请输入关键词搜索" id="searchAllTitle" class="searchClass" /> | |||
| <input type="button" value="搜索" onclick="searchAllNew()" class="searchButton" /> | |||
| </div> | |||
| <!-- <div class="topTit02 fl" id="dress">--> | |||
| <!-- <img src="../../static/images/icon3.png" alt="" class="fl"/>--> | |||
| <!-- <p class="fl">威海市</p>--> | |||
| <!-- <div class="clear"></div>--> | |||
| <!-- </div>--> | |||
| <a href="javascript:void(0);" class="topTit02 fl">返回主站</a> | |||
| <!-- <a href="../bidding/biddingBigData.html" target="_blank" class="topTit02 fl">竞价大厅</a>--> | |||
| <div class="dressPc" id="dressList" style="display: none;"> | |||
| <ul> | |||
| <li> | |||
| <p class="fl">文登区</p> | |||
| <i class="jiantou"></i> | |||
| <div class="clear"></div> | |||
| </li> | |||
| <li> | |||
| <p class="fl">文登区</p> | |||
| <i class="jiantou"></i> | |||
| <div class="clear"></div> | |||
| </li> | |||
| <li> | |||
| <p class="fl">文登区</p> | |||
| <i class="jiantou"></i> | |||
| <div class="clear"></div> | |||
| </li> | |||
| <li> | |||
| <p class="fl">文登区</p> | |||
| <i class="jiantou"></i> | |||
| <div class="clear"></div> | |||
| </li> | |||
| </ul> | |||
| </div> | |||
| <div class="fr" id="userLogin" style="display: none;"> | |||
| <a href="../login/login.html">请登录</a> | |||
| <a href="../login/register.html">免费注册</a> | |||
| @@ -120,7 +73,6 @@ | |||
| <div class="logoSearch w-1200"> | |||
| <div class="wid50 logoSearch-div fl"> | |||
| <div class="logo" onclick="goIndex()"></div> | |||
| <h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
| <div class="clear"></div> | |||
| </div> | |||
| <div class="clear"></div> | |||
| @@ -130,13 +82,11 @@ | |||
| <div class="top"> | |||
| <ul class="container w-1200"> | |||
| <li><a href="../../index.html">首页</a></li> | |||
| <li><a href="../listingItems/itemsList.html">交易项目</a></li> | |||
| <li><a href="../bidding/biddingList.html">竞价大厅</a></li> | |||
| <li class="active"><a href="../announcement/announcement.html">公示公告</a></li> | |||
| <li><a href="../demand/demand.html">个人供求</a></li> | |||
| <li><a href="../new/newList.html">新闻资讯</a></li> | |||
| <li><a href="../policy/policy.html">政策法规</a></li> | |||
| <li><a href="../interact/interactList.html">互动交流</a></li> | |||
| <li><a href="../listingItems/itemsList.html">供应项目</a></li> | |||
| <li><a href="../listingItems/itemsNeedsList.html?clickType=collectiveAssets">需求项目</a></li> | |||
| <li class="active"><a href="../announcement/announcement.html">交易公告</a></li> | |||
| <li><a href="../announcement/announcementNew.html">招标公告</a></li> | |||
| </ul> | |||
| </div> | |||
| <div class="w-1200"> | |||
| @@ -16,56 +16,9 @@ | |||
| <body> | |||
| <div class="main" id="page"> | |||
| <div class="swiper-container" id="bannerFocusWrapTop"> | |||
| <script id="bannerFocusDataTop" type="text/html"> | |||
| {{each focusListTop as value i}} | |||
| <div class="swiper-slide"> | |||
| <img src="{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
| </div> | |||
| {{/each}} | |||
| </script> | |||
| <div class="swiper-wrapper" id="bannerFocusTopContent"></div> | |||
| <!-- <div class="page-pagination"></div>--> | |||
| </div> | |||
| <!--顶部Title --> | |||
| <div class="bg-f7 txc"> | |||
| <div class="w-1200 topDress"> | |||
| <p class="topTit fl">Hi,欢迎来到农村产权交易中心</p> | |||
| <div class="searchDiv fl"> | |||
| <input type="text" placeholder="请输入关键词搜索" id="searchAllTitle" class="searchClass" /> | |||
| <input type="button" value="搜索" onclick="searchAllNew()" class="searchButton" /> | |||
| </div> | |||
| <!-- <div class="topTit02 fl" id="dress">--> | |||
| <!-- <img src="../../static/images/icon3.png" alt="" class="fl"/>--> | |||
| <!-- <p class="fl">威海市</p>--> | |||
| <!-- <div class="clear"></div>--> | |||
| <!-- </div>--> | |||
| <a href="javascript:void(0);" class="topTit02 fl">返回主站</a> | |||
| <!-- <a href="../bidding/biddingBigData.html" target="_blank" class="topTit02 fl">竞价大厅</a>--> | |||
| <div class="dressPc" id="dressList" style="display: none;"> | |||
| <ul> | |||
| <li> | |||
| <p class="fl">文登区</p> | |||
| <i class="jiantou"></i> | |||
| <div class="clear"></div> | |||
| </li> | |||
| <li> | |||
| <p class="fl">文登区</p> | |||
| <i class="jiantou"></i> | |||
| <div class="clear"></div> | |||
| </li> | |||
| <li> | |||
| <p class="fl">文登区</p> | |||
| <i class="jiantou"></i> | |||
| <div class="clear"></div> | |||
| </li> | |||
| <li> | |||
| <p class="fl">文登区</p> | |||
| <i class="jiantou"></i> | |||
| <div class="clear"></div> | |||
| </li> | |||
| </ul> | |||
| </div> | |||
| <div class="fr" id="userLogin" style="display: none;"> | |||
| <a href="../login/login.html">请登录</a> | |||
| <a href="../login/register.html">免费注册</a> | |||
| @@ -120,7 +73,6 @@ | |||
| <div class="logoSearch w-1200"> | |||
| <div class="wid50 logoSearch-div fl"> | |||
| <div class="logo" onclick="goIndex()"></div> | |||
| <h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
| <div class="clear"></div> | |||
| </div> | |||
| <div class="clear"></div> | |||
| @@ -130,13 +82,11 @@ | |||
| <div class="top"> | |||
| <ul class="container w-1200"> | |||
| <li><a href="../../index.html">首页</a></li> | |||
| <li><a href="../listingItems/itemsList.html">交易项目</a></li> | |||
| <li><a href="../bidding/biddingList.html">竞价大厅</a></li> | |||
| <li class="active"><a href="../announcement/announcement.html">公示公告</a></li> | |||
| <li><a href="../demand/demand.html">个人供求</a></li> | |||
| <li><a href="../new/newList.html">新闻资讯</a></li> | |||
| <li><a href="../policy/policy.html">政策法规</a></li> | |||
| <li><a href="../interact/interactList.html">互动交流</a></li> | |||
| <li><a href="../listingItems/itemsList.html">供应项目</a></li> | |||
| <li><a href="../listingItems/itemsNeedsList.html?clickType=collectiveAssets">需求项目</a></li> | |||
| <li><a href="../announcement/announcement.html">交易公告</a></li> | |||
| <li class="active"><a href="../announcement/announcementNew.html">招标公告</a></li> | |||
| </ul> | |||
| </div> | |||
| <div class="w-1200"> | |||
| @@ -19,17 +19,17 @@ | |||
| <body> | |||
| <div class="main" id="page"> | |||
| <!--顶部Title --> | |||
| <div class="bg-f7 txc"> | |||
| <div class="w-1200 topDress"> | |||
| <div class="fr" id="userLogin" style="display: none;"> | |||
| <a href="../login/login.html">请登录</a> | |||
| <a href="../login/register.html">免费注册</a> | |||
| <!--LOGO search --> | |||
| <div class="logoSearch"> | |||
| <div class="logoSearch-div"> | |||
| <div class="logo" onclick="goIndex()"></div> | |||
| <div class="login_block" id="userLogin" style="display: none;"> | |||
| <img src="../../static/images/login_icon.png" alt=""> | |||
| <a href="../../view/login/login.html">登录 </a>/ | |||
| <a href="../../view/login/register.html"> 免费注册</a> | |||
| </div> | |||
| <div class="fr" id="userInfo" style="display: none;"> | |||
| <img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 3px" alt=""/> | |||
| <img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/> | |||
| <div class="userInfo_main" id="userInfo" style="display: none;"> | |||
| <img src="../../static/images/login_icon.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/> | |||
| <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
| <div class="clear"></div> | |||
| </div> | |||
| @@ -70,14 +70,6 @@ | |||
| </li> | |||
| </ul> | |||
| </div> | |||
| <div class="clear"></div> | |||
| </div> | |||
| </div> | |||
| <!--LOGO search --> | |||
| <div class="logoSearch w-1200"> | |||
| <div class="wid50 logoSearch-div fl"> | |||
| <div class="logo" onclick="goIndex()"></div> | |||
| <div class="clear"></div> | |||
| </div> | |||
| <div class="clear"></div> | |||
| </div> | |||
| @@ -57,7 +57,6 @@ | |||
| <div style="height: calc(100vh - (100vh - 112px));" class="logoSearch w-1200"> | |||
| <div class="wid50 logoSearch-div fl"> | |||
| <div class="logo" onclick="goIndex()"></div> | |||
| <h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
| <div class="clear"></div> | |||
| </div> | |||
| <div class="wid50 logoSearch-div fr" style="display: none;"> | |||
| @@ -57,10 +57,9 @@ | |||
| <div style="height: calc(100vh - (100vh - 112px));" class="logoSearch w-1200"> | |||
| <div class="wid50 logoSearch-div fl"> | |||
| <div class="logo" onclick="goIndex()"></div> | |||
| <h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
| <div class="clear"></div> | |||
| </div> | |||
| <div class="wid50 logoSearch-div fr"> | |||
| <div class="wid50 logoSearch-div fr" style="display: none;"> | |||
| <div class="fr" id="userInfo" style="display: none;"> | |||
| <img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 21px" alt=""/> | |||
| <img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 21px" alt=""/> | |||
| @@ -118,10 +117,10 @@ | |||
| <div class="registerView"> | |||
| <p class="registerTit">请选择要注册的用户类型</p> | |||
| <a href="registerExplain.html?type=1"> | |||
| <img src="" id="icon1" alt="" style="margin: 45px 95px 50px 0px;"/> | |||
| <img src="../../static/images/register_icon2_user.png" id="icon1" alt="" style="margin: 45px 95px 50px 0px;"/> | |||
| </a> | |||
| <a href="registerExplain.html?type=2"> | |||
| <img src="" alt="" id="icon2" style="margin: 45px 0px 50px 0px;;"/> | |||
| <img src="../../static/images/register_icon2_com.png" alt="" id="icon2" style="margin: 45px 0px 50px 0px;;"/> | |||
| </a> | |||
| <p>个人用户:参与农村产权交易的自然人;</p> | |||
| <p>单位用户:主要是参与农村产权交易的机关单位、社会组织、农业企业、家庭农场、合作社等。</p> | |||
| @@ -57,10 +57,9 @@ | |||
| <div style="height: calc(100vh - (100vh - 112px));" class="logoSearch w-1200"> | |||
| <div class="wid50 logoSearch-div fl"> | |||
| <div class="logo" onclick="goIndex()"></div> | |||
| <h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
| <div class="clear"></div> | |||
| </div> | |||
| <div class="wid50 logoSearch-div fr"> | |||
| <div class="wid50 logoSearch-div fr" style="display: none;"> | |||
| <div class="fr" id="userInfo" style="display: none;"> | |||
| <img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 21px" alt=""/> | |||
| <img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 21px" alt=""/> | |||
| @@ -57,10 +57,9 @@ | |||
| <div style="height: calc(100vh - (100vh - 112px));" class="logoSearch w-1200"> | |||
| <div class="wid50 logoSearch-div fl"> | |||
| <div class="logo" onclick="goIndex()"></div> | |||
| <h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
| <div class="clear"></div> | |||
| </div> | |||
| <div class="wid50 logoSearch-div fr"> | |||
| <div class="wid50 logoSearch-div fr" style="display: none;"> | |||
| <div class="fr" id="userInfo" style="display: none;"> | |||
| <img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 21px" alt=""/> | |||
| <img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 21px" alt=""/> | |||