Authored by 郭成尧

Merge branch 'feature/giftcard' into release/6.1

@@ -54,7 +54,7 @@ @@ -54,7 +54,7 @@
54 <span class="invoice-btn">{{.}}</span> 54 <span class="invoice-btn">{{.}}</span>
55 {{/invoiceNotice}} 55 {{/invoiceNotice}}
56 {{#useGiftCard}} 56 {{#useGiftCard}}
57 - <span class="nav-rule-right">使用规则 <i class="iconfont">&#xe699;</i></a> 57 + <a href="/service/qaDetail?keyword=%E7%A4%BC%E5%93%81%E5%8D%A1&sonId=286" class="nav-rule-right">使用规则 <i class="iconfont">&#xe699;</i></a>
58 {{/useGiftCard}} 58 {{/useGiftCard}}
59 </header> 59 </header>
60 {{#if saleNav.list}} 60 {{#if saleNav.list}}
@@ -10,6 +10,7 @@ $title-font-color: #fff; @@ -10,6 +10,7 @@ $title-font-color: #fff;
10 .nav-rule-right { 10 .nav-rule-right {
11 float: right; 11 float: right;
12 margin-right: 30px; 12 margin-right: 30px;
  13 + color: #fff;
13 } 14 }
14 15
15 .select-giftcard-page { 16 .select-giftcard-page {