Commit 5d800e59 authored by superman's avatar superman

Merge branch 'express' of gitlab.yanky.cn:liaili/www.fudou6.com into express

parents d97682f9 8fdbe58b
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
border-right: 1px solid #c3c3c3; border-right: 1px solid #c3c3c3;
} }
.company-introduction .gudong-list li h4 { .company-introduction .gudong-list li h4 {
font-size: 24px; font-size: 20px;
color: #000; color: #000;
line-height: 75px; line-height: 75px;
} }
......
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
border-right: 1px solid #c3c3c3; border-right: 1px solid #c3c3c3;
} }
h4 { h4 {
font-size: 24px; //54px; font-size: 20px; //54px;
color: #000; color: #000;
line-height: 75px; line-height: 75px;
} }
......
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
<strong>{{this.raiseFunds}}</strong>亿<br/>募集资金 <strong>{{this.raiseFunds}}</strong>亿<br/>募集资金
</span> </span>
<span> <span>
<strong>{{this.maxProfits}}</strong><br/>最高收益 <strong>{{this.maxProfits}}</strong><br/>客户收益
</span> </span>
</div> </div>
<div> <div>
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<tr> <tr>
<td>{{range}}</td> <td>{{range}}</td>
<td> <td>
<strong>{{sy}}</strong>% <strong>{{sy}}</strong>
</td> </td>
{{#unless @index}} {{#unless @index}}
<td rowspan={{rowspan}}> <td rowspan={{rowspan}}>
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<span>剩余额度:</span> <span>剩余额度:</span>
<span class="balance">{{fundRaisedOverString}}</span> <span class="balance">{{fundRaisedOverString}}</span>
<span class="total">{{fundRaisedTargetString}}</span> <span class="total">{{fundRaisedTargetString}}</span>
<p class="progress-bar"><i data-width="{{fundRaisedPercentage}}%"></i></p> <p class="progress-bar"><i data-width="{{fundRaisedPercentage}}"></i></p>
</div> </div>
<div class="product-status"> <div class="product-status">
<div class="huxian status-{{status}}"></div> <div class="huxian status-{{status}}"></div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment