|
|
@@ -24,8 +24,7 @@ |
|
|
|
<div class="main" id="page"> |
|
|
|
<!--LOGO search --> |
|
|
|
<div class="logoSearch"> |
|
|
|
<div class="logoSearch-div"> |
|
|
|
<div class="logo" onclick="goIndex()"></div> |
|
|
|
<div class="logoSearch-div"><h1 class="logo" id="webConfigName" onclick="goIndex()"></h1> |
|
|
|
<div class="login_block" id="userLogin" style="display: none;"> |
|
|
|
<img src="../../static/images/login_icon.png" alt=""> |
|
|
|
<a href="../../view/login/login.html">登录 </a>/ |
|
|
@@ -94,9 +93,10 @@ |
|
|
|
<script id="outProjectInformationData" type="text/html"> |
|
|
|
|
|
|
|
<p class="font16 m-t-15 titIndex"><b style="cursor:pointer;" onclick="self.location=document.referrer;">交易项目</b><i>></i><span>{{outProjectInformationDetail.projectName}}</span></p> |
|
|
|
<p class="importantText m-t-15" id="importantTitle">{{importantTitle}}</p> |
|
|
|
<p class="importantText" id="importantTitle">{{importantTitle}}</p> |
|
|
|
|
|
|
|
<div class="swiperDiv"> |
|
|
|
<p class="swiperTit">{{outProjectInformationDetail.projectName}}</p> |
|
|
|
<div class="pc-slide fl"> |
|
|
|
<div class="view"> |
|
|
|
<div class="swiper-container"> |
|
|
@@ -118,62 +118,21 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="preview"> |
|
|
|
<a class="arrow-left" href="#"></a> |
|
|
|
<a class="arrow-right" href="#"></a> |
|
|
|
<div class="swiper-container"> |
|
|
|
<div class="swiper-wrapper"> |
|
|
|
{{if outProjectInformationDetail.fileUrlList == ''}} |
|
|
|
<div class="swiper-slide active-nav"> |
|
|
|
<img src="../../static/images/zwtp.jpg" alt=""> |
|
|
|
</div> |
|
|
|
{{else}} |
|
|
|
{{each outProjectInformationDetail.fileUrlList as value i}} |
|
|
|
<div class="swiper-slide {{i==0?'active-nav':''}}"> |
|
|
|
<img src="{{value.fileUrl}}" alt=""> |
|
|
|
</div> |
|
|
|
{{/each}} |
|
|
|
{{/if}} |
|
|
|
<!-- <div class="swiper-slide active-nav">--> |
|
|
|
<!-- <img src="../../static/images/material1.jpg" alt="">--> |
|
|
|
<!-- </div>--> |
|
|
|
<!-- <div class="swiper-slide">--> |
|
|
|
<!-- <img src="../../static/images/material2.jpg" alt="">--> |
|
|
|
<!-- </div>--> |
|
|
|
<!-- <div class="swiper-slide">--> |
|
|
|
<!-- <img src="../../static/images/material1.jpg" alt="">--> |
|
|
|
<!-- </div>--> |
|
|
|
<!-- <div class="swiper-slide">--> |
|
|
|
<!-- <img src="../../static/images/material2.jpg" alt="">--> |
|
|
|
<!-- </div>--> |
|
|
|
<!-- <div class="swiper-slide">--> |
|
|
|
<!-- <img src="../../static/images/material1.jpg" alt="">--> |
|
|
|
<!-- </div>--> |
|
|
|
<!-- <div class="swiper-slide slide6">--> |
|
|
|
<!-- <img src="../../static/images/material2.jpg" alt="">--> |
|
|
|
<!-- </div>--> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
<div class="fr swiperDetail"> |
|
|
|
<p class="swiperTit">{{outProjectInformationDetail.projectName}}</p> |
|
|
|
<table class="swiperTable" width="100%"> |
|
|
|
<tr> |
|
|
|
<td id="countType"></td> |
|
|
|
<td id="countDown"></td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td>挂牌价</td> |
|
|
|
<td><span>{{outProjectInformationDetail.price}}</span>{{outProjectInformationDetail.unit}}</td> |
|
|
|
<td style="font-size: 18px;">挂牌金额:</td> |
|
|
|
<td><span>{{outProjectInformationDetail.price}}{{outProjectInformationDetail.unit}}</span></td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td>保证金</td> |
|
|
|
<td><span>{{outProjectInformationDetail.deposit}}</span> 元</td> |
|
|
|
<td id="countType"></td> |
|
|
|
<td id="countDown"></td> |
|
|
|
</tr> |
|
|
|
{{if outProjectInformationDetail.biddingType != '自由竞价'}} |
|
|
|
<tr id="showNowMoney" style="display: none;"> |
|
|
|
<td>当前价格</td> |
|
|
|
<td style="font-size: 18px;">当前价格</td> |
|
|
|
<td> |
|
|
|
<b id="nowMoneyBlock"></b> |
|
|
|
<span style="display: none;" id="timeDown"></span> |
|
|
@@ -238,6 +197,12 @@ |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
</div> |
|
|
|
<table class="swiperTable2" width="100%"> |
|
|
|
<tr> |
|
|
|
<td style="font-size: 18px;">保证金:</td> |
|
|
|
<td><span>{{outProjectInformationDetail.deposit}}元</span></td> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
<table class="tableTime"> |
|
|
|
<tr> |
|
|
|
<td>报名开始时间:{{outProjectInformationDetail.signupStartTime}}</td> |
|
|
|