Showing
2 changed files
with
5 additions
and
1 deletions
@@ -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 | - <a href="/service/qaDetail?keyword=%E7%A4%BC%E5%93%81%E5%8D%A1&sonId=286" class="nav-rule-right">使用规则 <i class="iconfont"></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"></i></a> |
58 | {{/useGiftCard}} | 58 | {{/useGiftCard}} |
59 | </header> | 59 | </header> |
60 | {{#if saleNav.list}} | 60 | {{#if saleNav.list}} |
@@ -11,6 +11,10 @@ $title-font-color: #fff; | @@ -11,6 +11,10 @@ $title-font-color: #fff; | ||
11 | float: right; | 11 | float: right; |
12 | margin-right: 30px; | 12 | margin-right: 30px; |
13 | color: #fff; | 13 | color: #fff; |
14 | + | ||
15 | + .iconfont { | ||
16 | + font-size: 32px; | ||
17 | + } | ||
14 | } | 18 | } |
15 | 19 | ||
16 | .select-giftcard-page { | 20 | .select-giftcard-page { |
-
Please register or login to post a comment