Authored by 毕凯

Merge branch 'feature/detailDate' into 'release/5.7.1'

Feature/detail date



See merge request !609
@@ -39,7 +39,6 @@ @@ -39,7 +39,6 @@
39 {{/ goodsSubtitle}} 39 {{/ goodsSubtitle}}
40 40
41 <div class="price-date"> 41 <div class="price-date">
42 -  
43 <div class="goods-price data-bind"> 42 <div class="goods-price data-bind">
44 <h1 class="current-price"></h1> 43 <h1 class="current-price"></h1>
45 <h1 class="previous-price"></h1> 44 <h1 class="previous-price"></h1>
@@ -47,13 +46,13 @@ @@ -47,13 +46,13 @@
47 <button class="limit-sale data-can-get-limit-code data-bind" id='limit-sale'>获取限购码</button> 46 <button class="limit-sale data-can-get-limit-code data-bind" id='limit-sale'>获取限购码</button>
48 <button class="got-limit-sale data-code-empty data-bind">限购码已被抢光</button> 47 <button class="got-limit-sale data-code-empty data-bind">限购码已被抢光</button>
49 <button class="got-limit-sale data-got-code data-bind">已获取限购码</button> 48 <button class="got-limit-sale data-got-code data-bind">已获取限购码</button>
50 - {{#if periodOfMarket}}  
51 - <div class="period-of-market">  
52 - <h1>上市期:</h1>  
53 - <h1 >{{periodOfMarket}}</h1>  
54 - </div>  
55 - {{/if}}  
56 </div> 49 </div>
  50 + {{#if periodOfMarket}}
  51 + <div class="period-of-market">
  52 + <h1>上市期:</h1>
  53 + <h1 >{{periodOfMarket}}</h1>
  54 + </div>
  55 + {{/if}}
57 56
58 <div class="price-date data-bind"> 57 <div class="price-date data-bind">
59 <div class="student-price"> 58 <div class="student-price">
@@ -52,14 +52,13 @@ @@ -52,14 +52,13 @@
52 <button class="limit-sale data-can-get-limit-code data-bind" id='limit-sale'>获取限购码</button> 52 <button class="limit-sale data-can-get-limit-code data-bind" id='limit-sale'>获取限购码</button>
53 <button class="got-limit-sale data-code-empty data-bind">限购码已被抢光</button> 53 <button class="got-limit-sale data-code-empty data-bind">限购码已被抢光</button>
54 <button class="got-limit-sale data-got-code data-bind">已获取限购码</button> 54 <button class="got-limit-sale data-got-code data-bind">已获取限购码</button>
55 -  
56 - {{#if periodOfMarket}}  
57 - <div class="period-of-market">  
58 - <h1>上市期:</h1>  
59 - <h1 >{{periodOfMarket}}</h1>  
60 - </div>  
61 - {{/if}}  
62 </div> 55 </div>
  56 + {{#if periodOfMarket}}
  57 + <div class="period-of-market">
  58 + <h1>上市期:</h1>
  59 + <h1 >{{periodOfMarket}}</h1>
  60 + </div>
  61 + {{/if}}
63 62
64 {{!--占位: 学生价/会员价--}} 63 {{!--占位: 学生价/会员价--}}
65 <div id="placeholder-pricedata"></div> 64 <div id="placeholder-pricedata"></div>
@@ -568,9 +568,12 @@ $basicBtnC: #eb0313; @@ -568,9 +568,12 @@ $basicBtnC: #eb0313;
568 } 568 }
569 569
570 .period-of-market { 570 .period-of-market {
571 - float: right;  
572 - color: #d0021b; 571 + padding: 0 30px;
  572 + background-color: #fff;
  573 + line-height: 54px;
  574 + color: #b0b0b0;
573 font-size: 24px; 575 font-size: 24px;
  576 + border-bottom: 1px solid #e0e0e0;
574 577
575 h1 { 578 h1 {
576 display: inline-block; 579 display: inline-block;