|
|
@@ -31,19 +31,29 @@
|
|
|
<div id="finance_tab">
|
|
|
<div>
|
|
|
<div class="fund active">
|
|
|
- <img th:src="${portalHost + '/img/finance_fund.png'}" alt="" />
|
|
|
+ <!-- <img th:src="${portalHost + '/img/finance_fund.png'}" alt="" /> -->
|
|
|
+ <div class="fund_img">
|
|
|
+ <div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="fund_cont">
|
|
|
<h1>我要找资金</h1>
|
|
|
<p>免费入驻 约见行业投资大咖</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="project">
|
|
|
- <img th:src="${portalHost + '/img/finance_projict.png'}" alt="" />
|
|
|
+ <!-- <img th:src="${portalHost + '/img/finance_projict.png'}" alt="" /> -->
|
|
|
+ <div class="project_img">
|
|
|
+ <div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="project_cont">
|
|
|
<h1>我要找项目</h1>
|
|
|
<p>精选项目 共同打造创新商机</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="sanjiao">
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div id="finance_tab_one">
|