Authored by 郭成尧

Merge branch 'feature/giftcard' into release/6.1

... ... @@ -54,7 +54,7 @@
<span class="invoice-btn">{{.}}</span>
{{/invoiceNotice}}
{{#useGiftCard}}
<span class="nav-rule-right">使用规则 <i class="iconfont">&#xe699;</i></a>
<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>
{{/useGiftCard}}
</header>
{{#if saleNav.list}}
... ...
... ... @@ -10,6 +10,7 @@ $title-font-color: #fff;
.nav-rule-right {
float: right;
margin-right: 30px;
color: #fff;
}
.select-giftcard-page {
... ...