|
|
@@ -132,7 +132,7 @@
|
|
|
.detail .agree div.read{
|
|
|
margin-top: -2px;
|
|
|
}
|
|
|
- .detail a.btn{
|
|
|
+ .detail button.btn{
|
|
|
margin: 30px 0 47px 0;
|
|
|
display: inline-block;
|
|
|
width:160px;
|
|
|
@@ -143,7 +143,7 @@
|
|
|
border: none;
|
|
|
outline: none;
|
|
|
}
|
|
|
- .detail a.btn:hover{
|
|
|
+ .detail button.btn:hover{
|
|
|
background: #be3b1b;
|
|
|
}
|
|
|
/*机构信息*/
|
|
|
@@ -589,7 +589,7 @@
|
|
|
<input type="checkbox" class="fl"/>
|
|
|
<div class="fl read"><span>我已经阅读并同意<a href="http://lj.ubtob.com/userAgreement" target="_blank">《优软一元捐用户协议》</a></span></div>
|
|
|
</div>
|
|
|
- <a class="btn" href="publicOfferingCertification1">确定,下一步</a>
|
|
|
+ <button class="btn" ng-disabled="!checked" ng-click="stepNext(checked, 1)">确定,下一步</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|