Showing
1 changed file
with
3 additions
and
3 deletions
@@ -282,7 +282,7 @@ | @@ -282,7 +282,7 @@ | ||
282 | <div class="section-play"> | 282 | <div class="section-play"> |
283 | <div class="section-head">发票信息</div> | 283 | <div class="section-head">发票信息</div> |
284 | <div class="play-pan"> | 284 | <div class="play-pan"> |
285 | - <input class="invoice mes" name="invoice" type="radio" id="" autocomplete="off"/>发票开具 | 285 | + <input class="invoice mes" type="radio" id="" autocomplete="off"/>发票开具 |
286 | <div class="invoice-content hide"> | 286 | <div class="invoice-content hide"> |
287 | <div class="invoice-type mes">电子发票</div> | 287 | <div class="invoice-type mes">电子发票</div> |
288 | <div class="invoice-partment mes">个人</div> | 288 | <div class="invoice-partment mes">个人</div> |
@@ -405,8 +405,8 @@ | @@ -405,8 +405,8 @@ | ||
405 | </div> | 405 | </div> |
406 | 406 | ||
407 | <div class="receipt-type receipt-margin"> | 407 | <div class="receipt-type receipt-margin"> |
408 | - <span class="e-receipt receipt-type-selected">电子发票</span> | ||
409 | - <span class="paper-receipt">纸质发票</span> | 408 | + <span class="e-receipt receipt-type-selected curser-button">电子发票</span> |
409 | + <span class="paper-receipt curser-button">纸质发票</span> | ||
410 | </div> | 410 | </div> |
411 | 411 | ||
412 | <div class="receipt-container receipt-margin"> | 412 | <div class="receipt-container receipt-margin"> |
-
Please register or login to post a comment