|
|
|
@ -117,10 +117,10 @@ |
|
|
|
:rules="[{ validator, message: '请输入正确内容' }]" |
|
|
|
/> |
|
|
|
<div class="agree-box"> |
|
|
|
<span class="remsty">是否授权</span> |
|
|
|
<span class="accept-item"><input disabled="true" class="checksty" type="checkbox" name="" value="" |
|
|
|
<span class="remsty" style="color: gray;">是否授权</span> |
|
|
|
<span class="accept-item" style="color: gray;"><input disabled="true" class="checksty" type="checkbox" name="" value="" |
|
|
|
v-model="data.isCheckedon">同意</span> |
|
|
|
<span class="accept-item"><input disabled="true" class="checksty" type="checkbox" name="" value="" |
|
|
|
<span class="accept-item" style="color: gray;"><input disabled="true" class="checksty" type="checkbox" name="" value="" |
|
|
|
v-model="data.isCheckedoff" >不同意</span> |
|
|
|
</div> |
|
|
|
<div class="agree-remark"> |
|
|
|
@ -701,7 +701,7 @@ |
|
|
|
.agree-box .remsty { |
|
|
|
margin: 0.5rem 0.5rem; |
|
|
|
padding-left: 0.85rem; |
|
|
|
background: url("../../assets/images/icon_remind.png") no-repeat left center; |
|
|
|
background: url("../../assets/images/icon_remind2.png") no-repeat left center; |
|
|
|
background-size: auto 100%; |
|
|
|
font-size: 0.5rem; |
|
|
|
font-weight: 600; |
|
|
|
|