|
|
@@ -314,6 +314,7 @@
|
|
|
}
|
|
|
.form-area {
|
|
|
background: #f5f8fe;
|
|
|
+ margin: 0 15px;
|
|
|
}
|
|
|
.form-area .row {
|
|
|
padding-top: 15px;
|
|
|
@@ -513,10 +514,10 @@
|
|
|
<div class="form-group">
|
|
|
<label class="check-active checkbox-inline text-inverse">
|
|
|
<input checked="true" type="checkbox" ng-model="bill.is_agree" name="is_agree" required="required" id="check-mzy">
|
|
|
- <label for="check-mzy"></label>
|
|
|
+ <label for="check-mzy" style="position: relative;bottom: 2px;"></label>
|
|
|
<span style="color: #333;">我已阅读并同意</span>
|
|
|
</label>
|
|
|
- <a href="help#/nav/19" target="_blank" style="color: #5078cb;">《发票须知》</a>
|
|
|
+ <a href="help#/nav/19" target="_blank" style="color: #5078cb; font-size: 14px; position: relative;top: 2px;">《发票须知》</a>
|
|
|
</div>
|
|
|
<div class="form-btn">
|
|
|
<input type="button" value="取消" class="btn" ng-click="setChangeBillStatusFlag(false)">
|