@@ -23,12 +23,23 @@ | |||||
color: #2d8bff; | color: #2d8bff; | ||||
} | } | ||||
.time div:nth-child(1){ | |||||
.rech{ | |||||
background: rgb(86,161,253) ; | |||||
padding: 6px 5px; | |||||
border-radius: 50%; | |||||
margin: 0 15px; | |||||
} | |||||
.rech img{ | |||||
width: 25px; | |||||
} | |||||
.time div:nth-child(2){ | |||||
background: url("../../images/rl.png") no-repeat ; | background: url("../../images/rl.png") no-repeat ; | ||||
padding-left: 30px; | padding-left: 30px; | ||||
} | } | ||||
.time div:nth-child(2){ | |||||
.time div:nth-child(3){ | |||||
background: url("../../images/sz.png") no-repeat ; | background: url("../../images/sz.png") no-repeat ; | ||||
padding-left: 30px; | padding-left: 30px; | ||||
margin: 0 15px; | margin: 0 15px; | ||||
@@ -41,6 +41,11 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi"], function ($, t | |||||
return(false); | return(false); | ||||
} | } | ||||
//获取地址栏参数 | |||||
rechSelect = function (){ | |||||
tools.doGet(outProject + '/id/'+getQueryVariable('id'), {}, module.outProjectInformation,true); | |||||
} | |||||
//项目基本信息 | //项目基本信息 | ||||
module.outProjectInformation = function (data) { | module.outProjectInformation = function (data) { | ||||
if (data.code == 200) { | if (data.code == 200) { | ||||
@@ -37,6 +37,7 @@ | |||||
</div> | </div> | ||||
<img src="../../static/images/bigData_logo.png" alt="" class="logoData" /> | <img src="../../static/images/bigData_logo.png" alt="" class="logoData" /> | ||||
<div class="time"> | <div class="time"> | ||||
<div class="rech" onclick="rechSelect()"><img src="../../static/images/rech.png" alt="" /></div> | |||||
<div id="nowDateNYR"></div> | <div id="nowDateNYR"></div> | ||||
<div id="nowDateSFM"></div> | <div id="nowDateSFM"></div> | ||||
<a href="/"><img src="../../static/images/home.png" alt=""></a> | <a href="/"><img src="../../static/images/home.png" alt=""></a> | ||||